• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
tarencez
博客园 | 首页 | 新随笔 | 新文章 | 联系 | 订阅 订阅 | 管理
上一页 1 2 3 4 5 6 下一页

2020年2月29日

Windows环境下阿里云添加SSH Key及Git配置Key
摘要: 1. 运行 git-bash.exe 进入命令行 2. 判断是否已存在本地公钥: cat ~/.ssh/id_rsa.pub 如果看到一长串以 ssh-rsa 或 ssh-dsa 开头的字符串,可以跳过 ssh-keygen 步骤 3. 生成 ssh key ssh-keygen -t rsa -C 阅读全文
posted @ 2020-02-29 23:39 TerryJohnson 阅读(1656) 评论(0) 推荐(0)
 
 

2020年2月25日

Shiro自定义注解扩展@SalmonRequiresPermission
摘要: 1.自定义注解 @SalmonRequiresPermission 1 import java.lang.annotation.ElementType; 2 import java.lang.annotation.Retention; 3 import java.lang.annotation.Re 阅读全文
posted @ 2020-02-25 14:57 TerryJohnson 阅读(610) 评论(0) 推荐(0)
 
 

2020年1月22日

windows下安装redis
摘要: 1. github 下载 zip (或 msi) 安装包,并解压到指定目录: https://github.com/microsoftarchive/redis https://github.com/microsoftarchive/redis/releases 2. 修改 redis.window 阅读全文
posted @ 2020-01-22 20:41 TerryJohnson 阅读(608) 评论(0) 推荐(0)
 
 

2019年12月18日

Golang Hello World
摘要: 1. 环境安装 官网:https://golang.google.cn/ 中文社区:https://studygolang.com/ 教程:http://c.biancheng.net/golang/ Windows 下: 官网下载 msi 文件,按指示完成安装 右键我的电脑,配置环境变量 配置全局 阅读全文
posted @ 2019-12-18 16:42 TerryJohnson 阅读(220) 评论(0) 推荐(0)
 
 

2019年11月21日

Win7下使用TortoiseGit设置保存密码
摘要: 1. 打开 TortoiseGit 设置,编辑 .gitconfig 文件,如图: 2. 添加下面两行配置,如图: [credential] helper = store 3. 保存退出即可 阅读全文
posted @ 2019-11-21 10:45 TerryJohnson 阅读(259) 评论(0) 推荐(0)
 
MacOS软件清单
摘要: mark 阅读全文
posted @ 2019-11-21 01:10 TerryJohnson 阅读(141) 评论(0) 推荐(0)
 
ubuntu安装python
摘要: 1. wget 下载tar包 wget https://www.python.org/ftp/python/3.7.3/Python-3.7.3.tgz 参考文章: https://cloud.tencent.com/developer/news/343104 阅读全文
posted @ 2019-11-21 00:59 TerryJohnson 阅读(286) 评论(0) 推荐(0)
 
 

2019年11月14日

Mac使用SSH连接远程服务器
摘要: 1. 终端通过 ssh 连接远程服务器 ssh -p 36622 root@localhost 2. 文件上传下载 上传 scp 下载 scp 3. 客户端 FinalShell(推荐) FileZilla(没上面的好) Transmit(收费,没试过) 参考文章: https://blog.csd 阅读全文
posted @ 2019-11-14 21:47 TerryJohnson 阅读(377) 评论(0) 推荐(0)
 
CentOS常用命令
摘要: 1. 查看系统版本 rpm -q centos-release rpm -q redhat-release cat /proc/version 阅读全文
posted @ 2019-11-14 16:04 TerryJohnson 阅读(105) 评论(0) 推荐(0)
 
Docker追加容器端口映射
摘要: 参考文章: https://blog.csdn.net/chouzhou9701/article/details/86725203 阅读全文
posted @ 2019-11-14 15:22 TerryJohnson 阅读(138) 评论(0) 推荐(0)
 
 
上一页 1 2 3 4 5 6 下一页

公告


博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3