曾奎文章列表

composer安装

php -r "readfile('https://getcomposer.org/installer');" > composer-setup.php php composer-setu...

阿里云ssd云盘挂载

1. 购买SSD云盘 2. 挂载云盘 3. [文档](https://help.aliyun.com/document_detail/25426.html?spm=5176.7840577....

https签名

# [教程](http://blog.nicky1605.com/the-free-ssl-configuration-startssl-on-nginx.html) # [startssl]...

pencil

opencv3.0 http://blog.csdn.net/guojieaix/article/details/44064213 scala pencil http://my.oschi...

换app

1. 换图标和启动图 2. 换程序签名 3. 微信开放平台,换appid 和 secret 4. qq开放平台 5. jpush新建应用换appid和secret 6. 后台数据库选择...

批量替换内容命令sed

# mac ```bash grep -I -l -r -e '搜索内容' 路径(/home/) | xargs sed -i '' 's/搜索内容/替换内容/g' ``` ...