检查扎兰屯服务器的时候,发现其中一个分区的原空间有300多个G,但只余下了80多个G。检查了一下,发现某库ldf文件过大,竟然达到了280多个G。这如何得了,再这样下去,硬盘怎能受得了?尝试用收缩文件,然后收缩日志的方式减少文件大小,结果发现不太稳定,且没有效果。由于ldf文件相对来说不太重要,所以...
分类:
其他好文 时间:
2015-02-06 13:07:26
阅读次数:
152
就是因为他们的不同,造成我一小天的麻烦,就是取得不了正确的结果,后来经原同事提醒,终于找到了原因,但是还有点没看懂,所以又找了个网上的经验,贴进来,以备以后再查。--简单的存储过程createprocmypro3@booknamevarchar(50)asbeginif(selectpricefro...
分类:
其他好文 时间:
2015-02-06 13:06:48
阅读次数:
119
Description给你一个无向图,N(N 2 #include 3 #include 4 #include 5 #include 6 using namespace std; 7 8 #define inf (1 b.v; }19 }edge[maxm],temp[maxm];20 21 in....
分类:
其他好文 时间:
2015-02-06 13:06:11
阅读次数:
130
Write a function to find the longest common prefix string amongst an array of strings.思路: 很简单,其他字符串和第一个字符串比较,一个一个字符比较,反正最长不会超过第一个字符串的长度。class Solution...
分类:
其他好文 时间:
2015-02-06 13:06:07
阅读次数:
121
求A^B的最后三位数表示的整数。说明:A^B的含义是“A的B次方”Input输入数据包含多个测试实例,每个实例占一行,由两个正整数A和B组成(1//快速幂int powermod(int a,int b){ int ans=1; a=a%1000; if(a==0) return ...
分类:
其他好文 时间:
2015-02-06 13:06:16
阅读次数:
135
From http://www.apache.org/dyn/closer.cgi/hadoop/common/ProjectsHTTP ServerAbderaAccumuloACEActiveMQAiravataAlluraAmbariAntAny23APRArchivaAriesAvroAxi...
分类:
其他好文 时间:
2015-02-06 13:05:06
阅读次数:
161
部署到linux下的tomcat,今天发现包了“java.net.SocketException: Too many open files”,以前从来没有遇到过,在此记录一下: 彻底解决问题的是第三步, 所以,可以直接跳到第三步去看解决方法和步骤,当日第一、第二步是我不断探索,尝试解决问题的过程,虽...
分类:
其他好文 时间:
2015-02-06 13:04:38
阅读次数:
168
下面两个函数都可用来复制一个现存的文件描述符:#includeint dup(int filedes);int dup2(int filedes,int filedes2); ...
分类:
其他好文 时间:
2015-02-06 13:02:26
阅读次数:
181
The first place of 2^nProblem DescriptionLMY and YY are mathematics and number theory lovers. They like to find and solve interesting mathematic probl...
分类:
其他好文 时间:
2015-02-06 13:03:01
阅读次数:
188
两个表(员工表和部门表)中都有数据,但是点击视图查看数据的时候反而遇见这个问题,于是查询了一下资料解决办法如下:mysql> grant all privileges on *.* to root@"%" identified by ".";Query OK, 0 rows affected (0....
分类:
其他好文 时间:
2015-02-06 13:00:23
阅读次数:
169
1.总览Behavior Designer是一个行为树程序.他为所有人设计-程序美工策划.Behavior Designer提供很好很强大的API,允许你愉快的进行玩耍.他和PlayMaker和uScript插件完美结合,提供直观可视化编辑器类.你可以不写一行代码也能创造复杂AI. 这篇文章将为B....
分类:
其他好文 时间:
2015-02-06 13:01:37
阅读次数:
290
之前,国内的多家业内媒体报道了苹果退款新政导致国内游戏公司退款率飙升的消息,淘宝代充店一直在依靠使用南非苹果礼品卡代充,导致国内手游产品的iOS收入雪上加霜。对于这个问题,难道就没有个有效的对策解决么?对于苹果的退款问题,目前暂时没有得到业内人士想出好的解决办法,而据了解,此前某开发商的部分区域退款...
分类:
其他好文 时间:
2015-02-06 12:59:58
阅读次数:
320
There are certain things all bosses dread to hear. “I lost the account,” “There’s a big mistake,” and “I think the building is on fire,” would all qua...
分类:
其他好文 时间:
2015-02-06 13:01:26
阅读次数:
206