摘要:
当使用 TCP/IP 连接 mysql 时, 出现 : Can’t connect to MySQL server on ‘xxx.xxx.xxx.xxx.’(111) 这个错误。 经过重复折腾: 确定IP没错。用户权限是有的(支持远程IP连接),配置文件以注销 绑定本地IP选项。。。 浪费了半小时 阅读全文
摘要:
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=5339 题意:一个整数a 和一个数组b。问你能否在b中取出r个元素排列组成c数组满足a%c1%c1%…..%cr == 0。输出最小的r,不能满足条件输出-1。 思路:b按从大到小排序,暴搜。 代码: # 阅读全文
摘要:
1. http://www.cnblogs.com/CareySon/archive/2013/05/04/PlanCacheInSQLServerPart2.html(运行计划缓存) 2. http://msdn.microsoft.com/zh-cn/library/ms190730 (启用锁定 阅读全文
摘要:
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=3392 Pie Time Limit: 6000/3000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submiss 阅读全文