January 2011
3 posts
俺のメディアモンスター「T+O」だ!
putvchamp(-1,4642025);
4 tags
Symfony1.4 で Doctrine_Record オブジェクト同士をマージする
ずっとドラフトのままだった…、せっかくなのでちょっと文字列変えてパブリッシュw
$userA = new User();
$userA->name = 'juwawan';
$userB = new User();
$userB->merge($userA);
echo $userB->name; // juwawan
参考記事:
http://www.doctrine-project.org/documentation/manual/1_2/ja/component-overview
2 tags
Android SDK のアップデート時に Failed to fetch URL
このエラーが出た。
Failed to fetch URL https://dl-ssl.google.com/android/repository/repository.xml, reason: HTTPS SSL error. You might want to force download through HTTP in the settings.
解決方法。
Settings -> Misc -> Force https:// sources to be fetched using http://
にチェックを入れる
ここに書いてあった -> SDKがインストールできません!助けてください!SSLエラー が出ます。