2018年11月4日

摘要: all to suppress all warnings (抑制所有警告) boxing to suppress warnings relative to boxing/unboxing operations(抑制装箱、拆箱操作时候的警告) cast to suppress warnings rel 阅读全文
posted @ 2018-11-04 18:12 zorashuang 阅读(204) 评论(0) 推荐(0)
 
摘要: 1. reimport 重新导入依赖; 2. version control :可切换同一个项目不同地址下的代码(切换路径[directory设置]); 3. modules 每一个有pom文件的项目都会产生一个modules; 4. artfacts: 和部署项目时有关的;artifact是一个项 阅读全文
posted @ 2018-11-04 11:52 zorashuang 阅读(1367) 评论(0) 推荐(0)
 
摘要: git config --global user.username "wangzhaoshuang"; git config --global user.email "wangzhaoshuang@xx.com"; git config -l 1、生成ssh-keyssh-keygen -t rsa 阅读全文
posted @ 2018-11-04 11:51 zorashuang 阅读(166) 评论(0) 推荐(0)