Category Archives: 技術情報

Swift 事始め

2014年6月3日に、Apple社から新言語 Swift が発表された。 そこで … Continue reading

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

Xcodeの必須ショートカット

■.hファイルと.mファイルの切り替え Command + Ctrl + ↑ ■ … Continue reading

Posted in Objective-C, 技術情報 | Leave a comment

UIView の背景色/背景画像を設定する

■UIViewに背景色を設定 [objc] – (void)view … Continue reading

Posted in Objective-C, 技術情報 | Leave a comment

久しぶりのFlexネタ。覚え書き。 下記のようなレイアウトをしたい場合、結構それ … Continue reading

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

eclipse のコンソールで日本語の文字化け

eclipse インストールフォルダにある eclipse.ini に下記を記述 … Continue reading

Posted in eclipse, Flex, Java, Seasar2, 技術情報 | Leave a comment

Python3 事始め

■animal.py [python] class Animal: def __ … Continue reading

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

python3 での print format でのエラー

正しい書き方かどうかまだ勉強中ですが、とりあえず、下記にて動作しました。 [py … Continue reading

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

NSRangeException

どうやら配列絡みのエラーっぽい。 [bash] Terminating app … Continue reading

Posted in Objective-C, 技術情報 | Leave a comment

NSInternalInconsistencyException

最近はプライベートで全くプログラムをやる気も無くなっていて久しぶりに iOSプロ … Continue reading

Posted in Objective-C, 技術情報 | Leave a comment

Mysql カラム追加

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