1 2 3 4 5 ··· 7 下一页
摘要: 使用ThinkPHP框架快速开发网站(多图)初步设计架构前台bootstrap+ThinkPHP+jQuery+Mysql 后台 ExtJS4+ThinkPHP+Mysql, 阅读全文
posted @ 2014-09-24 15:36 lanxian 阅读(495) 评论(0) 推荐(0) 编辑
摘要: Android Login and Registration with PHP, MySQL and SQLite 阅读全文
posted @ 2014-09-23 16:25 lanxian 阅读(218) 评论(0) 推荐(0) 编辑
摘要: http://www.mybringback.com/tutorial-series/12924/android-tutorial-using-remote-databases-php-and-mysql-part-1/As I’ve mentioned, our Android app and a... 阅读全文
posted @ 2014-09-23 16:16 lanxian 阅读(208) 评论(0) 推荐(0) 编辑
摘要: Gson简要使用笔记最近在做一个java web service项目,需要用到jason,本人对java不是特别精通,于是开始搜索一些java平台的json类库。发现了google的gson,因为之前对于protocolbuf有一些了解,带着一些好奇心,我开始使用了gson。经过比较,gson和其他... 阅读全文
posted @ 2014-09-23 15:53 lanxian 阅读(199) 评论(0) 推荐(0) 编辑
摘要: 使用 Protocol Buffers 代替 JSON 的五个原因Protocal Buffers的简短介绍首先,什么是Protocol Buffers?文档中说:“Protocol Buffers是一种以有效并可扩展的格式编码结构化数据的方式。”Google开发了Protocol Buffers使... 阅读全文
posted @ 2014-09-23 15:18 lanxian 阅读(449) 评论(0) 推荐(0) 编辑
摘要: AsyncTask,它使创建需要与用户界面交互的长时间运行的任务变得更简单。相对来说AsyncTask更轻量级一些,适用于简单的异步处理,不需要借助线程和Handler即可实现。AsyncTask是抽象类.AsyncTask定义了三种泛型类型Params,Progress和Result。 Para... 阅读全文
posted @ 2014-09-22 17:03 lanxian 阅读(482) 评论(0) 推荐(0) 编辑
摘要: Android中轻松使用线程翻译自http://android-developers.blogspot.jp/2009/05/painless-threading.html 当你第一次启动一个Android程序的时候,一个被称为"mian"的线程就被自动创建了。它被称为主线程或者UI线程,它是非常... 阅读全文
posted @ 2014-09-22 16:46 lanxian 阅读(200) 评论(0) 推荐(0) 编辑
摘要: 一、HttpClient介绍HttpClient是用来模拟HTTP请求的,其实实质就是把HTTP请求模拟后发给Web服务器;Android已经集成了HttpClient,因此可以直接使用;注:此处HttpClient代码不只可以适用于Android,也可适用于一般的Java程序;HTTP GET核心... 阅读全文
posted @ 2014-09-22 16:21 lanxian 阅读(574) 评论(0) 推荐(0) 编辑
摘要: http://www.raywenderlich.com/56107/make-first-android-app-part-1http://www.raywenderlich.com/56109/make-first-android-app-part-2http://www.raywenderli... 阅读全文
posted @ 2014-09-19 14:43 lanxian 阅读(208) 评论(0) 推荐(0) 编辑
摘要: http://www.ihref.com/read-16369.htmlhttp://wuyuans.com/2012/05/github-simple-tutorial/ 阅读全文
posted @ 2014-09-19 13:36 lanxian 阅读(157) 评论(0) 推荐(0) 编辑
1 2 3 4 5 ··· 7 下一页