今天碰到数据库出错Goterror28fromstorageengine查了一下,数据库文件所在的盘应该没事,应该是数据库用的临时目录空间不够引用磁盘临时空间不够导致。解决办法:清空/tmp目录,或者修改my.cnf中的tmpdir参数,指向具有足够空间目录
分类:
数据库 时间:
2015-05-06 18:12:44
阅读次数:
170
robotframework官网:http://robotframework.org/#introduction--------------出现的场景:由于一开始不了解robotframework,从github上下载https://github.com/hong10/sample-code,运行里...
分类:
移动开发 时间:
2015-05-04 19:37:56
阅读次数:
264
点击打开杭电1024
Problem Description
Now I think you have got an AC in Ignatius.L's "Max Sum" problem. To be a brave ACMer, we always challenge ourselves to more difficult problems. Now you are faced wi...
分类:
其他好文 时间:
2015-04-30 12:38:42
阅读次数:
214
参考:http://stackoverflow.com/questions/93128/mysql-error-1153-got-a-packet-bigger-than-max-allowed-packet-bytes用脚本写测试数据,在ubuntu上ok,没想到到centos报1153错误。解决...
分类:
数据库 时间:
2015-04-28 09:27:42
阅读次数:
171
在linux上导出test.sql数据库时,出现了错误:ERROR1030(HY000):Goterror28fromstorageengine。后来查了下这个是因为mysql默认的临时目录空间不足,导致无法执行此sql语句:命令行执行下:showvariableslike‘%dir%‘,basedir|/usr/local/mysql||binlog_direct_non_transactional..
分类:
数据库 时间:
2015-04-27 15:34:17
阅读次数:
158
PostgreSQL 9.2 added a native?JSON?data type, but didn’t add much else. You’ve got three options if you actually want to do something with it: Wait for PostgreSQL 9.3 (or use the beta) Use the?...
分类:
数据库 时间:
2015-04-24 21:17:57
阅读次数:
193
1、错误描述
13:58:20 call new_procedure('2000','zhangsan') Error Code: 1318. Incorrect number of arguments for PROCEDURE student.new_procedure; expected 0, got 2 0.000 sec
2、错误原因
CREATE DEFINER=`root`@`...
分类:
其他好文 时间:
2015-04-24 21:11:17
阅读次数:
301
Max Sum Plus PlusTime Limit: 1 SecMemory Limit: 256 MB题目连接http://acm.hdu.edu.cn/showproblem.php?pid=1024DescriptionNow I think you have got an AC in I...
分类:
其他好文 时间:
2015-04-24 14:11:32
阅读次数:
106
I have installed 10gR2 on linux environment, When running DBCA it got filed with below error
ORA-27125: unable to create shared memory segment
SOLUTION:
cd $ORACLE_HOME/bin
mv oracle oracle.bin...
分类:
数据库 时间:
2015-04-24 10:36:58
阅读次数:
376
DescriptionLast years Chicago was full of gangster fights and strange murders. The chief of the police got really tired of all these crimes, and decided to arrest the mafia leaders.Unfortunately, the s...
分类:
编程语言 时间:
2015-04-22 18:14:34
阅读次数:
155