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