摘要: 转自:http://blog.csdn.net/u012369271/article/details/72848102 1、首先axios不支持vue.use()方式声明使用,看了所有近乎相同的axios文档都没有提到这一点 建议方式 在main.js中如下声明使用 import axios fro 阅读全文
posted @ 2017-12-26 17:09 tl_luo 阅读(877) 评论(0) 推荐(0) 编辑
摘要: 转自:https://www.cnblogs.com/changna1314/p/6878900.html 1. 区别: (1)事务处理: MyISAM是非事务安全型的,而InnoDB是事务安全型的(支持事务处理等高级处理); (2)锁机制不同: MyISAM是表级锁,而InnoDB是行级锁; (3 阅读全文
posted @ 2017-12-06 11:22 tl_luo 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 1.sphinx安装 http://sphinxsearch.com/docs/latest/installing-debian.html There are two ways of getting Sphinx for Ubuntu: regular deb packages and the La 阅读全文
posted @ 2017-09-07 10:55 tl_luo 阅读(265) 评论(0) 推荐(0) 编辑
摘要: 1.使用anaconda环境管理器搭建开发环境 2.pyqt5-tools工具编辑界面 https://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-5.7/ pip install myqt5-tools(不会包含designer.exe) 3.py 阅读全文
posted @ 2017-09-04 14:16 tl_luo 阅读(895) 评论(0) 推荐(0) 编辑
摘要: http://codeception.com/install 下载codecept.phar http://codeception.com/for/yii https://segmentfault.com/t/codeception/blogs 阅读全文
posted @ 2017-09-02 09:52 tl_luo 阅读(212) 评论(0) 推荐(0) 编辑
摘要: https://github.com/scrapy/scrapy/wiki scrapy/scrapy python https://www.zhihu.com/question/26790346 阅读全文
posted @ 2017-08-10 11:10 tl_luo 阅读(555) 评论(0) 推荐(0) 编辑
摘要: 下载地址:https://github.com/samacs/simple_html_dom解析器不仅仅只是帮助我们验证html文档;更能解析不符合W3C标准的html文档。它使用了类似jQuery的元素选择器,通过元素的id,class,tag等等来查找定位;同时还提供添加、删除、修改文档树的功能 阅读全文
posted @ 2017-08-10 10:56 tl_luo 阅读(830) 评论(0) 推荐(0) 编辑
摘要: 我的系统环境: Ubuntu 16.04 64位 本文内容亲测可用, 请放心食用 使用淘宝镜像 淘宝镜像官网是https://npm.taobao.org/ 使用淘宝镜像前请自行安装好 npm 和 node node 和 npm 的安装 node可以在这里下载 今天是2016-7-01,官方推荐v4 阅读全文
posted @ 2017-08-09 21:21 tl_luo 阅读(245) 评论(0) 推荐(0) 编辑
摘要: 说明 PHP 5.5+版本以上的,可以使用PHP自带的opcache开启性能加速(默认是关闭的)。对于PHP 5.5以下版本的,需要使用APC加速,这里不说明,可以自行上网搜索PHP APC加速的方法。 PHP开启opcache方法 1、打开php.ini文件 2、找到:[opcache],设置为: 阅读全文
posted @ 2017-08-08 13:30 tl_luo 阅读(1494) 评论(0) 推荐(0) 编辑
摘要: title = ''; $this->params['breadcrumbs'][] = $this->title; $allShopClass = \app\models\ShopClass::find()->all(); ?> title) ?> $dataProvider, 'columns' => [ ['class' ... 阅读全文
posted @ 2017-08-08 13:09 tl_luo 阅读(1075) 评论(0) 推荐(0) 编辑