上一页 1 ··· 53 54 55 56 57 58 59 60 61 ··· 72 下一页
摘要: @Mock(answer = Answers.RETURNS_DEEP_STUBS) package com.test.junitTest; import static org.junit.Assert.assertEquals; import static org.mockito.Mockito.doThrow; import static org.mockito.Mockito.moc... 阅读全文
posted @ 2018-02-06 16:20 tonggc1668 阅读(225) 评论(0) 推荐(0)
摘要: war org.eclipse.m2e.jdt.JarLifecycleMapping org.apache.maven.plugins maven-resources-plugin resources t... 阅读全文
posted @ 2018-01-31 12:08 tonggc1668 阅读(1418) 评论(0) 推荐(0)
摘要: 4.0.0 com test 0.0.1-SNAPSHOT jar test http://maven.apache.org UTF-8 org.springframework.boot spring-boot-starter-parent 1.5.9.RELEASE ... 阅读全文
posted @ 2018-01-30 16:03 tonggc1668 阅读(330) 评论(0) 推荐(0)
摘要: 下载网址http://dl.mongodb.org/dl/win32/x86_64 mongodb-win32-x86_64-2008plus-ssl-v3.4-latest.zip 解压d盘命名mongodb mongodb文件夹下新建data文件夹data文件夹下分别建立db,log两个文件夹在 阅读全文
posted @ 2018-01-28 16:47 tonggc1668 阅读(105) 评论(0) 推荐(0)
摘要: git clone https://usename@xxx.nam.nsroot.net/bitbucket/scm/tm/x.git -b feature/xx git config --global user.name "tonggc1668"git config --global user.e 阅读全文
posted @ 2017-12-26 14:29 tonggc1668 阅读(173) 评论(0) 推荐(0)
摘要: package com.tll.test; import java.util.LinkedList; import java.util.List; public class Tes { private static class BinaryTreeNode { private int val; private BinaryTreeNode left; ... 阅读全文
posted @ 2017-12-21 21:25 tonggc1668 阅读(131) 评论(0) 推荐(0)
摘要: [9, 7, 1, 5][1, 5, 9, 7]1579 阅读全文
posted @ 2017-12-21 21:21 tonggc1668 阅读(80) 评论(0) 推荐(0)
摘要: xjc D:\operate-process.xsd -d D:\workspace\wmsc\src\main\java -p com.yd.wmsc.util operate-process.xsd 阅读全文
posted @ 2017-12-20 17:25 tonggc1668 阅读(237) 评论(0) 推荐(0)
摘要: public class ShellSort { public static void main(String[] args) { int A[] = { 5, 2, 9, 4, 7, 6, 1, 3, 8 };// 从小到大希尔排序 sort(A,A.length); for (int i = 0; i = 1) { for (int i = h... 阅读全文
posted @ 2017-12-16 12:19 tonggc1668 阅读(106) 评论(0) 推荐(0)
摘要: D:\workspace\wmscD:\workspace\wmsc\..null.D:\workspace\wmsc/D:/workspace/wmsc/target/classes/ 阅读全文
posted @ 2017-12-14 20:24 tonggc1668 阅读(183) 评论(0) 推荐(0)
上一页 1 ··· 53 54 55 56 57 58 59 60 61 ··· 72 下一页