-
(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.
-
[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.
-
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.
-
.htaccess使用详解
Apache Web 服务器可以通过 .htaccess 文件来操作各种信息,这是一个目录级配置文件的默认名称,允许去中央化的 Web 服务器配置管理。可用来重写服务器的全局配置。该文件 ... Continue.
-
Docker自定义网络——MacVLAN
一般来说,我们在自定义Docker与外部网络通信的网络,除了NAT,还有Linux Bridge、Open vSwitch、MacVLAN几种选 Continue.
-
[已解决]git中push origin master出错:error: src refspec master does not match any
解决git中push origin master出错:error: src refspec master does not match any 先去add,再commit,然后再push,就可以了: 解决github pu ... Continue.
-
[转]轻松完成网站提速:来自Google、淘宝等的Nginx PageSpeed模块
mod_pagespeed 于2010年发布,让网站管理员可以为其Web应用提速,而不需要深度的性能优化造诣。mod_pagespeed最初版本只作为Apache的模 ... Continue.
-
[转]C++11 With Clang on Windows and MinGW
Installation steps for getting a functional Clang++ build running on Windows 8 and MinGW ## Step 1 ## Install MinGW . Using … ... Continue.