码迷,mamicode.com
首页 >  
搜索关键字:bugs    ( 473个结果
MySQL你让我情何以堪
今天加班到凌晨,跑程序时发现报错:java.sql.SQLException: Illegal hour value ‘24’ for java.sql.Time type in value ‘24:42:13… 查了一下数据库的数据发现,数据库中的数据有24:42:13的数据,查了一下原因发现居然是MySQL的bug! bug地址:http://bugs.mysql.com/bug.php?i...
分类:数据库   时间:2015-08-12 01:21:00    阅读次数:279
Trace Logging Level
TraceIn functions which support this level, details every parameter and operation to help diagnose subtle bugs. This should only be enabled for specif...
分类:其他好文   时间:2015-08-10 11:59:01    阅读次数:128
OpenStack Weekly Rank 2015.08.10
Module Reviews Drafted Blueprints Completed Blueprints Filed Bugs Resolved BugsCinder 5 1 1 6 12Swift 10 N/...
分类:其他好文   时间:2015-08-10 09:21:37    阅读次数:173
openstack社区文档贡献
一、提交bug首先,在https://bugs.launchpad.net/上注册账户。(登录页面有ubuntu字样)输入你想要搜索的项目可以看到最近的bug、blueprints。填写相应的bug信息注意这个bugid号,到此向openstack社区提交文档bug流程就是这样。二、提交patch在https://review.openstack.org上注..
分类:其他好文   时间:2015-08-05 22:33:59    阅读次数:496
poj 2096 Collecting Bugs 概率DP
Collecting BugsTime Limit:10000MSMemory Limit:64000KTotal Submissions:3379Accepted:1672Case Time Limit:2000MSSpecial JudgeDescript...
分类:其他好文   时间:2015-07-27 20:46:07    阅读次数:126
hdu1011 树形dp
题意:有n个洞组成一棵树形结构,你有m个士兵,你从1号房间开始攻打,每个洞有a个bugs和brain的价值。你的一个士兵可以打20个bugs,为了拿到这个洞的价值brain你必须留下k个士兵消灭这个洞的所有bugs(k*20>="bugs"的数量,且留下的士兵不可以再去攻打其他的洞,且必须攻打了前面的洞才可以攻打后面的洞)。问你花费这m个士兵可以得到的最大价值是多少。 思路:树形dp dp[...
分类:其他好文   时间:2015-07-27 13:19:21    阅读次数:133
OpenStack Weekly Rank 2015.07.27
Module Reviews Drafted Blueprints Completed Blueprints Filed Bugs Resolved BugsCinder 7 1 1 7 10Swift 10 N/...
分类:其他好文   时间:2015-07-27 11:02:33    阅读次数:166
Error code:1728 Cannot load from mysql.proc. The table is probably corrupted
Error code:1728 Cannot load from mysql.proc. The table is probably corrupted http://bugs.mysql.com/bug.php?id=50183 原因是mysql.proc 在5.1 comment char(64) -> 5.5 comment text 导致 The difference see...
分类:数据库   时间:2015-07-21 17:03:11    阅读次数:259
OpenStack Weekly Rank 2015.07.20
Module Reviews Drafted Blueprints Completed Blueprints Filed Bugs Resolved BugsCinder 8 1 3 9 10Swift 10 N/...
分类:其他好文   时间:2015-07-20 12:17:09    阅读次数:95
(简单) POJ 2492 A Bug's Life,二分染色。
DescriptionBackgroundProfessor Hopper is researching the sexual behavior of a rare species of bugs. He assumes that they feature two different genders...
分类:其他好文   时间:2015-07-17 22:37:37    阅读次数:141
473条   上一页 1 ... 31 32 33 34 35 ... 48 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!