1.错误日志:warn:an upstream response is buffered to a temporary file? ?? 解决办法:增加fastcgi_buffers 8 4K; ????fastcgi_buffer_size 4K; 2. a client request body is buffered to a te...
分类:
其他好文 时间:
2015-01-29 19:44:06
阅读次数:
219
概述编辑监控宝是由北京云智慧科技所提供的一项非免费服务,可以定时监控网站、服务和服务器器的可用率(Uptime)和响应时间(Response Time),一旦网站无法连结、Apache等Web服务器负载过高、Mysql等数据库压力过大、或是服务器发生错误,监控宝服务就会在最短的时间内以Email或简...
分类:
其他好文 时间:
2015-01-29 19:16:07
阅读次数:
237
Cookie作用:简化用户登陆(记住密码),购物车,浏览记录等等 jsp中创建与使用cookie 创建Cookie对象 Cookie newCookie=new Cookie(String key,Object value); 写入Cookie对象 response.addCookie(newCoo...
分类:
其他好文 时间:
2015-01-29 15:52:16
阅读次数:
235
目录:1.反馈系统2.正反馈调节3.负反馈调节4.behavioral response 行为反应,physiological response生理反应1.反馈控制系统(feedback control system)是一种“闭环”系统,即控制部分发出信号,指示受控部分活动,而受控部分的活动可被一定...
分类:
其他好文 时间:
2015-01-29 14:06:06
阅读次数:
880
public @ResponseBody void exportExcel(HttpServletRequest request, HttpServletResponse response, KhxxCxVO vo) throws IOException{ File csvFile =...
分类:
编程语言 时间:
2015-01-29 14:04:16
阅读次数:
206
1. HTTP消息头(1)通用信息头即能用于请求消息中,也能用于响应信息中,但与被传输的实体内容没有关系的信息头,如Data,Pragma主要: Cache-Control , Connection , Data , Pragma , Trailer , Transfer-Encoding , Up...
分类:
其他好文 时间:
2015-01-29 12:14:55
阅读次数:
228
1. 打开新的窗口并传送参数: 传送参数:response.write("<script>window.open(’*.aspx?id="+this.DropDownList1.SelectIndex+"&id1="+...+"’)</script>") 接收参数:string a = Req...
分类:
Web程序 时间:
2015-01-28 19:37:17
阅读次数:
205
网上给了个 ????????????String urls="XXX"; ?? ??? ??? ? ?? ??? ??? ? response.setContentType("type=text/html;charset=UTF-8"); ? ?? ??? ???????? response.g...
分类:
编程语言 时间:
2015-01-28 18:08:07
阅读次数:
198
public void doFilter(ServletRequest request,ServletResponse response,FilterChain chain){
try{
Session session = ...SessionFactory.getCurrentSeesion(); //得到session对象
tx = session.beginTransact...
分类:
其他好文 时间:
2015-01-28 17:50:00
阅读次数:
139
public class cl_file_upload : IHttpHandler{ public void ProcessRequest(HttpContext context) { context.Response.ContentType = "text/plain"...
分类:
Web程序 时间:
2015-01-28 17:42:05
阅读次数:
160