1 Star 0 Fork 0

梅孝亮 / 新电脑软件

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

idea 踩坑记录

修改 idea 内存失效

https://zhuanlan.zhihu.com/p/508776219

内存参数

-Xms512m
-Xmx4096m
-XX:+UseCompressedOops
-XX:ReservedCodeCacheSize=512m

idea 显示内存

View -> Apperance -> Status Bar Widgets -> Memory Indicator

idea 调整字体大小

Setting-> Editor-> Genearl -> Change font size with Ctrl+Mouse Wheel in 勾选

idea 调整控制台颜色风格

Editor -> Color Scheme -> Color Colors

redis 脚本

redis-server.exe redis.windows.conf

vue-cli 脚本

cmd /c vue ui

介绍

记录 idea 使用的各种问题

行宽

eclipse code formater xml文件 lineSplit 属性调整

各种黄线、红线

File->Setting->Editor->Inspections

  • @Autowired 黄线

    Field injection warning

  • 注入 mapper 红线

    Autowiring for Bean Class

  • mapper xml 黄线去除

    No data sources configured

    SQL dialect detection

生成机构树

win

cmd 跳转到所处目录

  • tree >> aaa.txt表明输出当前结构文件夹到 aaa.txt 文件

  • tree /F >> aaa.txt表明输出当前结构文件夹及文件夹内容到 aaa.txt 文件

插件

  • ignore

  • CodeGlance

  • Eclipse Code Formatter

  • Grep Console

  • IDEA Restart

  • JavaDoc

  • Jrebel for IntelliJ

  • Key Promoter X

  • Lombok

  • Markdown Navigator

  • Maven Helper

  • Mybatis Log Plugin

  • MybatisX

  • Save Actions

  • Scroll From Source

空文件

简介

取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/meixl/new_computer_software.git
git@gitee.com:meixl/new_computer_software.git
meixl
new_computer_software
新电脑软件
master

搜索帮助