码迷,mamicode.com
首页 >  
搜索关键字:dont    ( 106个结果
修改MongoDb的 DB 和 Log 存储路径 (Windows)-摘自网络
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
从FindBugs中学Java【二】
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
从FindBugs中学Java【一】
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
LeetCode – Refresh – Multiply Strings
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
LeetCode – Refresh – Edit Distance
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
LeetCode – Refresh – Compare Version Numbers
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
LeetCode – Refresh – 4sum
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 !
我们需要理解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
106条   上一页 1 ... 7 8 9 10 11 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!