这几天在使用SDL2,之前一直都没有错,直到上午把项目搬了个地方。结果一直出现“error LNK2019: 无法解析的外部符号 _SDL_main,该符号在函数 _main 中被引用” 。看了网上的方法都说是没有正确定义 main 函数 ,这是SDL2main.lib指定需要的函数。结果我把他定义...
分类:
其他好文 时间:
2015-09-27 17:26:26
阅读次数:
110
发现主备库的主机名命名命名反了,重命名主机名后发现mysqlslave无法复制,怀疑是slave的相关进程没有起来,于是执行startslave,报错Slavefailedtoinitializerelayloginfostructurefromtherepository,Error_code:1872执行resetslave;changemastertomaster_host=‘‘;changemaste..
分类:
其他好文 时间:
2015-09-27 06:29:40
阅读次数:
234
一个今天升级10g集群环境到10.2.0.5。下载补丁p8202632_10205_Linux-x86-64.zip,解压安装并运行后。中途岛错误:I/O ERROR cannt reading or opening file in /tmp/...../temp52网上查资料例如以下:依据MOS的...
分类:
数据库 时间:
2015-09-26 21:17:41
阅读次数:
258
问题:SQL Server 2014,使用Job定时从Linked Server同步数据,执行时报"Login failed for user '域帐号'. [SQLSTATE 28000] (Error 18456). "解决:通过配置管理工具修改SQL Server Agent服务启动帐号为域帐...
分类:
数据库 时间:
2015-09-26 17:17:52
阅读次数:
273
MFC在使用picture console控件之后往往会弹出这个错误:error RC2108: expected numerical dialog constant。此时,双击这个错误,会跳到提示错误的那一行,在那一行中的一串地址前插入:"Static", SS_BITMAP,
分类:
编程语言 时间:
2015-09-26 13:16:34
阅读次数:
488
用git pull来更新代码的时候,遇到了下面的问题:error: Your local changes to the following files would be overwritten by merge: Please, commit your changes or stash them.....
zendStudio在连接远程服务器的时候突然报如下错误消息: Operation failed due to network I/O error 'java.net.SocketException: Software caused connection abort: socket write er...
分类:
编程语言 时间:
2015-09-26 09:19:33
阅读次数:
232
In file included from /root/php-5.3.6/ext/gd/libgd/gd_compat.c:8:/usr/local/jpeg/include/jpeglib.h:938: error: expected declaration specifiers or ‘......
分类:
Web程序 时间:
2015-09-26 08:09:19
阅读次数:
229
1.基础服务(Base Services),提供对Windows系统可用的基础资源的访问接口。比如象:文件系统(file system)、外部设备(device)、,进程(process)、线程(thread)以及访问注册表(Windows registry)和错误处理机制(error handl....
解决办法,参考:https://github.com/chill117/express-mysql-session/issues/18我们只需在实例化SessionStore的时候,配置useConnectionPooling: true。比如:var sessionStore = new Sess...
分类:
数据库 时间:
2015-09-25 20:13:37
阅读次数:
3490