码迷,mamicode.com
首页 >  
搜索关键字:i got it    ( 1592个结果
mysql Got error 28 from storage engine
今天碰到数据库出错Goterror28fromstorageengine查了一下,数据库文件所在的盘应该没事,应该是数据库用的临时目录空间不够引用磁盘临时空间不够导致。解决办法:清空/tmp目录,或者修改my.cnf中的tmpdir参数,指向具有足够空间目录
分类:数据库   时间:2015-05-06 18:12:44    阅读次数:170
robotframework出现错误:Keyword 'AppiumLibrary.Open Application' expected 1 to 2 non-keyword arguments,got 5.
robotframework官网:http://robotframework.org/#introduction--------------出现的场景:由于一开始不了解robotframework,从github上下载https://github.com/hong10/sample-code,运行里...
分类:移动开发   时间:2015-05-04 19:37:56    阅读次数:264
杭电1024(Max Sum Plus Plus)
点击打开杭电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
centos mysql 大量数据导入时1153 错误:1153 - Got a packet bigger than 'max_allowed_packet' bytes
参考: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
mysql导出数据库报错:ERROR 1030 (HY000): Got error 28 from storage engine
在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
What can you do with PostgreSQL and JSON?
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
Error Code: 1318. Incorrect number of arguments for PROCEDURE student.new_procedure; expected 0, got
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
hdu 1024 Max Sum Plus Plus DP
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
oracle 10gr2 ORA-27125: unable to create shared memory segment when run DBCA
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
(poj3107Godfather,树形dp,next数组)树的重心
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!