参考一“http://www.cnblogs.com/yaozhenfa/p/xamarin_android_actionbar_and_menu.html参考 二,下拉菜单http://www.cnblogs.com/hanyuan/archive/2012/04/11/android_actio...
分类:
移动开发 时间:
2015-01-10 22:17:09
阅读次数:
228
重启网卡出现提示:Bringing up interface eth0: Determining if ip address 10.109.67.81 is already in use for device eth0... [ OK ]Bri...
分类:
其他好文 时间:
2015-01-10 22:12:22
阅读次数:
288
今天在捣鼓一个类似于百度贴吧的东西。布局:上面是个ActionBar标题栏,然后是一个GridView布局,在Java代码中动态加载关注的贴吧,一切就绪中,很愉快的弄好了!
现在需要点击选项进入某个贴吧,那么问题来了—— GridView中Button点击事件onItemClick不能响应。...
分类:
移动开发 时间:
2015-01-10 01:31:45
阅读次数:
411
今天在捣鼓一个类似于百度贴吧的东西。布局:上面是个ActionBar标题栏,然后是一个GridView布局,在Java代码中动态加载关注的贴吧,一切就绪中,很愉快的弄好了!现在需要点击选项进入某个贴吧,那么问题来了——GridView中Button点击事件onItemClick不能响应。所以,主要的...
分类:
移动开发 时间:
2015-01-10 01:02:35
阅读次数:
244
svn is already locked 解决方案:如题所述经常在更新代码的时候会产生这样的问题!并且在对应的目录上操作Clean Up 没有任何的效果!如下解决方法。在出错文件夹下,鼠标右键TortoiseSVN->Clean up.SVN错误:Attempted to lock an alre...
分类:
其他好文 时间:
2015-01-09 23:45:39
阅读次数:
178
Rotate ImageYou are given annxn2D matrix representing an image.Rotate the image by 90 degrees (clockwise).Follow up:Could you do this in-place?假设旋转的时候...
分类:
其他好文 时间:
2015-01-09 20:53:57
阅读次数:
215
N-Queens IIFollow up for N-Queens problem.Now, instead outputting board configurations, return the total number of distinct solutions. 1 class Solutio...
分类:
其他好文 时间:
2015-01-09 20:47:49
阅读次数:
145
iOS 数据存储指导方针 iCloud包括了备份,会通过Wi-Fi每天自动备份用户iOS设备。app的home目录下的所有东西都会被备份,除了应用Bundle本身、缓存目录和temp目录。已购买的音乐、应用、书籍、Camera Roll、设备设...
分类:
其他好文 时间:
2015-01-09 17:40:44
阅读次数:
170
1.str.split(/\s+/)这句是表示以和/\s+/匹配的字符串作为分界,分割字符串str比如一个空格或者多个或者空格以及回车等 其中+表示一个或者多个var a = "b-c-d";var d = a.split("-");alert(d[1]); //c2.var up_class;i....
分类:
Web程序 时间:
2015-01-09 17:09:41
阅读次数:
187
Follow up for "Remove Duplicates":What if duplicates are allowed at mosttwice?For example,Given sorted array A =[1,1,1,2,2,3],Your function should ret...
分类:
其他好文 时间:
2015-01-09 15:27:07
阅读次数:
142