码迷,mamicode.com
首页 >  
搜索关键字:error log    ( 121392个结果
用window.showModelDialog() 打开的页面的返回值
有两个页面也个 Default1.aspx 另外一个是 Default2.aspxDefault1.aspx 有个按钮是用来打开Default2.aspx页面的按钮的js代码是 var win = window.showModalDialog("Default2.aspx"); ...
分类:Windows程序   时间:2014-06-11 10:58:22    阅读次数:301
JAVA中引用com.sun.awt.AWTUtilities时报错
JAVA中引用com.sun.awt.AWTUtilities时报错的解决办法[转]在Eclipse中设置如下就可以了:When using com.sun.awt.AWTUtilities, Eclipse gives a error:- Access restriction: The metho...
分类:编程语言   时间:2014-06-11 10:50:44    阅读次数:444
Invalid bound statement (not found):gov.hkpf.cis2.ws.mapper.charge.CrtCaseMapper.getArrestPersons
2014-06-06 17:23:19:082 ERROR DbQueryExceptionHandler:80 - org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): gov.hkpf.c...
分类:移动开发   时间:2014-06-11 09:18:45    阅读次数:1149
C语言预处理命令
1.#error Directive (C/C++)The #error directive emits a user-specified error message at compile time and then terminates the compilation.#error toke...
分类:编程语言   时间:2014-06-11 08:34:39    阅读次数:347
剑指offer (8) 旋转数组
1. 查找和排序查找:顺序查找、二分查找、二叉搜索树、哈希表顺序查找:T(n) = O(n) std::find二分查找:T(n) = O(log n) std::binary_search std::lower_bound std::upper_bound哈希表: T(n) = O...
分类:其他好文   时间:2014-06-11 07:45:31    阅读次数:250
The Note of the Paper "Optimal Decoding of Linear Codes for Minimizing Symbol Error Rate"(1)
The paper "Optimal Decoding of Linear Codes for Minimizing Symbol Error Rate", which is the source of the BCJR decoding algorithm, is my current obje....
分类:其他好文   时间:2014-06-11 07:35:20    阅读次数:250
非常无聊——STD::sort VS 基数排序
众所周知,Std::sort()是一个非常快速的排序算法,它基于快排,但又有所修改。一般来说用它就挺快的了,代码一行,时间复杂度O(nlogn)(难道不是大叫一声“老子要排序!!”就排好了么。。。)。我们也知道,不基于比较的排序可以达到O(n),比如说基数排序。什么,它是O(n * log(10.....
分类:其他好文   时间:2014-06-10 00:04:07    阅读次数:326
浅谈 js 正则之 test 方法
其实我很少用这个,所以之前一直没注意这个问题,自从落叶那厮写了个变态的测试我才去看了下这东西。先来看个东西吧。var re = /\d/;console.log( re.test("1") );console.log( re.test("1") );console.log( re.test("1")...
分类:Web程序   时间:2014-06-09 23:57:02    阅读次数:420
浅谈 js 正则之 test 方法
原文:浅谈 js 正则之 test 方法其实我很少用这个,所以之前一直没注意这个问题,自从落叶那厮写了个变态的测试我才去看了下这东西。先来看个东西吧。var re = /\d/;console.log( re.test("1") );console.log( re.test("1") );conso...
分类:Web程序   时间:2014-06-09 23:55:00    阅读次数:452
linux设置时间服务器
对多个linux服务器,时间保持一致是很必要的。根据精确度要求,应该有相应的时间间隔进行时间同步。如果不进行时间同步,时间久了就会差别很大,遇到问题时定位就很困难。因为多台设备的配合,log之间可能有前因后果,时间是同步事件的先后的重要依据。一般来说,对一个机房内的设备,可以设置一台时间服务器,由它...
分类:系统相关   时间:2014-06-07 20:08:00    阅读次数:313
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!