2013-02-08から1日間の記事一覧

Start developing JavaFX application with NetBeans and Gradle

Introduction I want to create JavaFX application with NetBeans and Gradle. This post is my memo to start developing JavaFX application with NetBeans and build with Gradle. If you find something wrong in this post, please tell me by comment…

NSDictionary の objectForKey と valueForKey

いつも混乱するのでメモ。 objectForKey はいわゆる dictionary/map のキーによる値取得*1 valueForKey は key-value coding 用 以下ページの解説が参考になる。 NSDictionary の objectForKey: と valueForKey: の違い - 24/7 twenty-four seven NSMutableD…