
06-工具-插件
06-工具-插件
苦杏仁
心无旁骛!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
github 搜索项目小技巧
github 搜索项目小技巧原创 2022-06-28 22:06:43 · 408 阅读 · 0 评论 -
Git - 统计代码量等
git 代码量统计、覆盖分支等原创 2021-08-20 15:28:36 · 358 阅读 · 0 评论 -
解决 Ideal [.gitignore] 无效的问题
git rm -r --cached .git add .git commit -m 'update .gitignore'原创 2021-08-11 14:02:25 · 191 阅读 · 0 评论 -
工具类库-Hutool
<!--hutool 工具包--> <dependency> <groupId>cn.hutool</groupId> <artifactId>hutool-all</artifactId> <version>4.6.4</version> </dependency>...原创 2021-06-04 17:25:52 · 167 阅读 · 0 评论 -
使用Ideal开发SpringBoot项目 修改代码无需重启应用即可生效代码
1、添加pom.xml依赖<!-- 开启热部署 --><dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <optional>true</optional> <scope>true</scope>原创 2021-04-29 16:04:45 · 577 阅读 · 1 评论 -
Mac 安装 sshpass (方便记住密码)-配合Shuttle使用更方便
下载:wget http://sourceforge.net/projects/sshpass/files/sshpass/1.05/sshpass-1.05.tar.gz解压:tar xvzf sshpass-1.05.tar.gz进入目录:cd sshpass-1.05执行校验:./configure安装:make&&make install开始使用 sshpass 吧!实例1:直接远程连接某台主机:命令:sshpass -p xxx ssh root@..原创 2021-04-28 17:33:52 · 441 阅读 · 0 评论 -
Rabbit MQ 安装部署
1、安装编译工具yum install -y ncurses ncurses-base ncurses-devel ncurses-libs ncurses-static ncurses-term ocaml-curses ocaml-curses-develyum install -y openssl-devel zlib-develyum install -y make ncurses-devel gcc gcc-c++ unixODBC unixODBC-devel openssl opens原创 2020-12-23 21:03:39 · 130 阅读 · 0 评论 -
插件:Idea插件之Nginx(Mac版)
1.先启动终端下载 Nginx本地客户端:brew install nginx2. 如果步骤1失败:-bash: brew: command not found 可以先执行:ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 先安装再后再次执行步骤1...原创 2019-04-28 11:03:10 · 2239 阅读 · 0 评论 -
Git 异常解决
1.异常1 Can't checkout because of unmerged files You have to resolve all merge conflicts before checkout. After resolving conflicts you also probably would want to commit your files to the current branch.可以先尝试执行该命令:gitreset--hardFETCH_HEAD...原创 2020-06-12 11:25:12 · 5002 阅读 · 0 评论 -
Wireshark(鲨鱼鳍)抓包工具
1.下载http://www.pc6.com/mac/112232.html2.选择网卡2.域名过滤 2.1 http.host == baidu.com是严格匹配是严格匹配 2.2 http.host contains baidu.com是模糊匹配 hm.baidu.com能匹配2,不能匹配1...原创 2020-01-08 08:44:42 · 8052 阅读 · 0 评论 -
Maven 参数详情
1.Mavendependency参数 参数名称 枚举值 建议 参数含义 样例 type jar、war、pom 等 有时候我们引入某一个依赖时,必须指定type, 这是因为用于匹配dependency引用和depe...原创 2019-07-02 18:03:28 · 1641 阅读 · 0 评论 -
Idea 插件
1.MyBatis 插件(免费):Free MyBatis plugin2.Maven 插件:Maven helper3.restful插件(Controller查找很方便):RestfulToolkit原创 2019-05-06 17:08:27 · 530 阅读 · 1 评论 -
Mac Shuttle 安装
1.下载 Shuttle.app.zip2.转移至应用中3.菜单栏中选择 设置-编辑4.编辑好命令 即可我的编辑命令如下(酌情修改即可):{ "_comments": [ "Valid terminals include: 'Terminal.app' or 'iTerm'", "In the editor value change 'default' t...原创 2018-12-11 17:43:12 · 786 阅读 · 0 评论