Loading

上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 75 下一页
摘要: 查看所有docker服务器和登录的用户密码: cat /root/.docker/config.json 输出结果中,auth 后面接的那一串就是经过base64编码后的用户名和密码信息,这里将其解码: echo [auth后面的那一串序列] | base64 -d - 之后即可看到用户名和密码 阅读全文
posted @ 2021-07-30 09:43 拾月凄辰 阅读(11366) 评论(1) 推荐(1)
摘要: 使用filepath包下的Abs函数。 获取当前项目的根路径: filepath.Abs("") 阅读全文
posted @ 2021-07-29 20:20 拾月凄辰 阅读(1420) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/zm1_1zm/article/details/62036967 阅读全文
posted @ 2021-07-26 20:24 拾月凄辰 阅读(260) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/hbsygfz/p/8409517.html 阅读全文
posted @ 2021-07-26 10:33 拾月凄辰 阅读(102) 评论(0) 推荐(0)
摘要: Ubuntu 18.04 桌面环境默认使用的是 gnome3,我们做开发的通常会使用 JetBrain 家的 IDE,一来功能强,二来颜值高。 JetBrain 的 IDE 在追踪代码的时候,常用的快捷键是 Ctrl+Alt+Left 和 Ctrl+Alt+Right,而这两组快捷键正好和 gnom 阅读全文
posted @ 2021-07-21 09:31 拾月凄辰 阅读(732) 评论(0) 推荐(0)
摘要: 解决方法一: 去掉 Use secure connection 的勾 解决方法二: 如果找不到 Use secure connection 这个选项,则可以选择下图中的 Auto-detect proxy settings试试。 阅读全文
posted @ 2021-07-21 09:13 拾月凄辰 阅读(830) 评论(0) 推荐(0)
摘要: 字体下载 YaHeiConsolas.tar 备用下载地址 字体安装 1.解压压缩包 tar -zxvf YaHeiConsolas.tar.gz 2.在系统目录下创建自定义字体目录 sudo mkdir -p /usr/share/fonts/vista 3.复制解压出来的字体到刚才创建的目录 s 阅读全文
posted @ 2021-07-20 20:54 拾月凄辰 阅读(1558) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/weixin_42697074/article/details/88827874 阅读全文
posted @ 2021-07-20 19:15 拾月凄辰 阅读(427) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/qq_42527676/article/details/91356154 阅读全文
posted @ 2021-07-20 18:35 拾月凄辰 阅读(42) 评论(0) 推荐(0)
摘要: VMware全屏时, 隐藏上方横条 菜单栏打开 编辑 选择 首选项 找到 显示 取消勾选 在全屏时取消固定时显示工具栏边缘 阅读全文
posted @ 2021-07-20 18:32 拾月凄辰 阅读(700) 评论(0) 推荐(0)
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 75 下一页