
Java开发
Arxi
这个作者很懒,什么都没留下…
展开
-
Sun 的Servlet API 文档
A servlet is a Java component that can be plugged into a Java-enabled web server to provide custom services. These services can include: New features Runtime changes to content Run原创 2005-12-15 18:03:00 · 3739 阅读 · 0 评论 -
jaxb2.0入门实例(zz)
jaxb2.0入门实例(java -> xml)下载地址: https://jaxb.dev.java.net/servlets/ProjectDocumentList 下载完后:java -jar JAXB2_20061211.jar文章来源:http://www.javaresearch.org/article/64522.htmJDK6的新特性之二:使用JAXB2来实转载 2010-01-07 14:33:00 · 2386 阅读 · 1 评论 -
Servlet 的url-pattern写法
There are only four standard URL patterns (and this applies to servletmappings and security constraints as well as filter mappings):* Exact match (/foo)绝对匹配* Path match (/foo/*)部分匹配* Extension match原创 2006-01-20 13:01:00 · 2432 阅读 · 0 评论 -
MyEclipse 创建jsp页面出现中文乱码问题解决方法
以前一直用UE开发jsp,最近用MyEclipse开发jsp,发现中文出现乱码,后来几经查找,得出解决方法如下:方法一:在jsp页面中直接加上下面的代码,指定用UTF-8编码,是为了国际化需要,当然也可以指定gbk或者gb18030编码。方法二:其实跟方法一是一样的,进入:MyEclipse/eclipse/plugins/com.genuitec.eclipse.wizards_原创 2006-01-20 12:56:00 · 5173 阅读 · 0 评论