使用ThinkPHP框架快速开发网站(多图)
摘要:使用ThinkPHP框架快速开发网站(多图)初步设计架构前台bootstrap+ThinkPHP+jQuery+Mysql 后台 ExtJS4+ThinkPHP+Mysql,
阅读全文
posted @
2014-09-24 15:36
lanxian
阅读(506)
推荐(0)
Android Login and Registration with PHP, MySQL and SQLite
摘要:Android Login and Registration with PHP, MySQL and SQLite
阅读全文
posted @
2014-09-23 16:25
lanxian
阅读(238)
推荐(0)
How does Android, PHP, SQL, JSON, and Remote Databases work together?
摘要: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
阅读(220)
推荐(0)
Gson Json
摘要:Gson简要使用笔记最近在做一个java web service项目,需要用到jason,本人对java不是特别精通,于是开始搜索一些java平台的json类库。发现了google的gson,因为之前对于protocolbuf有一些了解,带着一些好奇心,我开始使用了gson。经过比较,gson和其他...
阅读全文
posted @
2014-09-23 15:53
lanxian
阅读(202)
推荐(0)
Protocol Android
摘要:使用 Protocol Buffers 代替 JSON 的五个原因Protocal Buffers的简短介绍首先,什么是Protocol Buffers?文档中说:“Protocol Buffers是一种以有效并可扩展的格式编码结构化数据的方式。”Google开发了Protocol Buffers使...
阅读全文
posted @
2014-09-23 15:18
lanxian
阅读(462)
推荐(0)
AsyncTask、多线程及线程通信
摘要:AsyncTask,它使创建需要与用户界面交互的长时间运行的任务变得更简单。相对来说AsyncTask更轻量级一些,适用于简单的异步处理,不需要借助线程和Handler即可实现。AsyncTask是抽象类.AsyncTask定义了三种泛型类型Params,Progress和Result。 Para...
阅读全文
posted @
2014-09-22 17:03
lanxian
阅读(493)
推荐(0)
线程-Android
摘要:Android中轻松使用线程翻译自http://android-developers.blogspot.jp/2009/05/painless-threading.html 当你第一次启动一个Android程序的时候,一个被称为"mian"的线程就被自动创建了。它被称为主线程或者UI线程,它是非常...
阅读全文
posted @
2014-09-22 16:46
lanxian
阅读(207)
推荐(0)
HTTP请求-Android
摘要:一、HttpClient介绍HttpClient是用来模拟HTTP请求的,其实实质就是把HTTP请求模拟后发给Web服务器;Android已经集成了HttpClient,因此可以直接使用;注:此处HttpClient代码不只可以适用于Android,也可适用于一般的Java程序;HTTP GET核心...
阅读全文
posted @
2014-09-22 16:21
lanxian
阅读(593)
推荐(0)
Make Your First Android App
摘要: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
阅读(221)
推荐(0)
Git版本控制软件结合GitHub从入门到精通常用命令学习手册
摘要:http://www.ihref.com/read-16369.htmlhttp://wuyuans.com/2012/05/github-simple-tutorial/
阅读全文
posted @
2014-09-19 13:36
lanxian
阅读(164)
推荐(0)
android Fragments (Android官方文档中文版)
摘要:http://blog.csdn.net/xyz_lmn/article/details/6927390概述Fragment 表现 Activity 中用UI的一个行为或者一部分. 可以组合多个fragment放在一个单独的activity中来创建一个多界面区域的UI,并可以在多个activity里...
阅读全文
posted @
2014-09-18 16:46
lanxian
阅读(186)
推荐(0)
安卓端即将开启
摘要:目前先复习一下安卓的基本知识,然后是fragment的知识比较重要!今天9.16号,周二,预计周六左右lishuang完成架构搭建并开始动工啦!期待!
阅读全文
posted @
2014-09-16 22:07
lanxian
阅读(127)
推荐(0)
公益图书馆-XDebug和MongoDB配置
摘要:首先,注意,我的Apache是32位的!所以,所有下载的配置文件必须要用32位的才能生效!XDebug配置文件下载:http://xdebug.org/download.php版本:5.4 VC9 32 TS(线程安全)
阅读全文
posted @
2014-09-05 10:47
lanxian
阅读(119)
推荐(0)
[转]修改注册表将MongoDB添加到系统服务
摘要:http://www.webiyo.com/2011/02/install-mongodb-service-on-windows-7.htmlDownload MongoDBYou can download MongoDB in two different editions viz.32bit Mo...
阅读全文
posted @
2014-09-04 20:03
lanxian
阅读(1054)
推荐(0)
公益图书馆-MongoDB-笔记
摘要:1、http://cn2.php.net/manual/en/class.mongogridfs.phpclass FileController extends SyController{ /**@author yj * @description 要使用下面两个函数,必须先初始化 ...
阅读全文
posted @
2014-09-03 19:52
lanxian
阅读(376)
推荐(0)
MongoDB的授权登录处理
摘要:一、command line 实际操作:http://www.mzwu.com/article.asp?id=3324http://www.jb51.net/article/50501.htmhttp://www.jb51.net/article/53830.htm我将MongoDB用户分为两类:全...
阅读全文
posted @
2014-09-03 19:43
lanxian
阅读(14327)
推荐(1)
PHP操作MongoDB GridFS 存储文件
摘要:PHP操作MongoDB GridFS 存储文件,如图片文件我的测试代码:1、前端上传文件html index.htmlMongo Gridfs 上传图片 2、上传文件进入MongoDB数据库并返回图片的索引ID upload.phppicDB;// 取得gridfs对象$p...
阅读全文
posted @
2014-09-01 21:55
lanxian
阅读(1516)
推荐(0)