06 2014 档案

使用git提交github代码
摘要:新的项目的提交touch README.mdgit initgit add README.mdgit commit -m "first commit"git remote add origin https://github.com/sailrancho/test.gitgit push -u ori... 阅读全文

posted @ 2014-06-27 14:54 出发的兰彻 阅读(200) 评论(0) 推荐(0)

PHP 文件迭代器
摘要:使用了SPL的 迭代器, 可以直接对打开的文件进行foreach读取, 类的构造如下class fileIterator implements Iterator{ private $fp; private $line_num; private $line; public... 阅读全文

posted @ 2014-06-27 12:07 出发的兰彻 阅读(545) 评论(0) 推荐(0)

linux 安装phpMyAdmin
摘要:1. 首先安装 php mysql nginx2. 下载phpMyadminwget http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.0.10/phpMyAdmin-4.0.10-all-languages.tar.gzta... 阅读全文

posted @ 2014-06-10 18:02 出发的兰彻 阅读(463) 评论(0) 推荐(0)

导航