码迷,mamicode.com
首页 >  
搜索关键字:windowserror error 2    ( 30042个结果
简单的日志系统
參考glog写了现有的Logging系统。直接有enum LoggingEnum{LOG_INFO,LOG_DBBUG,LOG_ERROR,LOG_WARNNING,LOG_END};几种等级的日志,实时刷到console上,异步延迟写到日志上,建立队列缓存日志,时间一到一起刷到file,好了,看下...
分类:其他好文   时间:2014-08-10 15:22:20    阅读次数:297
Error format not a string literal and no format arguments解决方案
原地址:http://blog.csdn.net/joeblackzqq/article/details/25985299cData.cpp:355:30:error:format not a string literal and no fomat arguments [-Werror=format...
分类:其他好文   时间:2014-08-10 12:40:20    阅读次数:216
cocos2d-x 2.2.5 安卓工程编译的问题
error: 'transform' is not a member of 'std'labelReader.cpp:54:9:error:'transform' is not a member of 'std'build-binary.mk:386:recipe for target labelR...
分类:移动开发   时间:2014-08-10 12:35:20    阅读次数:272
ruby环境sass编译中文出现Syntax error: Invalid GBK character错误解决方法
sass文件编译时候使用ruby环境,无论是界面化的koala工具还是命令行模式的都无法通过,真是令人烦恼。容易出现中文注释时候无法编译通过,或者出现乱码,找了几天的解决方法终于解决了。这个问题的奇葩之处在于在xp环境中没有任何问题,只是在windows7环境中才出现的这个。sass编译时候出现如下...
分类:其他好文   时间:2014-08-10 01:38:39    阅读次数:719
The connection to adb is down, and a severe error has occured.(转)
启动android模拟器时.有时会报The connection to adb is down, and a severe error has occured.的错误.在网友说在任务管理器上把所有adb.exe关闭掉.重启eclipse.但试过不管用.所以在外国网站上找到一种可行的方法:1.先把ec...
分类:数据库   时间:2014-08-10 01:29:09    阅读次数:360
ios <Error>: CGAffineTransformInvert: singular matrix.
如果你尝试,并设置缩放比例为零,你会得到这个消息:: CGAffineTransformInvert: singular matrix.    [UIView animateWithDuration:0.5 animations:^{                 CGAffineTransform newTransform =  CGAffineTransformScale(my...
分类:移动开发   时间:2014-08-09 15:56:58    阅读次数:584
iOS开发拓展篇—封装音频文件播放工具类
iOS开发拓展篇—封装音频文件播放工具类一、简单说明1.关于音乐播放的简单说明(1)音乐播放用到一个叫做AVAudioPlayer的类(2)AVAudioPlayer常用方法 加载音乐文件- (id)initWithContentsOfURL:(NSURL *)url error:(NSError....
分类:移动开发   时间:2014-08-09 13:17:27    阅读次数:396
mysql日志管理
mysql日志管理mysql的日志分为如下几类: 1.错误日志 1.1记录服务器启动和关闭过程中的信息 1.2记录服务器运行过程中的错误信息. 1.3记录事件调度器运行一个事件时产生的信息. 1.4在从服务器上启动从服务器进程时产生的信息. |log_error|/usr/local/mysql/data/idc131.err|..
分类:数据库   时间:2014-08-09 11:50:28    阅读次数:505
jQuery Vlidate 示例
* {  font-family: Verdana;font-size: 96%; } label {width: 10em;float: left;}    label.error {float: none;color: red; padding-left: .5em;vertical-align: top;}    p{clear: both;}.submit {margin-left:...
分类:Web程序   时间:2014-08-09 11:38:37    阅读次数:297
ERROR: unable to bind listening socket for address '127.0.0.1:9000': Address   already in use (98)
今天在启动PHP时出现下面的错误:servicephp-fpmstart错误:Startingphp-fpm[09-Aug-201400:45:40]ERROR:unabletobindlisteningsocketforaddress‘127.0.0.1:9000‘:Addressalreadyinuse(98)[09-Aug-201400:45:40]ERROR:FPMinitializationfailedfailed解决方法:netstat-lntup|gr..
分类:其他好文   时间:2014-08-09 02:46:37    阅读次数:7722
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!