摘要:
原文地址:http://h5566h.iteye.com/blog/1465426 很多时候需要在URL传参,希望URL参数能够加密,这里我结合了文章http://www.2cto.com/kf/201112/114046.html 提供的思路,然后结合java的ASE加密实现,写了下面的代码: 代 阅读全文
摘要:
原文地址:http://blog.csdn.net/joyous/article/details/6689861 两种方式 <c:set var="s1" value="This is One" scope="request" /> out.print(request.getAttribute("s 阅读全文
摘要:
原文地址:http://blog.csdn.net/lv_shijun/article/details/40819859 aa为工程中的项目名 bb为webRoot下的文件夹 1、request.getContextPath(); 输出结果:/aa 2、request.getScheme()+":/ 阅读全文
摘要:
http://blog.csdn.net/yaerfeng/article/details/7297479/ 在jsp和class文件中调用的相对路径不同。 在jsp里,根目录是WebRoot 在class文件中,根目录是WebRoot/WEB-INF/classes 当然你也可以用System.g 阅读全文