会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Make it
存储,调用,通信,分布式,网络编程,并发,极致。 重复------->重用,复用
博客园
首页
新随笔
联系
管理
上一页
1
···
37
38
39
40
41
42
43
44
45
···
118
下一页
2014年8月7日
关于SD卡
摘要: http://blog.csdn.net/androidwifi/article/details/17725989http://www.cnblogs.com/greatverve/archive/2012/01/13/android-SDcard.htmlhttp://www.cnblogs.co...
阅读全文
posted @ 2014-08-07 02:30 daishuguang
阅读(134)
评论(0)
推荐(0)
2014年8月6日
常用的JQuery UI框架
摘要: http://www.ligerui.com/http://www.jeasyui.com/index.phphttp://www.jqwidgets.com/
阅读全文
posted @ 2014-08-06 19:23 daishuguang
阅读(175)
评论(0)
推荐(0)
Android提供的功能API
摘要: ServiceContentProvider等
阅读全文
posted @ 2014-08-06 17:47 daishuguang
阅读(117)
评论(0)
推荐(0)
关于开发的内容
摘要: 功能与性能、代码重构与安全、任务与工具
阅读全文
posted @ 2014-08-06 13:22 daishuguang
阅读(163)
评论(0)
推荐(0)
Android Service之LOCATION_SERVICE
摘要: Android提供了GPS功能LocationManager obj = (LocationManager)getSystemService(Context.LOCATION_SERVICE)Permission基本上是使用百度地图定位
阅读全文
posted @ 2014-08-06 13:13 daishuguang
阅读(356)
评论(0)
推荐(0)
Github上最受关注的前端大牛,快来膜拜吧!
摘要: 1. Paul IrishGithub主页:https://github.com/paulirish个人主页:http://paulirish.com维基百科:http://en.wikipedia.org/wiki/Paul_IrishPaul Irish是著名的前端开发工程师,同时他也是Chro...
阅读全文
posted @ 2014-08-06 12:53 daishuguang
阅读(193)
评论(0)
推荐(0)
使用Pull解析器生成XML文件和读取xml文件
摘要: 有些时候,我们需要生成一个XML文件,生成XML文件的方法有很多,如:可以只使用一个StringBuilder组拼XML内容,然后把内容写入到文件中;或者使用DOM API生成XML文件,或者也可以使用pull解析器生成XML文件,这里推荐大家使用Pull解析器。一、布局界面[html]view p...
阅读全文
posted @ 2014-08-06 03:47 daishuguang
阅读(337)
评论(0)
推荐(0)
android host
摘要: 74.125.20.31 market.android.com74.125.20.31 developer.android.com74.125.20.31 android.googlesource.com74.125.20.31 android.clients.google....
阅读全文
posted @ 2014-08-06 02:51 daishuguang
阅读(187)
评论(0)
推荐(0)
最新不错的hosts for google
摘要: win下当然是推荐使用chrome浏览器,装一个Host自动更新到应用,或者直接到这里下载吧http://hosts.fgqi.net/,批处理可以自动完成。 注意不要让360阻止或者防止修改就行。 当然自己手动改也是没有问题,应该是windows/systerm32/drivers/etc ...
阅读全文
posted @ 2014-08-06 01:58 daishuguang
阅读(82)
评论(0)
推荐(0)
托管host
摘要: 托管在googlecode的hosthttps://smarthosts.googlecode.com/svn/trunk/hosts
阅读全文
posted @ 2014-08-06 01:57 daishuguang
阅读(176)
评论(0)
推荐(0)
host
摘要: 谷歌hosts获取方法及最新文本下载2014年04月27日⁄网络采风⁄ 共 1030字 ⁄ 字号小中大⁄暂无评论⁄ 阅读 3,732 次谷歌(google.com)有许多很棒的服务,比如Gmail、谷歌翻译、谷歌地图等等,都是我们经常用到的。但是由于网络原因,这些服务非常不稳定,经常出现访问速度慢,...
阅读全文
posted @ 2014-08-06 01:54 daishuguang
阅读(458)
评论(0)
推荐(0)
2014年8月4日
在线安装maven插件问题:Cannot complete the install because one or more required items could not be found.
摘要: 用Eclipse在线安装的方式:Help-->Install New Software地址输入:http://m2eclipse.sonatype.org/sites/m2e/,列表中打勾勾上后点击Next安装maven插件时遇到了如下的错误:Cannot complete the install ...
阅读全文
posted @ 2014-08-04 11:59 daishuguang
阅读(276)
评论(0)
推荐(0)
maven教程
摘要: 一.Maven 是什么? Maven 英文名称:专家,由名字可见,这个工具野心非常大。有人说他是"构建工具",一个用来把源代码构建成可发布的构件的工具。也有人说是项目管理工具。官方定义: Maven是一个项目管理工具,它包含了一个项目对象模型 (Project Object Model),一组标准...
阅读全文
posted @ 2014-08-04 11:45 daishuguang
阅读(254)
评论(0)
推荐(0)
如何设置listview每个item高度
摘要: 据我所了解,listview每行的宽度是由 inflater填充布局中高度最大的那个控件的高度。。。publicvoid setListViewHeightBasedOnChildren(ListView listView) { //获取ListView对应的Adapter ...
阅读全文
posted @ 2014-08-04 11:23 daishuguang
阅读(3422)
评论(0)
推荐(0)
关于Adapter
摘要: ArrayAdapter------------>单一值SimpleAdapter---------->HashMap 多值BaseAdapter------------>更复杂的数据SimpleAdapter / BaseAdapter 比较常用
阅读全文
posted @ 2014-08-04 00:03 daishuguang
阅读(125)
评论(0)
推荐(0)
上一页
1
···
37
38
39
40
41
42
43
44
45
···
118
下一页
公告