
jsp
xiaolintan
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
jsp lesson4 part2
we can use session to determine the user is legal or not ; if user not valid can redirect to login.jsp again and carry an error type ; in login.jsp we can give the tips for users by the error type原创 2012-04-29 18:26:26 · 159 阅读 · 0 评论 -
jsp lesson5 part1
1.playcolor and aaalog are software for color gotten and log set pictures are always stored in webroot --imgs folder; jsp project's default directory are started from webroot; the code of importing原创 2012-04-29 18:30:08 · 207 阅读 · 0 评论 -
jsp lesson4 part3
shot the Chinese character issue: 1.converter :new String(u.getBytes("iso-8859-1"),"gb2312"); 2.filter; 3.config in server.xml file and add URIEncoding="GBK" in原创 2012-04-29 18:29:33 · 193 阅读 · 0 评论 -
jsp part1 summary
1.pagination 2.parameter passing 3.sql utils 4.mvc pattern 5.java bean原创 2012-05-03 09:29:20 · 259 阅读 · 0 评论 -
jsp lesson6
/** * *@author... *@param... *@return... **/ 传递参数连接符为& 表单里的不能改变的值设置 readonly="readonly" 数据库处理类不能初始化有可能是mysql-connector-java-5.0.3-bin.jar没有导入 1.网站布局可以先在dreamwaver里面做好.html后,将相应格式位置的代码原创 2012-05-05 13:10:33 · 242 阅读 · 0 评论 -
jsp lesson4 part1
session is allocated for each browser and the default timeout timer is 30 minutes; (servletContext is allocated for application) the timer can be set in tomcat config folder web.xml file, is defined原创 2012-04-29 18:22:07 · 189 阅读 · 0 评论