wince +sl 群

05 2015 档案

摘要:Please see the correct annswer HERE You have set a break point in one of the classes. Just take off all the break points in your project and run again, their will be no problem. Eclipse->Window->Show ... 阅读全文
posted @ 2015-05-18 15:26 pengxinglove 阅读(156) 评论(0) 推荐(0)
摘要:http://stackoverflow.com/questions/10157508/how-to-change-the-size-of-the-button-of-an-android-checkbox http://www.anddev.org/tutorial_change_look_of_checkbox-t4553.html 阅读全文
posted @ 2015-05-18 10:38 pengxinglove 阅读(172) 评论(0) 推荐(0)
摘要:http://stackoverflow.com/questions/5250515/how-to-update-the-android-media-database 阅读全文
posted @ 2015-05-14 09:12 pengxinglove 阅读(376) 评论(0) 推荐(0)
摘要:String where = FileColumns._ID + “=?”; getContentResolver().delete(Files.getContentUri(“external”), where, new String[]{id}); 阅读全文
posted @ 2015-05-05 17:46 pengxinglove 阅读(333) 评论(0) 推荐(0)
摘要:http://stackoverflow.com/questions/2367381/extract-numbers-from-a-string-java Pattern p = Pattern.compile(\\d+); 使用这个会有空字符串出现 Pattern p = Pattern.compile("-?\\d+"); 这是OK, 阅读全文
posted @ 2015-05-04 17:03 pengxinglove 阅读(3233) 评论(0) 推荐(0)

wince +sl 群