-
gitExtension 合并与衍合
注意到:以下的操作主要是用gitExtension来操作的。 gitExtension配置教程:http://www.cnblogs.com/ Continue.
-
[solved] mpv mpv: relocation error: /usr/lib/x86_64-linux-gnu/libldb.so.1:
最近 mpv 突然打不开,终端运行提示 libtalloc 版本有问题。 使用终端运行错误提示如下 $ mpvmpv: relocation error: /usr/lib/x86_64-linux-gnu/libldb.so.1: symbol … ... Continue.
-
[解决]java jdk11,发现安装路径没有jre文件夹
安装jre,需要到jdk目录下面去 在此处打开命令窗口,执行如下命令: 52006-bww8u0li4s.png bin\jlink.exe --module-path jmods --add-modules java.desktop --output jre 执行完之后就会生成jre啦 ... Continue.
-
(solved) The pkg-config package 'libpcre' is required but it could not be found.
pkg-confg 确认是否存在。 $ pkg-config --libs libpcrePackage libpcre was not found in the pkg-config search path.Perhaps you should add the directory … ... Continue.
-
58到家MySQL升级规范[转]
一、基础规范 表存储引擎必须使用InnoDB 表字符集默认使用utf8,必要时候使用utf8mb4 解读: (1)通用,无乱码风险,汉字3字节,英文 ... Continue.
-
[solved] src/lib9/fmt/fltfmt.c: In function ‘__efgfmt’
笔者在编译go1.4.3时报错。 Continue.
-
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d
Mesa 18.1.1 error: kelvin’s blog install mesa error! Continue.
-
[解决]mysql max_allowed_packet 设置过小导致记录写入失败
以下方法的第一种方法在有些机子上更改是没有作用的,建议大家使用第二种方法。 mysql根据配置文件会限制server接受的数据包大小。 有时候大 ... Continue.
-
My xfce shortcuts to take screenshots
Command Shortcut xfce4-screenshooter --fullscreen --clipboard Ctrl + PrtScrn xfce4-screenshooter --fullscreen --save /home/kelvin/Pictures PrtScrn … ... Continue.
-
web服务器压力测试一例
近期部门新上线一个服务,我们使用ab和locust分别测试 目前项目属于demo阶段,对访问量的支持不要求太高,我们暂且设定在500请求,20 ... Continue.