编译命令顺序对结果的影响
最近在尝试写点 C++, 因为需要访问服务器获取 json 数据, 所以其中涉及到了 curl 相关内容.
makefile 中有一段话:
g++ -lcurl -lm -o mssout $(Objects)
其中 -lcurl 代表需要去链接 curl 的库文件. 以上这段 ......
最近在尝试写点 C++, 因为需要访问服务器获取 json 数据, 所以其中涉及到了 curl 相关内容.
makefile 中有一段话:
g++ -lcurl -lm -o mssout $(Objects)
其中 -lcurl 代表需要去链接 curl 的库文件. 以上这段 ......
- 秋水逸冰一键安装
原文: Shadowsocks Python版一键安装脚本
项目地址: shadowsocks_install
下载安装
wget --no-check-certificate -O shadowsocks.sh https://raw.githubuserconte......
vim ~/.inputrc
set completion-ignore-case on
# or
echo "set completion-ignore-case on" > ~/.inputrc
安装 Vundle
官方地址: Vundle
下载 Vundle 到本地:
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
Vundle设定以及插件设定:
vim ......
安装:
sudo pip install shadowsocks
任意位置创建 .shadowsocks.json, 填入以下内容:
{
"server":"remote_ip",
"server_port":remote_......