
开发工具
开发工具
beyond阿亮
程序人生,一路踩坑,一路填坑
展开
-
IntelliJ IDEA插件php golang python shell docker ignore UML plantuml等插件安装
IntelliJ IDEA插件安装 有的插件,需要代理才能搜索和下载 设置代理 不然插件搜索不到,也可能下载不了 Preferences -->Plugins --> Browse repositorise… --〉HTTP Proxy Settings… 选择 Manual proxy configuration --〉 SOCKS Host name:10.240.xx.xxx Port number:20800 点击 OK 安装php插件 Preferences -->Plugin原创 2022-03-01 22:19:13 · 1348 阅读 · 0 评论 -
IntelliJ IDEA上debug模式启动
IntelliJ IDEA上debug模式启动 debug模式启动 点击Edid Configurations… 增加一个Maven下的jetty,Parameters配置如下 Working directory:/home/liang/intellijIDEA_workspace/palmchat/wap-palmchat Command line:clean jetty:run-exploded -Dmaven.test.skip=true Profiles:pom.xml 点击debug图标,就是de原创 2022-02-28 21:21:35 · 726 阅读 · 4 评论 -
IntelliJ IDEA快捷键
IntelliJ IDEA快捷键 Alt+Enter导包 Ctrl+Alt+O 优化导入的类和包 Alt+insert get set toString Ctrl+d 复制一行 Ctrl+x 剪切删除行 Ctrl+y 删除一行 Shift+F6 重构-重命名 Shift+Esc 最小会视图 Ctrl+N 查找类 Ctrl+Shift+N 查找文件 Ctrl+Shift+Space 自动补全代码 Ctrl+空格 代码提示 Ctrl+E 最近更改的代码 Ctrl+Alt+Space 类名或接口名提示原创 2022-02-25 21:01:56 · 349 阅读 · 0 评论