摘要: #!/bin/bash git clone --recursive https://github.com/Leptune/vim-for-coding.git ~/vim-for-coding cd ~ mv .vim .vimbak &> /dev/null mv .vimrc .vimrcbak 阅读全文
posted @ 2019-04-14 21:23 Jerome27 阅读(87) 评论(0) 推荐(0)
摘要: 安装 Pecl下载Yaf tar zxvf yaf-3.0.8.tgz 解压 $ phpize$ ./configure --with-php-config=/path/to/php-config$ make && make install 最后到php.ini添加 [Yaf]extension=y 阅读全文
posted @ 2019-04-14 21:07 Jerome27 阅读(337) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2019-04-14 12:32 Jerome27 阅读(261) 评论(0) 推荐(0)