码迷,mamicode.com
首页 >  
搜索关键字:this is most likely a bug    ( 20128个结果
【LeetCode】Container With Most Water
Givennnon-negative integersa1,a2, ...,an, where each represents a point at coordinate (i,ai).nvertical lines are drawn such that the two endpoints of ...
分类:其他好文   时间:2014-05-16 19:42:17    阅读次数:286
java.lang.OutOfMemoryError处理错误
java.lang.OutOfMemoryError异常解决方法原因:常见的有以下几种:1.内存中加载的数据量过于庞大,如一次从数据库取出过多数据;2.集合类中有对对象的引用,使用完后未清空,使得JVM不能回收;3.代码中存在死循环或循环产生过多重复的对象实体;4.使用的第三方软件中的BUG;5.启...
分类:编程语言   时间:2014-05-16 07:51:33    阅读次数:315
小组每日站立会议-5-12
项目名称:Floaty Fish成员:张永、吴盈盈、王丹、周其范、董芳健会议时间:19:00-19:30会议地点:学院楼成员 donedoing遇到的问题张永特殊音乐功能,音乐的优化按键响应bug的修改无董芳健编写项目计划书,发布博客发布今天站立会议内容无王丹周其范测试分析报告测试分析报告无吴盈盈....
分类:其他好文   时间:2014-05-15 16:42:30    阅读次数:249
调bug心得及一个很二的bug
有时候运行结果错误,但是vs没抛异常,这时可以用trycatch来帮我们捕捉异常。 例如:bug的情况是treeview只显示一个根节点和一个子节点,还不报错,我擦~ private void f_script_Load(object sender, EventArgs e) { List parents = new t_scriptsBLL().g...
分类:其他好文   时间:2014-05-15 07:06:00    阅读次数:202
【LeetCode】Plus One
题目 Given a non-negative number represented as an array of digits, plus one to the number. The digits are stored such that the most significant digit is at the head of the list. 解答 本题考察进位问题,注...
分类:其他好文   时间:2014-05-15 04:16:56    阅读次数:245
编程精粹--编写高质量的C语言代码(2):自己设计并使用断言(一)
即使使用编译程序提供的所有警告设施,编译程序所发现的错误,也只是程序错误中的一小部分。例如 以下一行代码:      strCopy=memecpy(malloc(length),str,length)); 当malloc 调用失败时,返回一个空指针,而memcpy如果没有处理空指针时,程序就会出现错误。编译程序是无法查出 这种或其他类似的错误。同样编译程序也无法查出算法的错误,...
分类:编程语言   时间:2014-05-14 14:11:31    阅读次数:474
xdebug下用 spl_autoload_register 自动加载类文件时,会出现超时
如题
分类:其他好文   时间:2014-05-14 12:44:15    阅读次数:250
hibernateTemplate
用hibernateTemplate.save(obj)的时候打印obj的id,有id是自增长的,但是数据库一直没有数据,查了半天,才发现@Transaction没有加所以,调试BUG,先从最容易的开始调
分类:系统相关   时间:2014-05-13 17:43:59    阅读次数:302
Best Time to Buy and Sell Stock
原题: Say you have an array for which the ith element is the price of a given stock on day i. If you were only permitted to complete at most one transaction (ie, buy one and sell one share of th...
分类:其他好文   时间:2014-05-13 14:12:41    阅读次数:342
盘古报名系统4.0
盘古报名系统4.0书籍简介:4.0更新说明:-----------------------------------------1、增加招生名额设定功能; 2、上传相片功能; 3、修改了原报名系统的2处重要bug; 4、增加了提交报名信息时候需要验证码; 5、增加了,录取通知书(报名表)的在线设置,打...
分类:其他好文   时间:2014-05-13 10:23:41    阅读次数:254
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!