. . 在MySQL的配置文件中,设定default-table-type=InnoDB,发现MySQL无法正常的启动,错误日志中给出了如下的信息:150210 18:11:19 mysqld_safe mysqld from pid file /data/mysqldata/mysql.pid e...
分类:
数据库 时间:
2015-02-10 20:08:07
阅读次数:
158
注意:如果你的store跟我一样是使用.ashx从.NET后台获取的,并且用sencha cmd自带的web服务器调试,在chrome调试的时候回会返回如下错误。
[WARN][Ext.data.reader.Reader#process] Unable to parse the JSON returned by the server: Error: You're trying to dec...
分类:
Web程序 时间:
2015-02-05 16:30:04
阅读次数:
434
Ok the problem is that for executeFind() the return type is List....so there is no way to use uniqueResult() within the callback from executeFind()......
分类:
编程语言 时间:
2015-02-04 20:13:47
阅读次数:
156
opencv中RotatedRect的angle这个成员变量总是诡异的不同寻常(http://stackoverflow.com/questions/15956124/minarearect-angles-unsure-about-the-angle-returned),官网也没有任何解释。下面是获...
分类:
其他好文 时间:
2015-02-03 13:07:03
阅读次数:
191
fedora下解决yum groupinstall "Development Tools"yum install mesa-libGL-develubuntu下解决 sudo apt-get install libglu1-mesa-dev -y
分类:
系统相关 时间:
2015-02-01 18:56:29
阅读次数:
185
昨天实验CDC,在数据库中执行以下语句的时候出错。EXEC sys.sp_cdc_enable_table @source_schema = N'stg', @source_name = N'CDCSalesOrderHeader', @role_name = N'cdc_role', @s...
分类:
数据库 时间:
2015-01-30 10:36:52
阅读次数:
326
org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.executor.ExecutorException: Statement returned more than one row, whe...
分类:
其他好文 时间:
2015-01-27 21:34:41
阅读次数:
807
#include #include #include "syscalls.h"#include /* flags for read and write */#include /* typedefs */#include /* structure returned by stat */#incl...
分类:
其他好文 时间:
2015-01-22 01:37:00
阅读次数:
141
有的时候,第一次在Ubuntu下安装joomla的时候会出现Could not connect to the database. Connector returned number: The MySQL ada......asdasdfde cuowu的错误,就在刚刚我就遇到了,其实是MySQL和p...
分类:
数据库 时间:
2015-01-20 15:28:52
阅读次数:
531
在使用百度定位SDK的时候,明明已经加入了liblocSDK3.so,Manifest中也添加了相应权限,注册了com.baidu.location.f服务。但总是无法定位。提示错误java.lang.UnsatisfiedLinkError:
Couldn’t load locSDK3: findLibrary returned null.
根据错误提示是无法找到locSD...
分类:
其他好文 时间:
2015-01-13 14:23:10
阅读次数:
162