01 2016 档案

摘要:通过上面一节,以为能够顺利安装好phantom 没想到,根本没成功。接着,通过github上下载项目,重新安装:1.clone项目:【https://github.com/ariya/phantomjs】如下:uname -rsvo Linux 2.6.32-504.12.2.el6.x... 阅读全文
posted @ 2016-01-13 21:07 suhanyujie 阅读(407) 评论(0) 推荐(0)
摘要:自己买了vps就是爽,想装什么就装什么。就比如说casperjs1.首先需要安装它的运行环境phantomjs*将这个git项目clone到自己的vps上【https://github.com/ariya/phantomjs】*通过查看官方文档,进行安装。【http://phantomjs.org/... 阅读全文
posted @ 2016-01-12 21:34 suhanyujie 阅读(381) 评论(0) 推荐(0)
摘要:laravel5.1中可以很方便的用命令行创建Model1.php artisan make:model Content接着添加属性$fillable =array('id','article_id','content','created_at','updated_at');这个数组里存储的是con... 阅读全文
posted @ 2016-01-01 18:43 suhanyujie 阅读(246) 评论(0) 推荐(0)