摘要: //随机时间 public static Date getRandomDate(Date start, Date endDate){ long around= endDate.getTime() - start.getTime(); Random rand = new Random(); lo... 阅读全文
posted @ 2015-12-21 22:30 wind90 阅读(166) 评论(0) 推荐(0) 编辑
摘要: for (var i = 1; i <= 30; i++) {db.wechatAttention.save({_class:"la.xiaoxiao.manager.wechat.entity.WechatAttentionEntity",ghId:"gh_"+ObjectId().valueO... 阅读全文
posted @ 2015-12-19 17:48 wind90 阅读(269) 评论(0) 推荐(0) 编辑
摘要: http://guibin.iteye.com/blog/1999238 阅读全文
posted @ 2015-12-15 12:07 wind90 阅读(255) 评论(0) 推荐(0) 编辑
摘要: http://www.importnew.com/cat/web-developmenthttp://blog.csdn.net/zhangjg_blog/article/details/24271275 阅读全文
posted @ 2015-12-14 18:23 wind90 阅读(100) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/ygd266/article/details/43530417 阅读全文
posted @ 2015-12-14 18:21 wind90 阅读(83) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/leslies2/archive/2011/05/20/2051844.html我把上面代码撸了一遍git@github.com:jimforcode/rmi.git 阅读全文
posted @ 2015-12-14 16:11 wind90 阅读(98) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/jiangwei0910410003/article/details/17733153 http://blog.csdn.net/love_Javc_you/article/details/38081683#comments 阅读全文
posted @ 2015-12-14 14:08 wind90 阅读(85) 评论(0) 推荐(0) 编辑
摘要: https://cnodejs.org/topic/5338c5db7cbade005b023c98 阅读全文
posted @ 2015-12-08 11:46 wind90 阅读(82) 评论(0) 推荐(0) 编辑
摘要: package com.jim;/** * Created by zj on 15/12/2. */public class Demo { public void say(){ System.gc(); System.out.println("你索啊--------... 阅读全文
posted @ 2015-12-02 15:24 wind90 阅读(173) 评论(0) 推荐(0) 编辑
摘要: package junit3_8;import junit.framework.TestCase;public class MyTest extends TestCase { public void testSimpleAdd() { assertTrue(true); ... 阅读全文
posted @ 2015-12-01 19:57 wind90 阅读(178) 评论(0) 推荐(0) 编辑