08 2013 档案

摘要:Test 阅读全文
posted @ 2013-08-17 00:58 莫忆往西 阅读(182) 评论(0) 推荐(0)
摘要:reference: http://tips4java.wordpress.com/2008/12/12/table-stop-editing/ 当JTable的单元格处于编辑状态时,如果用户触发以下事件,表格就会退出编辑状态,进而调用TableModel的 public void setValueAt(Object aValue, int row, int column) 1. 回车确认 ... 阅读全文
posted @ 2013-08-17 00:36 莫忆往西 阅读(3492) 评论(0) 推荐(0)
摘要:ACRA(Application Crash Reports for android)ACRA is a library enabling Android Application to automatically post their crash reports to a GoogleDoc form. It is targetted to android applications developers to help them get data from their applications when they crash or behave erroneously.Wooboo手机广告平台 阅读全文
posted @ 2013-08-15 23:28 莫忆往西 阅读(136) 评论(0) 推荐(0)
摘要:Android Studio 更新的频率还是挺高的详见 http://tools.android.com/recent但是发布说明里写着If you are already running Android Studio, just restart it, or manually check for updates via Help > Check for Update... (on OSX, look in the Android Studio menu). This will download and install a small patch rather than download 阅读全文
posted @ 2013-08-15 22:53 莫忆往西 阅读(538) 评论(0) 推荐(0)