2017-06-01から1ヶ月間の記事一覧
1. 申請用総合ソフト - https://www.touki-kyoutaku-online.moj.go.jp/download.html 2. Adobe Acrobat XI Pro 30日評価版(インストール&初回起動時に評価版を選択する)→購入する必要はない(継続して使う必要がないのならば) - https://helpx.adobe.com…
https://www.jpki.go.jp/download/index.html
http://note100yen.com/en-160613.html
http://wiki.altium.com/download/attachments/11241069/TU0111%20Building%20an%20Integrated%20Library.PDF(1)File->New->ProjectでIntegrated Libraryテンプレートを選択→.LibPkgができる (2).SchLibと.PcbLibを作って両者を結びつける(.SchLibでAdd Foo…
事前確定届出給与とは? 要はボーナス! 制度概要と利用方法まとめ https://www.kh-tax.com/yakuinhousyu-3/
https://stackoverflow.com/questions/14733566/how-to-run-kotlin-class-from-the-command-line/34513057#34513057 version '1.0-SNAPSHOT' buildscript { ext.kotlin_version = '1.1.2' repositories { mavenCentral() } dependencies { classpath "org.je…
build.gradle version '1.0-SNAPSHOT' apply plugin: 'application' //ここを追加 sourceCompatibility = 1.8 mainClassName = "demo.Hello" //ここを追加 repositories { mavenCentral() } dependencies { testCompile group: 'junit', name: 'junit', vers…
rubygems-bundlerというgemを使う https://github.com/rvm/rubygems-bundler
https://wiki.trenz-electronic.de/display/PD/PetaLinux+KICKstart
FPGAマガジンの石原さんの例ではU-bootを使ってCPU0とCPU1を同時に動かしていたが、AMPという仕組みがあるらしい。 http://dora.bk.tsukuba.ac.jp/~takeuchi/?電気回路%2Fzynq%2FLinux%20に平行してベアメタルプログラムを走らせるIRQ Affinityという仕組み…
電気回路/zynq/Petalinux のビルド http://dora.bk.tsukuba.ac.jp/~takeuchi/?電気回路%2Fzynq%2FPetalinux%20のビルド#content_1_9ZedboardでPetalinux 2015.4を動かす http://engineernote.hatenablog.com/entry/2016/01/31/012227
https://gist.github.com/nikhiljha/52d45ca69a8415c6990d2a63f61184ff
https://stackoverflow.com/questions/38418809/add-cookies-to-retrofit-2-request
qiita.com/hththt/items/07136ad74127999df271
https://dyama.org/2015/03/sinatra-mongoidで簡易ユーザセッション管理/