Linking Libraries The act of linking libraries is a form of code dependency management. When any app is run, its executable code is loaded into memory. Additionally, any code libraries that it depends on are also loaded into memory. There are two type of linking: static, and dynamic. Both offer different benefits to the developer and should be used according to these benefits. This blog post will
Macアプリケーションで、デスクトップのスクリーンショットを撮る方法です。 例では、スクリーンショットをPNG形式のファイルとして書き出しています。 CGDirectDisplayID displayID = CGMainDisplayID(); CGImageRef imageRef = CGDisplayCreateImage(displayID); NSURL *fileURL = [NSURL fileURLWithPath:[@"~/Desktop/screenshot.png" stringByExpandingTildeInPath]]; CGImageDestinationRef destination = CGImageDestinationCreateWithURL((__bridge CFURLRef)fileURL, kUTTypePNG , 1, NUL
2018/12/16追記 いつの間にかOSXのGPU公式サポートはなくなったみたいなので、それでもGPU使いたい方はこちらのドキュメントが参考になるかもしれません。 Tensorflow 1.6 on macOS High Sierra 10.13.3 with GPU Acceleration (without disabling SIP) 2017/2/17追記 Tensorflow 1.0.0から簡単にインストールできるようになったので公式ドキュメントに従うことをおすすめします。 https://www.tensorflow.org/install/install_mac #cuda8.0 $ brew upgrade $ brew install coreutils $ brew cask install cuda #cuDNN v5.1 Library for OSXをダウンロー
キーボードショートカットでJavaScriptをステップ実行したい!! GoogleChromeのデベロッパーツールでは、F11で Step In, F10でStep Overするショートカットキーが用意されているのですが、OSXの初期設定のままだとこれが機能しません。 Fn + F11 を押すと音量が小さくなり、F11単体を押すとデスクトップが表示されて涙が出ます。 でも諦めるのはまだはやい!! 下記のとおりにやれば、使えるようになります。 システム環境設定 > キーボード で 「F1,F2などのすべてのキーを標準のファンクションキーとして使用」にチェックを入れる システム環境設定 > キーボード > ショートカット で F11のチェックを外す これで、F11のデバグショートカットが有効になります!!
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く