上一页 1 2 3 4 5 6 7 8 9 10 ··· 37 下一页
摘要: html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,d 阅读全文
posted @ 2013-11-03 22:16 Epirus 阅读(533) 评论(0) 推荐(0) 编辑
摘要: #!/bin/python#coding=utf-8import re,osfilterOne='http://www.catking.com/'def getFilesNames(): return [i for i in os.listdir('./') if 'asp' in i]def replaceContent(): filesNames=getFilesNames() for name in filesNames: files=open(name) saveFile=open(name.replace('.', 阅读全文
posted @ 2013-11-02 15:38 Epirus 阅读(338) 评论(0) 推荐(0) 编辑
摘要: ls *asp*|while read file;do real=$file; file=${file/./};file=${file/\?/};file=${file/=/};file=${file/&/};file=$file".html";find ./ -name "*.asp*" -exec sed -i "s/$real/$file/g" {} \;;find ./ -name "*.html" -exec sed -i "s/$real/$file/g" {} \;; mv 阅读全文
posted @ 2013-11-01 17:49 Epirus 阅读(159) 评论(0) 推荐(0) 编辑
摘要: ctrl + F5 阅读全文
posted @ 2013-11-01 10:15 Epirus 阅读(230) 评论(0) 推荐(0) 编辑
摘要: findhttp://www.baidu.com/cnc=${a//\//\\/}echo $chttp:\/\/www.baidu.com\/cncontent='f'echo 'fefew $f'--->sorry you need to echo "fefe $f"read -p "Content:" content content=${content//\//\\/} echo $content read -p "Replace:" replace find ./ -name " 阅读全文
posted @ 2013-11-01 09:09 Epirus 阅读(694) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 37 下一页