会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
仁义礼智信的
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
21
22
23
24
25
26
27
28
29
···
48
下一页
2021年2月5日
git 配置不同ssh
摘要: 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)
2021年2月3日
mysql查看被锁住的表
摘要: https://blog.51cto.com/moerjinrong/2326085 https://www.cnblogs.com/uphold/p/11896478.html
阅读全文
posted @ 2021-02-03 19:45 仁义礼智信的
阅读(44)
评论(0)
推荐(0)
2020年11月3日
git撤销已经push的提交
摘要: 转自:https://blog.csdn.net/wodeshouji6/article/details/84988617
阅读全文
posted @ 2020-11-03 13:47 仁义礼智信的
阅读(380)
评论(0)
推荐(0)
2020年10月28日
配置ssh
摘要: 转自: 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)
服务器上每次执行git pull,都提示输入用户名和密码
摘要: 转自: 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)
2020年10月19日
linux查找杀死进程
摘要: 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)
2020年10月14日
设计模式
摘要: 转自: https://blog.csdn.net/jiabailong/article/details/52289654
阅读全文
posted @ 2020-10-14 13:57 仁义礼智信的
阅读(64)
评论(0)
推荐(0)
2020年10月10日
解决导出excel数字为科学计数法问题
摘要: 解决导出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)
2020年8月12日
Linux shell中2>&1的含义解释
摘要: 转自: https://blog.csdn.net/zhaominpro/article/details/82630528
阅读全文
posted @ 2020-08-12 10:02 仁义礼智信的
阅读(158)
评论(0)
推荐(0)
2020年7月22日
git 重新提交commit 信息
摘要: git commit --amend -m "新的修改提交信息"
阅读全文
posted @ 2020-07-22 16:19 仁义礼智信的
阅读(4231)
评论(0)
推荐(0)
上一页
1
···
21
22
23
24
25
26
27
28
29
···
48
下一页
公告