1,确保php已成功安装,并且php可以被访问php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" php -r "if (hash_file('SHA384', 'composer-setup.php') ...
分类:
系统相关 时间:
2016-11-17 13:50:11
阅读次数:
285
题意:给定一个1-n的墙,然后有两种操作,一种是P l ,r, a 把l-r的墙都染成a这种颜色,另一种是 Q l, r 表示,输出 l-r 区间内的颜色。 析:应该是一个线段树+状态压缩,但是我用set暴力过去了。用线段树+状态压缩,区间更新,很简单,就不说了。 代码如下: 线段树: ...
分类:
其他好文 时间:
2016-11-17 12:55:59
阅读次数:
274
Reference: http://dev.guanghe.tv/2016/06/recovering-a-wiredtiger-collection-from-a-corrupt-wt-file.html 常在河边走,哪能不湿鞋。虽然说只要不使用kill -9杀进程,一般不会导致MongoDB出问 ...
分类:
其他好文 时间:
2016-11-09 15:19:44
阅读次数:
5896
Description Corrupt governors always find ways to get dirty money. Paint something, then sell the worthless painting at a high price to someone who wa ...
分类:
其他好文 时间:
2016-11-05 17:15:46
阅读次数:
236
问题描述: 解决方法: 1.Delete the .gradle directories both in your home directory and at the top level of your project. Gradle's cache directoires aren't affec ...
分类:
系统相关 时间:
2016-10-12 22:04:06
阅读次数:
1063
今天用Visual Studio 2010编译一个C工程时突然遇到下面这个编译错误。fatal error LINK1123:failure during conversion to COFF:file invalid or corrupt 试了很多方法都没有用,包括微软官方的说明http://bl ...
分类:
其他好文 时间:
2016-10-09 17:29:59
阅读次数:
139
fatal error LNK1179: invalid or corrupt file: duplicate comdat "XXX" LNK1179 无效或损坏的文件: 重复的 COMDAT“_IID_IDispatchEx” 解决方法,找到(ocx和dll都是类似的) 改为 ...
分类:
其他好文 时间:
2016-10-06 20:09:32
阅读次数:
661
有时候程序会莫名其妙的弹出 " 尝试读取或写入受保护的内存。这通常指示其他内存已损坏”OR “Attempted to read or write protected memory. This is often an indication that other memory is corrupt.” ...
分类:
其他好文 时间:
2016-09-14 18:42:14
阅读次数:
95
fatal error LINK1123:failure during conversion to COFF:file invalid or corrupt ...
分类:
其他好文 时间:
2016-08-13 21:13:02
阅读次数:
155
以下是从overFlow 复制过来的问题 I've read through many of the other questions posted on the same issue, but I still do not understand the cause and how to preven ...
分类:
移动开发 时间:
2016-07-03 01:50:05
阅读次数:
413