Java EE 企业应用系统设计 - HTTP 请求处理编程
http://localhost:8080/webapp/login.do?id=9001&pass=9001 ▶ 请求体为空,提交数据直接在 URL 上,作为请求头部分传 输到 Web 服务器,通过 URL 的 QueryString 部分能得到 提交的参数数据。 ▶ 此种方式对提交数据的大小有限制,不同浏览器会有所不 同,如 IE 为 2083 字节。GET 请求时数据会出现在 URL 中,保密性差,实际编程中要尽量避免。 http://localhost:8080/webapp/login.do?id=9001&pass=9001 ▶ 请求体为空,提交数据直接在 URL 上,作为请求头部分传 输到 Web 服务器,通过 URL 的 QueryString 部分能得到 提交的参数数据。 ▶ 此种方式对提交数据的大小有限制,不同浏览器会有所不 同,如 IE 为 2083 字节。GET 请求时数据会出现在 URL 中,保密性差,实际编程中要尽量避免。0 码力 | 27 页 | 565.27 KB | 1 年前3Spring Framework 1.1.4 Changelog
possible (earlier for a commit) * fixed NPE in HibernateTemplate's "iterate(queryString,value)" and "iterate(queryString,values)" methods * added "saveOrUpdateAll" operation to HibernateOperations and0 码力 | 54 页 | 157.26 KB | 1 年前3Spring Framework 1.1.5 Changelog
possible (earlier for a commit) * fixed NPE in HibernateTemplate's "iterate(queryString,value)" and "iterate(queryString,values)" methods * added "saveOrUpdateAll" operation to HibernateOperations and0 码力 | 57 页 | 166.71 KB | 1 年前3Spring Framework 1.2.0 Changelog
possible (earlier for a commit) * fixed NPE in HibernateTemplate's "iterate(queryString,value)" and "iterate(queryString,values)" methods * added "saveOrUpdateAll" operation to HibernateOperations and0 码力 | 67 页 | 194.16 KB | 1 年前3Spring Framework 1.2.2 Changelog
possible (earlier for a commit) * fixed NPE in HibernateTemplate's "iterate(queryString,value)" and "iterate(queryString,values)" methods * added "saveOrUpdateAll" operation to HibernateOperations and0 码力 | 72 页 | 205.76 KB | 1 年前3Spring Framework 1.2.1 Changelog
possible (earlier for a commit) * fixed NPE in HibernateTemplate's "iterate(queryString,value)" and "iterate(queryString,values)" methods * added "saveOrUpdateAll" operation to HibernateOperations and0 码力 | 69 页 | 197.87 KB | 1 年前3Spring Framework 1.2.3 Changelog
possible (earlier for a commit) * fixed NPE in HibernateTemplate's "iterate(queryString,value)" and "iterate(queryString,values)" methods * added "saveOrUpdateAll" operation to HibernateOperations and0 码力 | 74 页 | 215.40 KB | 1 年前3Spring Framework 1.2.5 Changelog
possible (earlier for a commit) * fixed NPE in HibernateTemplate's "iterate(queryString,value)" and "iterate(queryString,values)" methods * added "saveOrUpdateAll" operation to HibernateOperations and0 码力 | 79 页 | 226.37 KB | 1 年前3Spring Framework 1.2.4 Changelog
possible (earlier for a commit) * fixed NPE in HibernateTemplate's "iterate(queryString,value)" and "iterate(queryString,values)" methods * added "saveOrUpdateAll" operation to HibernateOperations and0 码力 | 77 页 | 223.73 KB | 1 年前3Spring Framework 1.2.7 Changelog
possible (earlier for a commit) * fixed NPE in HibernateTemplate's "iterate(queryString,value)" and "iterate(queryString,values)" methods * added "saveOrUpdateAll" operation to HibernateOperations and0 码力 | 87 页 | 248.22 KB | 1 年前3
共 18 条
- 1
- 2