The figure below shows the flow of request in the Spring MVC Framework.When a request is sent to the Spring MVC Framework the following sequence of ev...
分类:
编程语言 时间:
2014-07-03 10:08:35
阅读次数:
232
http头的组成:==============HTTP头字段包括4类:general-header ;request-header ;response-header ;entity-header .***************************************************...
分类:
其他好文 时间:
2014-07-03 00:25:46
阅读次数:
347
关于Http 的method:GETAsks to get the thing (resource / file) at the requested URL.POSTAsks the server to accept the body info attached to the request, an...
分类:
其他好文 时间:
2014-07-02 23:42:07
阅读次数:
215
吞吐率ab -n1000 -c 100 http://new.dangdang.com/测试结果重点关注:1个Requests per second,2个Time per request影响吞吐率的因素:并发策略、I/O模型、I/O性能、CPU核数、程序本身逻辑复杂度1、CPU并发计算系统负载:ca...
分类:
Web程序 时间:
2014-07-02 22:56:26
阅读次数:
208
一、网络上的一般说法1、ViewState 对象为Null。2、DateSet 空。3、sql语句或Datebase的原因导致DataReader空。4、声明字符串变量时未赋空值就应用变量。5、未用new初始化对象。6、Session对象为空。7、对控件赋文本值时,值不存在。8、使用Request....
分类:
其他好文 时间:
2014-07-02 22:14:35
阅读次数:
160
if(request.getHeader("User-Agent").toUpperCase().indexOf("MSIE") > 0){ response.setHeader("Content-disposition", "attachment; filename=" ...
分类:
其他好文 时间:
2014-07-02 22:12:45
阅读次数:
186
??
挑库选择列表生成-SRS(R12.2.3)
--US
Program:Pick Selection List Generation - SRS
Short Name:WSHPSRS
Application:Shipping Execution
Executable:WSHPSRS
--ZHS
程序:挑库选择列表生成 - SRS
简称:WSHPSRS
应用产...
分类:
其他好文 时间:
2014-07-02 09:34:05
阅读次数:
191
??
创建销售订单(R12.2.3)
--US
Program:Order Import
Short Name:OEOIMP
Application:Order Management
Executable:Order Import
--ZHS
程序:订单导入
简称:OEOIMP
应用产品:订单管理
可执行名称:Order Import
PLSQL调用...
分类:
其他好文 时间:
2014-07-02 07:02:38
阅读次数:
315
GCC4.10预处理器帮助文档The C PreprocessorTransformations Made GloballyMost C preprocessor features are inactive unless you give specific commands to request t...
分类:
编程语言 时间:
2014-07-01 17:50:42
阅读次数:
304
DFU Class RequestsGet StatusThe Host employs the DFU_GETSTATUS request to facilitate synchronization with the device. This status gives information on...
分类:
其他好文 时间:
2014-07-01 17:35:20
阅读次数:
460