会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
77gg
首页
新随笔
订阅
管理
上一页
1
···
27
28
29
30
31
32
33
34
35
36
下一页
2022年10月13日
Debian 如何更新源
摘要: Debian
阅读全文
posted @ 2022-10-13 16:29 77gg
阅读(2055)
评论(0)
推荐(1)
2022年10月11日
python如何调用openpyxl库把数据写入Excel?
摘要: openpyxl
阅读全文
posted @ 2022-10-11 09:12 77gg
阅读(74)
评论(0)
推荐(0)
2022年10月7日
centos 如何搭建docker?
摘要: centos 安装docker
阅读全文
posted @ 2022-10-07 16:06 77gg
阅读(350)
评论(0)
推荐(0)
2022年9月15日
Jenkins 如何增加凭据 ?
摘要: Jenkins 增加凭据
阅读全文
posted @ 2022-09-15 11:40 77gg
阅读(2865)
评论(0)
推荐(0)
2022年9月13日
linux学习笔记11——shell if 判断
摘要: -eq 等于(equal) -ne 不等于(not equal) -lt 小于(less than) -gt 大于 (greater than) -le 小于等于 (less equal) -ge 大于等于 (greater equal) -a 是 and 等同于 && -o 是 or 等同于 ||
阅读全文
posted @ 2022-09-13 09:38 77gg
阅读(34)
评论(0)
推荐(0)
2022年9月12日
linux学习笔记10——grep
摘要: 基本用法 grep [选项] [要查找的内容] [源文件] 例如 查找test文件中的boot出现的行数 grep -n boot test.log # -n是显示行数,boot是要查看的内容, test.log是文件名
阅读全文
posted @ 2022-09-12 12:37 77gg
阅读(34)
评论(0)
推荐(0)
2022年9月11日
linux 用tail跟踪文件?
摘要: tail 跟踪文件
阅读全文
posted @ 2022-09-11 21:30 77gg
阅读(50)
评论(0)
推荐(0)
linux学习笔记7——重定向
摘要: 重定向
阅读全文
posted @ 2022-09-11 21:24 77gg
阅读(43)
评论(0)
推荐(0)
linux学习笔记6——man
摘要: man不是男人的意思,是manual [ˈmænjuəl] 手册的意思。 词根 man(i),manu = hand 手 参考资料 https://www.bilibili.com/video/BV1WY4y1H7d3?p=28&spm_id_from=pageDriver&vd_source=61
阅读全文
posted @ 2022-09-11 20:33 77gg
阅读(44)
评论(0)
推荐(0)
linux学习笔记5——sh和bash区别
摘要: sh区别
阅读全文
posted @ 2022-09-11 20:23 77gg
阅读(129)
评论(0)
推荐(0)
上一页
1
···
27
28
29
30
31
32
33
34
35
36
下一页