Category Archives: 技術情報

Unable to run app in Simulator

ビルドは上手くいくが、下記のエラーが出力されるときの対応。 [c] Unable … Continue reading

Posted in iOS, Mac, Swift, Xcode, 技術情報 | Leave a comment

Macボタン記号

仕事でWindows、プライベートでMacな私だが、どうしても未だ記号が覚えられ … Continue reading

Posted in Mac, 技術情報 | Leave a comment

Flex ブラウザのスクロールバーの表示制御

覚え書き。 index.template.html CSSのbody width … Continue reading

Posted in CSS, Flex, 技術情報 | Leave a comment

Macでのアプリケーションの切り替え

command (⌘) + tab

Posted in Mac, 技術情報 | Leave a comment

DBで最初に決めておくと良い規約例

■規約 ○ID項目の取り扱いについて  ・Number(18)型とする ○金額項 … Continue reading

Posted in Oracle, 技術情報 | Leave a comment

D3.js でSVG領域を描くその2

[html] <html> <head> <tit … Continue reading

Posted in D3.js, JavaScript, 技術情報 | Leave a comment

D3.js でSVG領域を描くその1

少しずつ覚え書き。 [html] <html> <head&g … Continue reading

Posted in D3.js, JavaScript, 技術情報 | Leave a comment

Macでの画面キャプチャ

覚え書きですが、 command (⌘) + shift + 4

Posted in Mac, 技術情報 | Leave a comment

D3.js 事始め

D3.jsには、以前から興味があったのでちょっと触ってみる。 これからも新たな勉 … Continue reading

Posted in D3.js, JavaScript, 技術情報 | Leave a comment

Swift 事始め その2

次は、クラス継承。 [actionscript3] class Animal{ … Continue reading

Posted in Swift, 技術情報 | Leave a comment