关于设置http响应头connection的作用
有的网站会在服务器运行一段时间后down掉,有很多原因可能造成这种现象:比如tomcat堆和非堆内存设置不足,程序没能释放内存空间造成内存溢出,或者某些进程一直运行没能释放,造成cup资源大量消耗。 但除了程
2021-12-07 14:45
121 
ASP网站有可能出现的漏洞有哪些
ASP网站有可能出现的漏洞有哪些? 1、用户名与口令被破解 攻击原理:用户名与口令,往往是黑客们最感兴趣的东西,如果被通过某种方式看到源代码,后果是严重的。 防范技巧:涉及用户名与口令的程序最好封装在服务
2021-12-07 14:45
118 
asp缓存相关
asp缓存 response.bufer=true response.flush response.clear response.expires=-1 缓存失效日期 response.expiresA
2021-12-07 14:45
107 
asp取得用户信息
asp取得用户信息 request.serverVariables(http_user_agent) remote_addr remote_host 方法调用页面:request_method 服务器域名:
2021-12-07 14:45
91 
asp随机连接
asp随机连接 randmize() r=rnd() if r>0.5 then resposne.write seocn else response.wtite gaga end if
2021-12-07 14:45
77 
创建欢迎cookie
创建欢迎cookie dim user_name response.cookies(numvists).expiles=date+365 numvists=request.cookies(numvists)
2021-12-07 14:45
138 
asp做随时间改变的问候语
asp做随时间改变的问候语 dim h h=hour(now()); if h
2021-12-07 14:45
79 
asp检查用户是否仍然与服务器相连
asp检查用户是否仍然与服务器相连 if response.isclientconnected=true then response.write(用户仍然保持连接) else response.write(用
2021-12-07 14:45
81 
T:0.007327s,M:375.76 KB
返回顶部 留言