# tool-tips **Repository Path**: QingChengxxxx/tool-tips ## Basic Information - **Project Name**: tool-tips - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-05-22 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![](https://gitee.com/xiaoxiunique/picgo-image/raw/master/20200226114101.png) ![](https://img.shields.io/github/stars/xiaoxiunique/tool-tips?style=social)![](https://img.shields.io/github/forks/xiaoxiunique/tool-tips?style=social)![](https://img.shields.io/github/watchers/xiaoxiunique/tool-tips?style=social) ### 你本可以朝九晚五...... :poop::poop::poop::poop::poop: 本项目宗旨: IDEA 从入门到精通 开发效率翻倍 ### 项目由来:books: 来自本人的一个知乎回答:question: [IntelliJ IDEA 中有什么让你相见恨晚的技巧?](https://www.zhihu.com/question/300830746/answer/672248406?utm_source=wechat_session&utm_medium=social&utm_oi=794623637738123264&hb_wx_block=0) 平时比较热爱探索 idea 的快捷之处。更多的喜欢用快捷键进行操作,所以做了很多笔记:books:。个人认为对一个工具熟练之后, 你的编程效率, 和解决问题的效率都能得到大大的提升. 当时看到这个回答的时候只是非常随意的复制:grimacing:,没有想到的是大家的反响还是不错:blush:。我感觉大家好像对某些在我看来非常常用的操作还是很陌生的:sweat_smile:。于是我后续对他做了完善。便就有了这个项目:sunglasses:。 ### 官方快捷键 windows 版 [点击查看图片](http://193.112.98.8/atomImg/ReferenceCard-1.png) ### 官方快捷键 mac 版 [点击查看图片](http://193.112.98.8/atomImg/ReferenceCardForMac-1.png) ### IDEA :one: [IDEA 常用快捷键](http://www.atomblogs.com/idea/IDEA%20%E5%B8%B8%E7%94%A8%E5%BF%AB%E6%8D%B7%E9%94%AE.html) :two: ​[IDEA 版本控制篇](http://www.atomblogs.com/idea/IDEA%20%E7%89%88%E6%9C%AC%E6%8E%A7%E5%88%B6.html) :three: [IDEA 装机必备插件](http://www.atomblogs.com/idea/IDEA%20%E8%A3%85%E6%9C%BA%E5%BF%85%E5%A4%87%E6%8F%92%E4%BB%B6.html) :four: [IDEA 常用设置](http://www.atomblogs.com/idea/IDEA%20%E5%B8%B8%E7%94%A8%E8%AE%BE%E7%BD%AE.html) :five: ​[IDEA 你不知道的小技巧](https://github.com/xiaoxiunique/idea-tips/blob/master/IDEA%20%E4%BD%A0%E4%B8%8D%E7%9F%A5%E9%81%93%E7%9A%84%E5%B0%8F%E6%8A%80%E5%B7%A7.md) :six: [IDEA 这么好看的字体,不了解下吗?IDEA 配置 JetBrains Mono](http://www.atomblogs.com/idea/IDEA%20新字体%20JetBrainsMono.html) #### 条件断点 调试效率翻倍 :star::star::star::star::star: 在选择断点后, 在断点处右键添加断点条件. 调试效率翻倍 [点击查看 GIF 动图](http://193.112.98.8/atomImg/key/debug-breakpoint.gif) #### 超级好用的快捷键, 全局选中 ctrl + shift + alt + j :star::star::star::star::star: 个人经常用在前后端对接接口时, 为前端提供 `swagger`接口时, 批量将实体注释转换为 `ApiModelProperty` [点击查看 GIF 动图](http://193.112.98.8/atomImg/key/ctrl_alt_shift_j.gif) #### 更加优雅的添加实体注释 :star::star::star::star: 输入完实体后 `ctrl + alt + enter` [点击查看 GIF 动图](http://193.112.98.8/atomImg/key/ctrl_alt_enter.gif) #### 批量修改相同的内容 :star::star::star::star::star::star: 选中相同的元素 `alt + j` [点击查看 GIF 动图](http://193.112.98.8/atomImg/key/alt_j_batch_update.gif) #### 快速打开最近打开过的项目 `ctrl + shift + a` 输入 `open recent` , 输入项目名 [点击查看 GIF 动图](http://193.112.98.8/atomImg/key/ctrl_shift_a_open_recent_project.gif) #### 快速克隆项目 `ctrl + shift +a` 输入 `git clone` [点击查看 GIF 动图](http://193.112.98.8/atomImg/key/ctrl_shift_a_git_clone.gif) #### 快速找到当前类所在位置(90%的人不知道) `alt + f1` 选择 `project view` [点击查看 GIF 动图](http://193.112.98.8/atomImg/key/ctrl_f1_class_position.gif) #### 将当前操作类在文件夹中打开 (**超有用:cow::beer:**) `alt + f1`选择 `show in explorer` [点击查看 GIF 动图](http://193.112.98.8/atomImg/key/ctrl_f1_show_in_explorer.gif) #### 快速进入 maven 设置页面 `ctrl + shift + a` 输入`maven setting` [点击查看 GIF 动图](http://193.112.98.8/atomImg/key/fast-open-maven-setting.gif) #### 快速打开 maven 项目 `ctrl + shift + a` 输入 `add maven project` [点击查看 GIF 动图](http://193.112.98.8/atomImg/key/fast-open-add-maven-project.gif) #### 快速进入 `plugins` 安装界面 `ctrl + shift + a`输入`plugins` [点击查看 GIF 动图](http://193.112.98.8/atomImg/key/fast-open-plugins.gif) #### 快速导入导出 idea 设置 `ctrl + shift + a` 输入 `import setting` `export setting` [点击查看 GIF 动图](http://193.112.98.8/atomImg/key/fast-import-setting-and-export-setting.gif) #### 快速导出官方快捷键图片 `ctrl + shift + a` 输入 `key reference` [点击查看 GIF 动图](http://193.112.98.8/atomImg/key/fast-import-key-reference.gif) ### 网站软件篇 :cow::beer: > 这里面记录了本人工作以来记录的所有提升开发效率的工具, 和网站 [装机必备软件](https://github.com/xiaoxiunique/tool-tips/blob/master/tool/%E8%A3%85%E6%9C%BA%E5%BF%85%E5%A4%87%E8%BD%AF%E4%BB%B6.md) [知道这些网站, 可能你就领先别人一大步](https://github.com/xiaoxiunique/tool-tips/blob/master/tool/%E4%BC%98%E7%A7%80%E7%BD%91%E7%AB%99%E5%90%88%E9%9B%86.md) ### 资源 - [接口大全-免费 API,收集所有免费的 API](https://www.free-api.com/) - [Squoosh](https://squoosh.app/) - [微信公众平台图文排版工具\_在线内容编辑软件\_96 微信编辑器](http://bj.96weixin.com/) - [Remove Background from Image – remove.bg](https://www.remove.bg/) - [小众软件 - 分享免费、小巧、实用、有趣、绿色的软件](https://www.appinn.com/) ### 工具 - [Google Material Design – Figma](https://www.figma.com/file/rwpqtFgjkIjvIoysCe25in/Google-Material-Design) - [欢迎使用幕布 - 幕布](https://mubu.com/doccDJiQor7Bw) - [Bypass - 分流抢票](https://www.bypass.cn/) - [JSRUN 在线 JS 编辑器,代码在线运行,在线 js 调试运行测试, ES6 在线测试调试运行,es6 网页编辑器,比 scrimba/jsfiddle/runjs 更强的在线运行代码工具](http://jsrun.pro/) - [ibootstrap - Bootstrap 可视化布局系统](http://www.ibootstrap.cn/) ### 图库 (免费) - [Visual Hunt](https://visualhunt.com/) - [Beautiful Free Images & Pictures | Unsplash](https://unsplash.com/) - [Stock Sandwich - Free high-resolution stock images](https://stocksandwich.com/) - [1 million+ Stunning Free Images to Use Anywhere - Pixabay](https://pixabay.com/) - [100+ Great Program Photos · Pexels · Free Stock Photos](https://www.pexels.com/search/program/) ### 你想要提升自己吗? - [面试](https://www.nowcoder.com/3134056) - [力扣 (LeetCode) 中国官网 - 全球极客挚爱的技术成长平台](https://leetcode-cn.com/) - [极客时间](https://time.geekbang.org/) - [Train with Programming Challenges/Kata | Codewars](https://www.codewars.com/join) - [CSSBattle](https://cssbattle.dev/) - [慕课](http://www.imooc.com) ### 自己什么眼光不知道? - [花瓣网\_陪你做生活的设计师(创意灵感天堂,搜索、发现设计灵感、设计素材)](https://huaban.com/) - [Pinterest](https://www.pinterest.com/) - [#Exploration - Dashboard for Task Management by Dwinawan for Paperpillar on Dribbble](https://dribbble.com/shots/6816310--Exploration-Dashboard-for-Task-Management) - [#cccccc 颜色信息,颜色代码,互补色,类似颜色,配色方案 - Colorgg](https://www.colorgg.com/cccccc) - [Fresh Background Gradients | WebGradients.com 💎](https://webgradients.com/) ### windows [你应该了解的几个 `windows` 的快捷键]() #### `DataGrid` 使用 > 数据库管理工具你们用啥? `Navicat`? 我用 [datagrip](https://www.jetbrains.com/datagrip), 自从我用上这个软件, 就再也没用过`navicat`了, 也颇有心得, 会在后面的时间完善 [DataGrid 快捷键](https://github.com/xiaoxiunique/tool-tips/blob/master/GridFlow%20%E5%BF%AB%E6%8D%B7%E9%94%AE.md) #### 开发资源 [j2ee 资源包整合](https://pan.baidu.com/s/1AF93IgpHxQQlu1zAZwfE6A) 提取码:1q81 [点击查看 GIF 动图](http://images.atomblogs.com/20190912174544.png) > 是不是每次在新电脑都要各种下载, `jdk`, `maven`, `tomcat` 等等 各种麻烦 > > `j2ee` 包, 包含了开发中大部分资源包, 包括 `apache-activemq-5.13.2` `apache-maven-3.3.9` ` apache-tomcat-8.0.33``eclipse ` `HBuilder` `jdk1.7.0_79` `jdk1.8.0_91` `memcached_win32_1.4.5` ` mysql-5.7.15-winx64``'Navicat for MySQL' ` `nexus` `nginx-1.9.15` `npp.6.9.bin` `redis-2.4.5-win32-win64` `Redis-x64-3.2.100` ` sqlite-tools-win32-x86-3140100``'Sublime Text 3x86' ` 包含大部分环境, 直接就能开始开发 ### 最后 希望大家也可以一起分享自己平常在工作中 我们不知道的开发小技巧