2016-03-01から1ヶ月間の記事一覧
Visual Studio2015で、ソースを閉じようとしたら、以下のエラーが出て閉じれなかった。 プログラムの実行を続行するための十分なメモリがありませんでした。メモリは、全然あまってりる。 VisualStudioは、271MB使用している。 タスクマネージュから、Visual…
DOT_CLEANUPのフラグをNOにすると、DOTファイルが削除されずに残るようです。 DOT_CLEANUP = NO
Doxygenでグラフを作成したとき、横に長くなってしまうときがある。 横幅を、制限できないのかなと思って調べてみた。 昔に、MAX_DOT_GRAPH_WIDTHというのがあったようだが、今は消えている。 MAX_DOT_GRAPH_WIDTH, MAX_DOT_GRAPH_HEIGHT, and MAX_DOT_GRAPH…
ニューロンの電気現象について丁寧に書いてある。 すごく、わかりやすかった。対話形式による講義 これでわかるニューロンの電気現象作者: 酒井正樹出版社/メーカー: 共立出版発売日: 2013/06/22メディア: 単行本この商品を含むブログを見る
一通り、同じようなことができた。 Google Driveなどにもアップできるように設定できた。 Screenpresso: The Ultimate Screen Capture Tool for Windows一点、画像のモザイクがないの画像を保護したい場合、すこし工夫がいる。今度は、Evernoteのキャプチャ…
誤って、連絡先を消してしまい、困ったのでメモ 1:G-Mailの連絡先を開くと、コンタクトの画面が開きます。 2:”もっと見る”をクリックします。 3:”連絡先の復元”をクリックします。 戻す時間(10 分前、1 時間前、昨日、1 週間前、カスタムが選べます。…
Doxygenでドキュメントを作るとき、 ソースのパスが余分な場合、以下の設定をすると取り除ける。 ソースのパス C:/Users/user01/Documents/src 余分なパス C:/Users/user01/Documents/#-------------------------------------------------------------------…
ipadを9.3にアップデートしたら、アクティベートの画面でアクティベートできない。 どうすればいいんだろう? iPhone をアクティベーションできない場合 WindowsPCからicloud.com/findにアクセスして、 デバイスの「紛失モード」をオンにするには、Mac また…
$ pyenv install 3.4.3 Downloading Python-3.4.3.tgz... -> https://www.python.org/ftp/python/3.4.3/Python-3.4.3.tgz Installing Python-3.4.3... BUILD FAILED (OS X 10.11.3 using python-build 20150818) Inspect or clean up the working tree at /v…
$ docker run -it b.gcr.io/tensorflow/tensorflow [I 02:08:24.252 NotebookApp] Writing notebook server cookie secret to /root/.local/share/jupyter/runtime/notebook_cookie_secret [W 02:08:24.273 NotebookApp] WARNING: The notebook server is li…
redmineのリポジトリの識別子は、リポジトリを切り替えるとき、右横に、表示される。 メインリポジトリにチェックを入れると、識別子は空白でも構わない。 表示は、メインリポジトリという表示になる。例:”識別子”に”テストA”のような識別子をつけると、”テ…
$ git rebase -i e003c1f It seems that there is already a rebase-merge directory, and I wonder if you are in the middle of another rebase. If that is the case, please try git rebase (--continue | --abort | --skip) If that is not the case, p…
コメントを修正するためRebaseしようとしたところ、 git -c diff.mnemonicprefix= false -c core.quotepath= false -c "sequence.editor='C:\Program Files (x86)\Atlassian\SourceTree\stree_gri'" -c "core.editor ='C:\Program Files (x86)\Atlassian\Sou…
public static void SetCompatibleTextRenderingDefault( bool defaultValue )パラメーター defaultValue 新しいコントロールに適用する既定値。true の場合、UseCompatibleTextRendering をサポートする 新しいコントロールは、テキスト レンダリングに GDI…
イラストで学ぶ 人工知能概論は、読みやすくわかりやすかった。イラストで学ぶ 人工知能概論 (KS情報科学専門書)作者: 谷口忠大出版社/メーカー: 講談社発売日: 2014/09/25メディア: 単行本(ソフトカバー)この商品を含むブログ (6件) を見るイラストで学ぶ…
Error: At least one required implicit or forwarded dependency was not found. Warning: At least one delay-load dependency module was not found.c# - Reading Dependency walker output - Stack Overflow Errors were detected where processing
MSB8003: Could not find WindowsSDKDir variable from the registry. TargetFrameworkVersion or PlatformToolset may be set to an invalid version number. Microsoft.CppBuild.targetsのファイルの中
VS2013を入れないと、デバッグできないのかな? error MSB8020: The build tools for v120 (Platform Toolset = 'v120') cannot be found. To build using the v120 build tools, please install v120 build tools. Alternatively, you may upgrade to the c…