Create a file called mongod.cfg in MongoDB folder if you dont have it. In my case: C:\Users\ivanbtrujillo\MongoDBThen, edit mongod.cfg with notepad an...
分类:
数据库 时间:
2015-04-11 17:37:48
阅读次数:
406
IMSE_DONT_CATCH_IMSE java.lang?
Class?IllegalMonitorStateException
java.lang.Object
??java.lang.Throwable
??????java.lang.Exception
??????????java.lang.RuntimeExce...
分类:
数据库 时间:
2015-04-09 23:55:06
阅读次数:
328
findbug 这里[中文列表]: ?http://svn.codehaus.org/sonar-plugins/tags/sonar-l10n-zh-plugin-1.1/src/main/resources/org/sonar/l10n/findbugs_zh.properties ? rule.findbugs.IMSE_DONT_CATCH_IMSE.name=不...
分类:
数据库 时间:
2015-04-09 22:06:00
阅读次数:
721
Notes:1. Dont have to allocate l1*l2, just l1+l2 is fare enough.2. remember i--, j--.3. upgrade[i+j] is += not = rec[i+j+1]/10; 1 class Solution { 2 p...
分类:
其他好文 时间:
2015-03-21 09:45:21
阅读次数:
117
Still a DP problem.The transition function is not hard to get:1. When s[i-1] == t[j-1], which means we dont have to do any thing to handle the current...
分类:
其他好文 时间:
2015-03-19 09:52:36
阅读次数:
104
Two notes:1. I dont know whether C++ has a good split function for STL as the JAVA. Need to figure it out.2. At the beginning, I tried to set tmp1 = t...
分类:
其他好文 时间:
2015-03-19 06:17:36
阅读次数:
130
To be honest, I dont like this problem. This is just an extra layer loop for 3sum. But two mistakes I had made…..1. when skip j, use condition j > i+1...
分类:
其他好文 时间:
2015-03-18 07:47:09
阅读次数:
130
英文:http://www.infoworld.com/d/data-center/dont-want-mix-programming-languages-you-already-do-239907 之前我曾经在一篇博文中就多语言开发的问题进行过探讨,这一周来很多朋友发来了评论与邮件,其中自然不乏....
分类:
编程语言 时间:
2015-03-06 09:33:46
阅读次数:
166
转自:http://www.cnblogs.com/Wayou/p/things_you_dont_know_about_frontend.html前端已经被玩儿坏了!像console.log()可以向控制台输出图片等炫酷的玩意已经不是什么新闻了,像用||操作符给变量赋默认值也是人尽皆知的旧闻了,今...
分类:
其他好文 时间:
2015-02-26 18:11:42
阅读次数:
278
我们需要理解jQuery背后的工作原理,掌握现代浏览器API,把Web开发从jQuery的陷阱中拯救出来,jQuery不等于JavaScript!原文:http://blog.garstasio.com/you-dont-need-jquery/抛弃jQuery:Why?现在的Web工程师太依赖jQ...
分类:
Web程序 时间:
2015-01-12 14:37:43
阅读次数:
358