
IDEA工具
ssssort
时间和钱都很紧张。。。
展开
-
idea 添加 jar 包的方式
1. 点击 File (文件) -> Project Structure2. 右侧 先 选择 Modules --》 左侧 选择 Dependencies3. 点击 右侧 的 “ + ” 号 选择 JARs or directories4. 选择 存放目录 - > 添加 jar 包 (可选择多个)5. 最后再 单击 OK 添加 完成...原创 2021-05-27 15:27:08 · 1198 阅读 · 0 评论 -
eclipse 如何关联远程git 项目
1. file - > import -> git -> projects from git 2. clone url -> next 3. 填写远程git项目的ssh 地址4. 选择要从远程克隆的分支 - > next5. 选择要下载到的的本地目录和要pull 的分支版本。大功告成!原创 2018-01-09 10:55:01 · 11394 阅读 · 2 评论 -
idea Tomcat log日志乱码解决
之前没在 idea 中 用过tomcat ,今天用了一下,果然有问题,乱码,各种插资料。。最后终于解决了,感谢!!1 . File -->sitting -->Editor2..在startup/Connection中添加一个参数JAVA_TOOL_OPTIONS 值为:-Dfile.encoding=UTF-83.打开idea安装目...原创 2019-08-06 21:42:08 · 539 阅读 · 0 评论