上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 48 下一页
摘要: cd ~/.ssh ssh-keygen -t rsa -C "your email" ssh-add rsa file ssh-agent bash (if necessary)ssh-agent -s (if necessary) vim config Host gitee.comIdentit 阅读全文
posted @ 2021-02-05 13:43 仁义礼智信的 阅读(104) 评论(0) 推荐(0)
摘要: https://blog.51cto.com/moerjinrong/2326085 https://www.cnblogs.com/uphold/p/11896478.html 阅读全文
posted @ 2021-02-03 19:45 仁义礼智信的 阅读(44) 评论(0) 推荐(0)
摘要: 转自:https://blog.csdn.net/wodeshouji6/article/details/84988617 阅读全文
posted @ 2020-11-03 13:47 仁义礼智信的 阅读(380) 评论(0) 推荐(0)
摘要: 转自: https://blog.csdn.net/dotphoenix/article/details/100130424 转自: https://www.cnblogs.com/desireyang/p/12052861.html ssh-agent bash 阅读全文
posted @ 2020-10-28 15:04 仁义礼智信的 阅读(70) 评论(0) 推荐(0)
摘要: 转自: https://www.cnblogs.com/winyh/p/12908504.html 1.执行命令: git config --global credential.helper store 这个时候~/.gitconfig文件中会多一行 [credential]helper = sto 阅读全文
posted @ 2020-10-28 15:01 仁义礼智信的 阅读(471) 评论(0) 推荐(0)
摘要: ps -ef|grep think |grep -v grep|cut -c 9-15|xargs kill -9 ps -ef |grep think | grep -v grep |awk '{print $2}'|xargs kill -9 阅读全文
posted @ 2020-10-19 09:59 仁义礼智信的 阅读(86) 评论(0) 推荐(0)
摘要: 转自: https://blog.csdn.net/jiabailong/article/details/52289654 阅读全文
posted @ 2020-10-14 13:57 仁义礼智信的 阅读(64) 评论(0) 推荐(0)
摘要: 解决导出excel数字为科学计数法问题 转自:https://www.cnblogs.com/gz9218/p/c7c7a179cc4ecca6a789a38e46801d27.html 查询sql可以采用在字符串结尾加上制表符"\t" select CONCAT(t.NSRSBH,'\t') 阅读全文
posted @ 2020-10-10 10:33 仁义礼智信的 阅读(740) 评论(0) 推荐(0)
摘要: 转自: https://blog.csdn.net/zhaominpro/article/details/82630528 阅读全文
posted @ 2020-08-12 10:02 仁义礼智信的 阅读(158) 评论(0) 推荐(0)
摘要: git commit --amend -m "新的修改提交信息" 阅读全文
posted @ 2020-07-22 16:19 仁义礼智信的 阅读(4231) 评论(0) 推荐(0)
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 48 下一页