上一页 1 2 3 4 5 6 ··· 14 下一页
摘要: 1、应当这样<imp src='验证码路径' onclick="this.src='验证码路径?'+Math.random()">;如果后面不加Math.random()函数的话,则是无法刷新的 参考:http://www.cnblogs.com/TigerYangWTH/p/5893603.htm 阅读全文
posted @ 2016-09-21 22:47 zhongyinghe 阅读(277) 评论(0) 推荐(0) 编辑
摘要: 1、arrau_column 二维数组中取某一键的值组成一维数组 2、键映射值易也,而值映射键则使用array_search()函数 3、手机端访问服务端,如果url有中文,最好使用utf-8编一下码 阅读全文
posted @ 2016-09-13 23:06 zhongyinghe 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 1、视图 2、Activity 3、MVP中的V V接口 4、MVP中的P 接口 实现 5、MVP中的M 接口 实现 参考代码:https://github.com/kaedea/android-mvp-pattern/ 文字说明:https://segmentfault.com/a/1190000 阅读全文
posted @ 2016-08-12 23:09 zhongyinghe 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 1、requestWindowFeature(Window.FEATURE_NO_TITLE);设置activity无标题 参考:http://zhanhao.iteye.com/blog/1174914 2、Android闹钟 AlarmManager的使用 参考:http://www.cnblo 阅读全文
posted @ 2016-08-01 22:48 zhongyinghe 阅读(101) 评论(0) 推荐(0) 编辑
摘要: 参考:http://www.bubuko.com/infodetail-734550.html和http://blog.csdn.net/yuzhiboyi/article/details/7654840 阅读全文
posted @ 2016-07-27 11:24 zhongyinghe 阅读(81) 评论(0) 推荐(0) 编辑
摘要: 1、各种xml的作用 参考:http://blog.csdn.net/webrobot/article/details/7347841 2、设置actionBar的图标在屏幕底部显示 参考:http://blog.csdn.net/baimy1985/article/details/8172160 阅读全文
posted @ 2016-07-21 11:37 zhongyinghe 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 参考:http://www.cnblogs.com/a284628487/p/3460400.html和http://blog.csdn.net/mayingcai1987/article/details/6232857 阅读全文
posted @ 2016-07-21 08:19 zhongyinghe 阅读(299) 评论(0) 推荐(0) 编辑
摘要: 参考:http://blog.csdn.net/hfreeman2011/article/details/8555474和http://blog.csdn.net/dragondog/article/details/6228430 阅读全文
posted @ 2016-07-21 07:01 zhongyinghe 阅读(85) 评论(0) 推荐(0) 编辑
摘要: 1、在布局文件上最外层最好使用RelativeLayout来布局,如果使用LinearLayout来布局的话,显示对话框的话,感觉会有点问题; 要在预览中看到框框,并且是match_parent的,而实际的对话框要在预览框框范围内 补充:如果是偏移性的对话框,最好能够看到预览大框,否则也可以不需要预 阅读全文
posted @ 2016-07-13 18:25 zhongyinghe 阅读(254) 评论(0) 推荐(0) 编辑
摘要: 1、它的各种示例:http://blog.csdn.net/cike110120/article/details/46572071 2、它的讲解:http://www.androidchina.net/1381.html 3、基本介绍:http://wiki.jikexueyuan.com/proj 阅读全文
posted @ 2016-07-12 17:25 zhongyinghe 阅读(188) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 14 下一页