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
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
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
在iOS中框架是一个目录,包含了共享资源库,用于访问该资源库中储存的代码的头文件,以及图像、声音文件等其他资源。共享资源库定义应用程序可以调用的函数和方法。
iOS为应用程序开发提供了许多可使用的框架,每个框架都属于
iOS 系统的一个层,分为四层,从上到下为:
Cocoa Touch Layer、
MediaLayer、Core Services Lay...
分类:
移动开发 时间:
2014-06-08 15:43:24
阅读次数:
343
异步模型看起来很美,但其实它也是有天生缺陷的.看下面代码
try {
setTimeout( function(){
throw new Error( '你抓不到我的!' );
}, 100);
} catch (e) {
console.error(e);
}
如果你已经理解了上一篇博客,那你一定了解了这样的写法是捕...
分类:
编程语言 时间:
2014-06-08 14:54:17
阅读次数:
328
开发环境 : win7 32bit ,VS2010,先看一段C代码:#include int
main(){ int x; //-858993460 printf("%d",x); //弹出Debug Error对话框 //x=func1();
getchar(); r...
分类:
其他好文 时间:
2014-06-08 06:26:59
阅读次数:
321
php不打日志好久了,每次都nginx返回500
都依靠检测代码来发现问题,很累。网上也找了很多关注php打错误日志的。都没效果。偶然通过phpinfo()
发现这个。error_log/var/log/php-fpm/www-error.log/var/log/php-fpm/www-error....
分类:
Web程序 时间:
2014-06-07 22:58:57
阅读次数:
434
解决方法,在my.ini里的[mysqld]增加如下部分[mysqld]
需要注意的是前面还有:[client]和[mysql],这两部分增加无效,那个是客户端读取的参数。max_allowed_packet=64M(大小自定义)重启MYSQL服务windows
下:services.msc重启MY...
分类:
数据库 时间:
2014-06-07 21:05:20
阅读次数:
392
Web API (protocals: SOAP and WSDL)web
service(use markup language):json-rpcxml-rpcWSDL (web services description
language)...SOA: Service-oriented arc...
分类:
Web程序 时间:
2014-06-07 20:25:41
阅读次数:
246
win7 64位 专业版 + vs2010 从vc6.0下转过来的一个项目,突然遇到这个问题。
解决方案:
用C:\Windows\winsxs\x86_netfx-cvtres_for_vc_and_vb_b03f5f7f11d50a3a_6.1.7600.16385_none_ba476986f...
分类:
其他好文 时间:
2014-06-07 16:56:07
阅读次数:
241