10 2017 档案

摘要:// 获取当前时间的绝对秒数 var date= new Date()var timestamp = Date.parse(new Date());var timestamp2 = date.getTime() // 字符串类型时间转成绝对秒数var stringTime = "2014-07-10 阅读全文
posted @ 2017-10-26 09:53 timwind 阅读(212) 评论(0) 推荐(0)
摘要:systemLog: destination: file path: "/home/mdb/log/mongodb.log" quiet: false logAppend: falsestorage: dbPath: "/home/mongodb-linux-x86_64-3.0.7/data/db 阅读全文
posted @ 2017-10-24 11:18 timwind 阅读(118) 评论(0) 推荐(0)
摘要:https://github.com/geeeeeeeeek/git-recipes/wiki/1.1-%E6%9E%9C%E5%A3%B3%E4%B8%AD%E7%9A%84-Git https://git-scm.com/book/zh/v1/Git-%E5%88%86%E6%94%AF-%E5 阅读全文
posted @ 2017-10-16 10:30 timwind 阅读(126) 评论(0) 推荐(0)
摘要:转载:http://www.cnblogs.com/luxiaoxun/archive/2012/08/10/2631812.html 参考: https://kelvinh.github.io/blog/2014/04/19/research-on-operator-new-and-delete/ 阅读全文
posted @ 2017-10-16 09:47 timwind 阅读(269) 评论(0) 推荐(0)
摘要:【直接使用subtree最简单】 已存在工程: https://github.com/timwind/testPlatform.git https://github.com/timwind/testProjectC.git 在本地clone testProjectC后进入testProjectC目录 阅读全文
posted @ 2017-10-15 22:13 timwind 阅读(1062) 评论(0) 推荐(0)