首先在user.php文件中去除黑名单的第一行标签,在白名单中添加<script>E1:csrf攻击zoobarcsrf:cross-site request forgery 跨站伪造请求普通用户登录myzoo网站后,在未退出的状态下,浏览了attack/csrf网站该网站伪造了一份myzoo网站的
分类:
Web程序 时间:
2016-03-07 20:57:37
阅读次数:
447
在vmware下安装centos6.5通过桥接方式访问外网,因此需要配置ip. 一.ip配置 1.1. 配置动态ip vi /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE=eth0 HWADDR=00:0C:29:E1:E4:8E TYPE=Ethe
分类:
系统相关 时间:
2016-03-07 16:42:58
阅读次数:
173
Given an array of meeting time intervals consisting of start and end times [[s1,e1],[s2,e2],...] (si < ei), find the minimum number of conference room
分类:
其他好文 时间:
2016-03-05 14:29:31
阅读次数:
284
原题链接在这里:https://leetcode.com/problems/meeting-rooms-ii/ Given an array of meeting time intervals consisting of start and end times [[s1,e1],[s2,e2],..
分类:
其他好文 时间:
2016-02-22 13:33:14
阅读次数:
138
原题链接在这里:https://leetcode.com/problems/meeting-rooms/ Given an array of meeting time intervals consisting of start and end times [[s1,e1],[s2,e2],...]
分类:
其他好文 时间:
2016-02-22 12:10:39
阅读次数:
160
处理器:英特尔(Intel)酷睿四核 i5-4590 https://cypanda.taobao.com/search.htm?q=%D3%A2%CC%D8%B6%FB%A3%A8Intel%A3%A9%BF%E1%EE%A3%CB%C4%BA%CB+i5-4590&s_from=newHeade
分类:
其他好文 时间:
2016-02-14 18:34:44
阅读次数:
312
看这个之前建议先看一下n!…… 对于组合数我们可以将其表示成阶乘的形式:C(n,k)= 。那我们不妨把这三个阶乘全部表示成上个专题的形式。这样的话,如果对于e1>e2+e3就可以被p整除,e1=e2+e3就无法被p整除。在无法被整除的情况下C(n,k)=a1(a2a3)-1 1 int mod_co
分类:
其他好文 时间:
2016-01-29 16:07:43
阅读次数:
181
1 public static void main(String[] args) { 2 3 HashMap map = new HashMap(); //创建集合map 4 5 Emp e1 = new Emp("001","...
分类:
其他好文 时间:
2016-01-23 01:20:50
阅读次数:
680
1. 使用 e1=e2的赋值方式 作为 条件语句内部的判断,请使用显示的判断不使用:if( x =y ) foo();而使用:if( (x = y) != 0) foo();2. 注意编码规范,一定要在赋值号 “=”两边,写上空格,以避免如下的 无意识错误。本来想写成:a = -1;...
分类:
其他好文 时间:
2016-01-20 12:37:53
阅读次数:
119
C++ Primer 学习中。。。
简单记录下我的学习过程 (代码为主)
所有容器适用
replace(b,e,ov,nv) //把oldvalue替换成newvalue
replace_if(b,e,p,v) //把符合p条件的替换成v
replace_copy(b1,e1,b2,ov,nv)
replace_copy_if(b1,e1...
分类:
编程语言 时间:
2016-01-19 10:42:59
阅读次数:
170