Code工具使用
文章平均质量分 97
JimmyYang_MJ
小白一个,欢迎评论,建议·····
展开
-
常用 maven 依赖
fastjson <dependency> <groupId>com.alibaba</groupId> <artifactId>fastjson</artifactId> <version>1.2.47</version> </dependency>阿里 表格处理<!--Excel 表格处理 ea原创 2020-07-31 17:16:52 · 415 阅读 · 0 评论 -
Maven 使用
参考:https://www.cnblogs.com/stars-one/p/10958796.html待续 ···原创 2020-05-03 17:41:22 · 174 阅读 · 0 评论 -
Git 使用
Git 使用Git 原理1. Git bash命令下面按照实际操作顺序罗列$ touch README.md$ touch .gitignore$ git status 添加项目到git上$ git add . $ git commit -am 'first commmit init project' // 提交git -am 后面表示注释 ...原创 2020-03-12 23:19:48 · 926 阅读 · 1 评论