mikuriya

2021年1月26日

linux查看磁盘空间大小

摘要: 阅读全文

posted @ 2021-01-26 16:09 mikuriya 阅读(69) 评论(0) 推荐(0) 编辑

linux 压缩解压命令

摘要: 转载:https://www.cnblogs.com/lhm166/articles/6604852.html 阅读全文

posted @ 2021-01-26 15:51 mikuriya 阅读(30) 评论(0) 推荐(0) 编辑

curl 命令

摘要: 转载:https://www.ruanyifeng.com/blog/2019/09/curl-reference.html 阅读全文

posted @ 2021-01-26 11:41 mikuriya 阅读(38) 评论(0) 推荐(0) 编辑

2021年1月25日

mysql 增加字段

摘要: 转载:https://www.cnblogs.com/zsg88/p/7818684.html 阅读全文

posted @ 2021-01-25 18:02 mikuriya 阅读(20) 评论(0) 推荐(0) 编辑

2021年1月15日

gitlab 命令

摘要: 1. git config user.name 查看用户名 git config user.email 查看邮箱 2. git config --global user.name "xxx" 切换用户。 git config --global user.email "xxx" 切换邮箱。 阅读全文

posted @ 2021-01-15 10:15 mikuriya 阅读(64) 评论(0) 推荐(0) 编辑

remote: HTTP Basic: Access denied Authentication failed

摘要: Git Pull Failed remote: HTTP Basic: Access denied Authentication failed for 'xxx' Gitlab 切换账号密码凭证: 阅读全文

posted @ 2021-01-15 10:11 mikuriya 阅读(107) 评论(0) 推荐(0) 编辑

2021年1月12日

IDEA 快捷键

摘要: 1、实现构造方法的快捷键 按住【Alt+Insert】,点击【Construtor】 mikuriya,偶遇良缘。 阅读全文

posted @ 2021-01-12 11:16 mikuriya 阅读(54) 评论(0) 推荐(0) 编辑

Gitlab API BadRequest 的 Enum

摘要: public enum GitlabBadRequestEnum { DirectoryExists("A file with this name already exists", "此名称的目录已存在"), //gitlab 创建目录, 目录已存在;// ; private String mess 阅读全文

posted @ 2021-01-12 10:41 mikuriya 阅读(178) 评论(0) 推荐(0) 编辑

BadRequest 获取BadRequest 的code 编码以及 content 信息

摘要: /** * 获取 gitlab 失败请求的code 码 * @param e * @return */ public static Integer getFeignExceptionBadRequestCode(Exception e){ int code = 0; try { code = ((F 阅读全文

posted @ 2021-01-12 10:15 mikuriya 阅读(720) 评论(0) 推荐(0) 编辑

2021年1月4日

Java String截取判断文件类型

摘要: public String fileMIMEType(String substring){ if (substring.equals(".GIF") || substring.equals(".gif") || substring.toUpperCase().equals(".GIF")) { re 阅读全文

posted @ 2021-01-04 16:36 mikuriya 阅读(486) 评论(0) 推荐(0) 编辑

导航