vi /etc/sysconfig/iptables # Generated by iptables-save v1.4.7 on Mon Feb 9 13:59:07 2015*nat:PREROUTING ACCEPT [0:0]:POSTROUTING ACCEPT [0:0]:OUTPUT....
分类:
系统相关 时间:
2015-02-10 14:46:27
阅读次数:
233
###nginx日志举例 172.16.1.1 - - [04/Feb/2015:23:40:01 +0800] "POST /api/message/query HTTP/1.1" 200 52 "-" "Apache-HttpClient/4.2 (java 1.5)" "-" "message.test.com" "172.16.3.159" "-" "0.116" "-" "...
分类:
编程语言 时间:
2015-02-10 13:31:57
阅读次数:
338
/********************************************************************************* @author Maoxiao Hu* @version V1.0.0* @date Feb-2015****************...
分类:
系统相关 时间:
2015-02-10 01:48:43
阅读次数:
191
USACO翻译:USACO 2014 DEC Silver三题
分类:
其他好文 时间:
2015-02-09 09:16:31
阅读次数:
210
USACO翻译:USACO 2012 FEB Silver三题
分类:
其他好文 时间:
2015-02-07 14:25:48
阅读次数:
157
sqlplus / as sysdbaSQL*Plus: Release 11.2.0.1.0 Production on Fri Feb 6 21:05:43 2015Copyright (c) 1982, 2009, Oracle. All rights reserved.Connected t...
分类:
其他好文 时间:
2015-02-06 23:03:50
阅读次数:
261
Text Understanding from Scratch Xiang Zhang,?Yann LeCun (Submitted on 5 Feb 2015) This article demontrates that we can apply deep learning to text understanding from character-level inputs all the...
分类:
其他好文 时间:
2015-02-06 19:10:43
阅读次数:
136
组合计数 排列组合求总方案数 这个可以用一个一维的动态规划解决: f[i][0]表示第i头牛是牝牛的方案数 f[i][1]表示第i头牛是牡牛的方案数 则转移为:f[i][0]=f[i-1][0]+f[i-1][1]; f[i][1]=f[i-K-1][0]+f...
分类:
其他好文 时间:
2015-02-06 13:11:13
阅读次数:
236
[root@rusky ~]# date -s 11:29:6Thu Feb 5 11:29:06 PST 2015[root@rusky ~]# dateThu Feb 5 11:29:08 PST 2015[root@rusky ~]# date -s 02/06/2015Fri Feb ...
分类:
系统相关 时间:
2015-02-06 12:47:58
阅读次数:
215