摘要:
方法一:isalpha() "a".isalpha() 方法二:string.letters string.uppercase string.uppercase import string s="dasdas1212312asd" d={} for i in s: if i not in strin 阅读全文
摘要:
1.把日志状态码为200得请求记录下来 记录信息(ip,访问时间,请求资源) 封装函数再次调用,健壮性try except #coding=utf-8import redef aclog(path,putpath): result="" with open(path,"r") as fp: line 阅读全文
摘要:
1.进入Apache HTTP Server 下载网站:http://httpd.apache.org/download.cgi 2.选择一个服务器的版本,这里选择Apache HTTP Server 2.4.25 (httpd): 2.4.25 is the latest available ve 阅读全文