Monthly Archives: 11月 2013

Mysql カラム追加

[sql] ALTER TABLE table_name ADD column_ … Continue reading

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

銀行業務検定 証券3級のお勉強計画 試験結果

銀行業務検定 証券3級のお勉強計画 試験10日前にブログを書いて、当日まで体調崩 … Continue reading

Posted in 証券, 金融, 銀行業務 | Leave a comment

UIButtonのタイトル変更

UIButtonのタイトルが変わらないので、下記のようにsetTitle:for … Continue reading

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

isEqualToDate と NSDateFommatter

NSDate型に、時間が同じかどうかを判定するメソッドがある。 (BOOL)is … Continue reading

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

C++のString型

Java では、普通に文字列を扱う場合は、String型があるのでそのまま宣言す … Continue reading

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

C++事始めの覚え書き

main.cpp [c] #include <iostream> # … Continue reading

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