月度存档: 6 月 2017

PHP连接MySQL报错 2002 No such file or directory 的解决方案

使用 “127.0.0.1” 代替 “localhost” 来连接MySQL问题解决 参考资料: PHP – MySQL connection not working: 2002 No such file or directory:https://stackoverflow.com/questions/1676688/php-mysql-connection-not-working-2002-no …

继续阅读 »

Git提取/合并某分支的部分文件或特定Commit

Git合并特定commits 到另一个分支:http://blog.csdn.net/ybdesire/article/details/42145597?locationNum=3&fps=1 git小技巧–如何从其他分支merge个别文件或文件夹:https://segmentfault.com/a/1190000008360855 git小技巧–提取/合并某分支的部分文件:http://w …

继续阅读 »

Linux如何管理本机的多个ssh密钥

我的config文件配置 详情参考: linux管理多个ssh公钥密钥:http://www.tuicool.com/articles/VBraEbm coding.netSSH公钥配置:https://coding.net/help/doc/account/ssh-key.html git:如何管理本机的多个ssh密钥:https://segmentfault.com/a/11900000056 …

继续阅读 »