文章分类 -  项目工具

摘要:http://blog.csdn.net/baiyufairy/article/details/70478611 阅读全文
posted @ 2017-06-09 13:13 zhangshihai1232 阅读(80) 评论(0) 推荐(0)
摘要:安装 设置 查看 阅读全文
posted @ 2017-04-16 14:34 zhangshihai1232 阅读(625) 评论(0) 推荐(0)
摘要:sougou输入法不能输入中文 方法一:重启搜狗输入法 通过下面的两个命令重启搜狗输入法,看重启后是否可以正常使用: ~$ killall fcitx ~$ killall sogou qinpanel 方法二:检查修复安装依赖 因为我之前是可以正常使用的,所以应该不是安装依赖的问题。刚安装好的朋友 阅读全文
posted @ 2017-03-27 13:16 zhangshihai1232 阅读(87) 评论(0) 推荐(0)
摘要:http://blog.csdn.net/weihan1314/article/details/8944291 阅读全文
posted @ 2017-01-07 20:36 zhangshihai1232 阅读(61) 评论(0) 推荐(0)
摘要:linux和 http://blog.chinaunix.net/uid 23069658 id 3142052.html mount t cifs o username="xx",password="xx" //xxx/share /home/sean/share 阅读全文
posted @ 2017-01-07 19:05 zhangshihai1232 阅读(73) 评论(0) 推荐(0)
摘要:1.关闭家庭组 禁用家庭组服务,它们会占用很高的磁盘 http://jingyan.baidu.com/article/c843ea0ba3d01377931e4a3d.html http://www.xitonghe.com/jiaocheng/Windows10 5634.html 2.卸载无用 阅读全文
posted @ 2016-10-10 21:12 zhangshihai1232 阅读(109) 评论(0) 推荐(0)
摘要:sudo免密 root权限下,visudo vmware复制后网卡设置 打开文件,把eth0的配置删掉,eth1的mac地址copy出来 把mac地址替换下 ip同步 ssh免密登陆 把下列注释去掉 配置authorized_keys文件权限 生成key并加载到不同机器的文件中 jdk nodejs 阅读全文
posted @ 2016-09-28 00:11 zhangshihai1232 阅读(127) 评论(0) 推荐(0)
摘要:vim配置 vim代码模板补全 文件路径:~/.vim/bundle/ultisnips/mysnippets/cpp.snippets 例子:https://github.com/honza/vim snippets 模板规则 阅读全文
posted @ 2016-08-21 01:41 zhangshihai1232 阅读(401) 评论(0) 推荐(0)
摘要:git配置 用户名和密码 检查配置 参考http://blog.csdn.net/wirelessqa/article/details/8572928 sshkey 创建分支 git仓库创建 git init git remote add git push set upstream origin m 阅读全文
posted @ 2016-08-13 12:02 zhangshihai1232 阅读(225) 评论(0) 推荐(0)