error: RPC failed; result=22, HTTP code = 411fatal:
The remote end hung up unexpectedly解决方法:git config http.postBuffer 524288000
分类:
其他好文 时间:
2014-05-10 01:06:09
阅读次数:
367
1. 标准类型 Integer,Boolean, Long integer, Floating
point real number, Complex number, String, List, Tuple, Dictionary 其他内建类型: 类型,
Null对象(None) 文件,集合,函数.....
分类:
其他好文 时间:
2014-05-10 00:20:30
阅读次数:
336
安装了win7后,用了oem7f7,没效果,然后每次启动都先出现这样一排英文FATALERROR:oneormoretablepointersareinvalid.ModificationcouldbeunsafePressanytocontinuebooting按了任意键后才能进入系统,后来在oem7f7里面点击卸载,就能正常启动了。
分类:
其他好文 时间:
2014-05-09 14:32:51
阅读次数:
471
usergroupwwwwww;worker_processes8;//进程数,建议设置为等于CPU总核心数error_loglogs/error.log;#error_loglogs/error.lognotice;#error_loglogs/error.loginfo;pidlogs/nginx.pid;events{worker_connections1024;}http{includemime.types;default_typeapplication/octet-st..
分类:
其他好文 时间:
2014-05-09 14:30:49
阅读次数:
308
SELECT * FROM ( SELECT ROW_NUMBER() OVER(ORDER BY
ca.PraiseNum desc) as RowID ,ca.[ArticleId] ...
分类:
其他好文 时间:
2014-05-09 13:17:14
阅读次数:
409
/*日期转YYYYMMDD*/formDate.fullYear+""+(formDate.month
_fromYear){manyAllDayNum = Number(alreadyOverDay(fromFormatDayStr)[1]) +
Number(alreadyOverDay(toF...
分类:
其他好文 时间:
2014-05-09 12:56:06
阅读次数:
288
今天早上上班来打开环境,mysql报了这个错误,猜到的原因应该是昨天晚上下班没等mysql服务器退出就关闭计算机。2014-05-09
09:44:25 4128 [ERROR] InnoDB: Attempted to open a previously opened tablespace.
Pr...
分类:
数据库 时间:
2014-05-09 12:50:46
阅读次数:
1089
Twemproxy is a proxy server that allows you to reduce the number of open connections
to yourMemcached or Redis server.
What is Twemproxy useful for? It can
reduce the number of connections t...
分类:
其他好文 时间:
2014-05-09 06:30:25
阅读次数:
258
1. Write a procedure count-list to count the
number of elements in a list1 (defun count-list (numbers)2 (if (null numbers) 03
(+ 1 (co...
分类:
其他好文 时间:
2014-05-09 05:41:41
阅读次数:
307
1.把一个 const 对象的地址赋给一个普通的、非 const
对象的指针也会导致编译时的错误:const double pi = 3.14;double *ptr = π // error: ptr is a
plain pointerconst double *cptr = π /...
分类:
编程语言 时间:
2014-05-09 05:39:43
阅读次数:
404