加载中
用Rust重写的firefox quantum速度确实快了不少

https://www.mozilla.org/en-US/firefox/quantum/ 有助于推广一下Rust这门编程语言了。 https://www.rust-lang.org/zh-CN/ #安装 curl https://sh.rustup.rs -sSf | sh #删除安装包 rustup...

2017/10/14 16:53
1K
MySqli 连接失败 MySQL connection not working: 2002 No such file or directory

连接不上数据库,原因是mysql的mysql.sock文件没找到,修改php.ini的配置 mysql.default_socket = /path/to/mysql.sock 一般php会去/tmp目录下查找,如果上述修改不生效,再添加一个软链接 ...

2017/10/11 20:18
61
Mtr trace router tools

下载 ftp://ftp.bitwizard.nl/mtr/ 安装 export LIBS='-lm -ltermcap -lresolv' ./configure make sudo make install alias mtr=/usr/local/sbin/mtr 3.界面效果 sudo /usr/local/sbin/mtr b...

mtr
2017/10/02 14:11
114

没有更多内容

加载失败,请刷新页面

没有更多内容

返回顶部
顶部