码迷,mamicode.com
首页 >  
搜索关键字:this is most likely a bug    ( 20128个结果
读《软件开发者路线图:从学徒到高手》感悟
好长时间,没有读过一本书了。 这两天花了点时间,读了一本《软件开发者路线图:从学徒到高手》,感觉很不错,所以推荐给大家。 本来以为,作为一名合格的程序员只要会看文档和源码,就可以,看来我真的烦了一个很大错误呢,是不是你也有这个Bug ? 以前的我,总是喜欢 自己一个人摸索问题的答案,有的时候也不一定能够解决, 作为一名好的 程序员,要保持一个 谦卑的心,正如 乔帮主 所说的:“...
分类:其他好文   时间:2014-06-11 00:51:02    阅读次数:245
jQuery 全选与反选时出现的bug!
jQuery 1.x attr属性bug: 今天在写项目,使用jQuery1.10.2 发现一个小小的bug, 在设置checked属性时,前两次反选的时候是正常的,后面均不正确,通过调试, 准确的说应该是只有第一次是正确的,在第二次单击时,事件快完成的时候的运行的流程有点奇怪。所以自己感觉这么 成熟的框架不应该出现这个问题,于是又将1.11.1版本下载下来,也是jQuery1的最新版本测试,同样末果,问题依 然存在,使用标准的document.getElementById, 直接设置值是没有问题的。...
分类:Web程序   时间:2014-06-11 00:13:15    阅读次数:242
Connection closed by foreign host. 误改BUG
昨天调试远程服务器,为了增加socket链接数,理所当然的进行了limits.conf配置,之后悲剧发生了。 利用xshell再度远程时,被强制T了。链接瞬间即断,如果幸运,会弹出 ”Connection closed by foreign host“ 提示。 开始以为是防火墙或网络行为的原因,沟....
分类:其他好文   时间:2014-06-10 20:29:10    阅读次数:472
[leetcode]Container With Most Water @ Python
原题地址:https://oj.leetcode.com/problems/container-with-most-water/题意:Givennnon-negative integersa1,a2, ...,an, where each represents a point at coordina...
分类:编程语言   时间:2014-06-10 20:05:44    阅读次数:213
LG N4 进入Recovery 模式后,出现红色感叹号
也许你是被逼无奈必须要root一下你的手机,也许你像我一样是一个苦逼的程序员,为了调试bug而root这个设备。不管何种原因,root完毕后,打开系统始终停留在一个X界面,或者google的开机闪屏窗口。而进入 Recovery模式下后,小机器人倒了,胸部出现了一个红色感叹号的图片。。。,表慌,表心里暗骂了十遍以上神马刷机精灵,一键root等坑爹。。。。。,其实我也突然心里有点慌了一下。。。 h...
分类:其他好文   时间:2014-06-10 17:39:05    阅读次数:301
Leetcode: Container With Most Water
The most strait forward approach is calculating all the possible areas and keep the max one as the result. This approach needs O(n*n) time complexity,...
分类:其他好文   时间:2014-06-10 16:11:31    阅读次数:184
UVA 10085(bfs+康拓展开)八数码问题
Description Problem A The Most Distant State Input: standard input Output: standard output   The 8-puzzle is a square tray in which eight square tiles are placed. The remaining ninth square ...
分类:其他好文   时间:2014-06-10 07:59:06    阅读次数:335
hdu 1598 find the most comfortable road (并查集 + 枚举)
题目:         链接:点击打开链接 思路:         对边排序,再枚举每条边,如果出现通路(findset(x) == findset(y))就结束。 代码: #include #include #include #include using namespace std; #define MAXN 220 #define MAXM 1010 #define MAX ...
分类:其他好文   时间:2014-06-10 07:34:46    阅读次数:237
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-06-10 06:12:06    阅读次数:285
ReportViewer内存泄漏问题解决方案[上]
做这个项目有点倒霉,快要验收的时候,发现微软ReportViewer控件的一个bug,导致我们的项目无法正常验收。 问题描叙:用ReportViewer本地模式做的报表,在ASP.NET页面中呈现。在asp.net服务端有一个静态页面,用户轮播报表页面。这些页面被加载到一个盒子里面,然后在电视...
分类:其他好文   时间:2014-06-09 18:10:33    阅读次数:559
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!