码迷,mamicode.com
首页 >  
搜索关键字:i got it    ( 1592个结果
mysql 1030 Got error 28 from storage engine
mysql 1030 Got error 28 from storage engine 错误原因:磁盘临时空间不够。解决办法:df -h 查看设备存储的使用情况 du -h --max-depth=1 查看目录的大小,删除一部分内容
分类:数据库   时间:2015-03-21 22:53:01    阅读次数:197
Windows connect to mysql failed: can't get hostname for your address
My mysql is on Linux platform. When I used my laptop connect to mysql, I got error message like "can't get hostname for your address".Resolution:Modif...
分类:数据库   时间:2015-03-20 14:13:52    阅读次数:179
HackerRank - Knapsack
Very good problem to learn knapsack (complete knapsack in this case).My brutal-force solution in Python got AC too, which surprised me a bit. Here is ...
分类:其他好文   时间:2015-03-19 06:18:36    阅读次数:135
openfire invalid sid 404
strophe + nginx + openfire got 504 (Gateway Time-out) then 404 (Invalid SID.)modify nginx.conf , add 3 red lines belowlocation /http-bind/ { pr...
分类:其他好文   时间:2015-03-17 19:45:11    阅读次数:330
幽默英语片段
1、 A:Are you alone? B:All… All the time. A:Oh,I'm sorry to hear that Stu. B:Can... Can I to be your friend? A:I've got enough.2、 A:But you've got ...
分类:其他好文   时间:2015-03-17 15:39:12    阅读次数:163
Number of Ways
DescriptionYou've got arraya[1],?a[2],?...,?a[n], consisting ofnintegers. Count the number of ways to split all the elements of the array into three c...
分类:其他好文   时间:2015-03-17 14:02:57    阅读次数:128
基于Android的ELF PLT/GOT符号重定向过程及ELF Hook实现
写这篇技术文的原因,主要有两个:-其一是发现网上大部分描述PLT/GOT符号重定向过程的文章都是针对x86的,比如[《RedirectingfunctionsinsharedELFlibraries》](http://www.codeproject.com/Articles/70302/Redire...
分类:移动开发   时间:2015-03-15 15:06:23    阅读次数:295
codeforces 22C System Administrator(构造水题)
转载请注明出处:http://www.cnblogs.com/fraud/ ——by fraudSystem AdministratorBob got a job as a system administrator in X corporation. His first task was to co...
分类:其他好文   时间:2015-03-15 10:49:51    阅读次数:148
HDU 5186 zhx's submissions (进制转换)
Problem Description As one of the most powerful brushes, zhx submits a lot of code on many oj and most of them got AC. One day, zhx wants to count how many submissions he made on n ojs. He knows...
分类:其他好文   时间:2015-03-15 09:27:34    阅读次数:133
HDU2860Regroup(并查集)
Regroup Time Limit: 4000/2000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 660    Accepted Submission(s): 161 Problem Description When ALPC42 got to a pan...
分类:其他好文   时间:2015-03-14 23:21:20    阅读次数:278
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!