1、按照网上那一群写的balabade 修改各种配置 2、就是讲Start Recording界面的:Program to record 和 Working directory两个选项都选择C:\Program Files (x86)\Internet Explorer下面的iexplore.exe ...
分类:
其他好文 时间:
2019-02-28 18:07:57
阅读次数:
327
参考 1. ARM平台NEON指令的编译和优化; 2. 交叉编译器 arm-linux-gnueabi 和 arm-linux-gnueabihf 的区别; 3. https://blog.csdn.net/bhj1119/article/details/56665567; https://blog ...
分类:
系统相关 时间:
2019-02-28 14:51:31
阅读次数:
346
如果安装的时候报错: lua.c:80:31: fatal error: readline/readline.h: No such file or directory 解决方法: 缺少libreadline-dev依赖包 centos 系统: yum install readline-devel d ...
分类:
编程语言 时间:
2019-02-28 11:58:09
阅读次数:
234
在使用sudo pip3 install python库的时候出现如下警告: The directory '/home/lzhu/.cache/pip/http' or its parent directory is not owned by the current user and the cac ...
分类:
系统相关 时间:
2019-02-28 10:37:07
阅读次数:
210
composer 链接: https://packagist.org/packages/endroid/qrcode 注意:PHP版本 要求 7.1+ 1. 使用 composer 安装 endroid/qrcode: 2 将二维码生成封装为服务 位置: /appliction/common/ser ...
分类:
Web程序 时间:
2019-02-27 15:53:57
阅读次数:
733
此问题是在 ubuntu 14.04.5 上安装 MySQL 5.6 碰到的,倒腾半天,原因是没有安装 libail.so.1,执行以下命令即可: 参看连接:https://blog.csdn.net/tongtong0704/article/details/78933112 ...
分类:
其他好文 时间:
2019-02-26 21:09:21
阅读次数:
201
Centos7.5 执行ansible命令报错 问题: [root@m01 ~] ansible servers a "hostname|grep web" i ./hosts 172.16.1.7 | FAILED | rc=2 [Errno 2] No such file or director ...
分类:
其他好文 时间:
2019-02-26 19:08:15
阅读次数:
258
命令 功能说明 线上查询及帮助命令(2个) man 查看命令帮助,命令的词典,更复杂的还有info,但不常用。 help 查看Linux内置命令的帮助,比如cd命令。 文件和目录操作命令(18个) ls 全拼list,功能是列出目录的内容及其内容属性信息。 cd 全拼change directory ...
分类:
系统相关 时间:
2019-02-25 21:44:49
阅读次数:
272
环境 手动安装pip install mysqlclient 报错: _mysql.c(29) : fatal error C1083: Cannot open include file: 'mysql.h': No such file or directory no module named My ...
分类:
编程语言 时间:
2019-02-25 16:42:16
阅读次数:
190
define('EXT', '.php'); define('DS', DIRECTORY_SEPARATOR); defined('THINK_PATH') or define('THINK_PATH', __DIR__ . DS); define('LIB_PATH', THINK_PATH .... ...
分类:
Web程序 时间:
2019-02-24 23:02:52
阅读次数:
318