随笔分类 -  工具类

上一页 1 ··· 4 5 6 7 8
史上最全的maven的pom.xml文件详解
摘要:https://www.cnblogs.com/hafiz/p/5360195.html xxx xxx xxx xx... 阅读全文
posted @ 2018-03-21 14:57 刘达人186 阅读(218) 评论(0) 推荐(0)
word 标题映射错乱
摘要:关闭Document Map,退出word再次打开 阅读全文
posted @ 2018-03-21 12:57 刘达人186 阅读(159) 评论(0) 推荐(0)
DB2 to mysql
摘要:1.安装DB2create database testdbconnect to testdb2. 将DB2 ixf格式into DB2IMPORT FROM /tabxxx.IXF OF IXF messages msgx.txt CREATE INTO staff_... 阅读全文
posted @ 2018-03-15 18:19 刘达人186 阅读(186) 评论(0) 推荐(0)
关联github, 添加gitignore 规则
摘要:1. 新建Maven项目2. 新建github repository3. 执行命令echo "# se" >> README.mdgit initgit add README.mdgit commit -m "first commit"git remote add o... 阅读全文
posted @ 2018-02-08 12:36 刘达人186 阅读(260) 评论(0) 推荐(0)
Git .gitignore使用 -- 过滤class文件或指定目录
摘要:1. 进入当前的项目根目录执行git inittouch .gitignore2. 过滤class文件或指定目录*.class/target/3. 提交git add .将所有文件提交到git,会过滤class和target文件夹3. 提交git commit -m ... 阅读全文
posted @ 2018-02-08 11:13 刘达人186 阅读(1862) 评论(0) 推荐(0)
批量得到/修改word超链接
摘要:Alt+F9或者勾选下面此时的超链接地址全部转换为文本形式进行显示;然后可以用全局替换搜索来处理 阅读全文
posted @ 2018-02-05 10:26 刘达人186 阅读(374) 评论(0) 推荐(0)
MyEclipse: Java代码与UML自动转换
摘要:第一步:新建UML2第二步:拖拽左边的代码向右侧 阅读全文
posted @ 2018-02-04 15:07 刘达人186 阅读(131) 评论(0) 推荐(0)
使用eclipse从github导入maven项目
摘要:github给的地址是类似https://github.com/xxx/se.git格式; 如何将其用eclipse导入呐?第一步, Import Projects from Git导入成功后第二步,到项目下,直接删除.classpath 和 .project文件;第... 阅读全文
posted @ 2018-01-31 14:13 刘达人186 阅读(154) 评论(0) 推荐(0)

上一页 1 ··· 4 5 6 7 8