上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 14 下一页
摘要: 注意点 1. 使用了@BeforeClass后@Ignore将会失效 阅读全文
posted @ 2016-07-28 11:27 月色深潭 阅读(177) 评论(0) 推荐(0) 编辑
摘要: Json文件例子: 代码: result: 阅读全文
posted @ 2016-07-27 14:29 月色深潭 阅读(1229) 评论(0) 推荐(0) 编辑
摘要: result: 阅读全文
posted @ 2016-07-27 11:20 月色深潭 阅读(2139) 评论(0) 推荐(0) 编辑
摘要: 在Linux的shell中,使用export设置ANT_OPTS变量,值为1G 同理在windows的cmd中,使用set设置ANT_OPTS变量,值为1G 如果想设置成1.5G,使用 -Xmx1536m 如果是javac任务,需要使用'memoryinitialsize' 和 'memorymax 阅读全文
posted @ 2016-07-26 11:14 月色深潭 阅读(1689) 评论(0) 推荐(0) 编辑
摘要: 代码: 执行结果: 参考: http://www.cnblogs.com/sevenyuan/archive/2010/12/06/1898075.html 正则表达式参考: http://www.runoob.com/regexp/regexp-syntax.html https://msdn.m 阅读全文
posted @ 2016-07-22 14:52 月色深潭 阅读(325) 评论(0) 推荐(0) 编辑
摘要: 代码: 参考: http://blog.csdn.net/suofiya2008/article/details/5579413 阅读全文
posted @ 2016-07-22 14:10 月色深潭 阅读(1606) 评论(0) 推荐(0) 编辑
摘要: 文件目录结构 代码: 执行结果: 从结果中可以看到它是按照深度方式遍历文件的。 参考: http://blog.csdn.net/b_h_l/article/details/11241841 阅读全文
posted @ 2016-07-22 13:42 月色深潭 阅读(717) 评论(0) 推荐(0) 编辑
摘要: 新建一个批处理文件 然后输入下面的内容: 阅读全文
posted @ 2016-07-21 17:50 月色深潭 阅读(1940) 评论(0) 推荐(0) 编辑
摘要: 新建一个批处理文件 输入下面的内容 阅读全文
posted @ 2016-07-21 16:59 月色深潭 阅读(386) 评论(0) 推荐(0) 编辑
摘要: 1. 下载Settools和pip,并安装 a. 下载地址: setuptools : https://pypi.python.org/pypi/setuptools#downloadspip: https://pypi.python.org/pypi/pip/#downloads b. 安装方法: 阅读全文
posted @ 2016-07-20 09:47 月色深潭 阅读(2857) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 14 下一页