05 2009 档案
[原]VC实现重启路由器
摘要: 使用VC发送一个HTTP请求给路由器,实现重启TP-LINK路由器功能。
阅读全文
posted @
2009-05-29 23:36 天堂露珠 阅读(5012) |
评论 (8) 编辑
[原]getHttpHeader
摘要: request.getHeaderNames()
阅读全文
posted @
2009-05-28 00:14 天堂露珠 阅读(263) |
评论 (0) 编辑
[原]cookie读写
摘要: Cookie []cookies = request.getCookies();
阅读全文
posted @
2009-05-28 00:03 天堂露珠 阅读(210) |
评论 (0) 编辑
[原]隐含对象config
摘要: config.getInitParameterNames()
阅读全文
posted @
2009-05-27 23:54 天堂露珠 阅读(223) |
评论 (0) 编辑
[原]request.getParameterValues()
摘要: request.getParameterValues(name)
阅读全文
posted @
2009-05-27 23:32 天堂露珠 阅读(573) |
评论 (0) 编辑
[原]jsp:param
摘要: <jsp:forward page="proc.jsp" >
<jsp:param name="number" value="<%=i%>" />
</jsp:forward>
阅读全文
posted @
2009-05-27 23:27 天堂露珠 阅读(219) |
评论 (0) 编辑
[原]jsp:forward
摘要: <jsp:forward page="welcome.jsp"/>
阅读全文
posted @
2009-05-27 23:24 天堂露珠 阅读(192) |
评论 (0) 编辑
[原]getServletInfo()
摘要: getServletInfo()
阅读全文
posted @
2009-05-27 23:16 天堂露珠 阅读(257) |
评论 (0) 编辑
[原]HelloWorldServlet
摘要: HelloWorldServlet
阅读全文
posted @
2009-05-27 22:16 天堂露珠 阅读(234) |
评论 (0) 编辑
[原]策略模式
摘要: 策略模式:Strategy Pattern
阅读全文
posted @
2009-05-21 22:21 天堂露珠 阅读(1298) |
评论 (3) 编辑
[原]Hibernate Unknown entity
摘要: Unknown entity: wintys.hibernate.BookAuthor
阅读全文
posted @
2009-05-20 00:17 天堂露珠 阅读(295) |
评论 (0) 编辑
[原]Hibernate中的slf4j出错
摘要: java.lang.NoClassDefFoundError: org/slf4j/impl/StaticLoggerBinder
阅读全文
posted @
2009-05-19 19:35 天堂露珠 阅读(267) |
评论 (0) 编辑
[原]Could not execute JDBC batch update
摘要: org.hibernate.exception.SQLGrammarException: Could not execute JDBC batch update
阅读全文
posted @
2009-05-19 19:17 天堂露珠 阅读(504) |
评论 (0) 编辑
[原]状态模式
摘要: 状态模式:State Pattern
阅读全文
posted @
2009-05-18 23:03 天堂露珠 阅读(1190) |
评论 (1) 编辑
[转]授权标准覆盖机制
摘要: Endorsed Standards Override Mechanism
阅读全文
posted @
2009-05-14 23:32 天堂露珠 阅读(315) |
评论 (0) 编辑
[转]JBoss与JDK的JAXB版本不一致
摘要: java.lang.LinkageError: JAXB 2.0 API is being loaded from the bootstrap classloader, but this RI (from vfszip:/F:/JavaEmt/JBoss/lib/jaxb-impl.jar/com/sun/xml/bind/v2/model/impl/ModelBuilder.class) needs 2.1 API. Use the endorsed directory mechanism to place jaxb-api.jar in the bootstrap classloader.
阅读全文
posted @
2009-05-14 23:04 天堂露珠 阅读(1447) |
评论 (2) 编辑
[原]责任链模式
摘要: 责任链模式:Chain of Responsibility Pattern
阅读全文
posted @
2009-05-09 16:47 天堂露珠 阅读(1477) |
评论 (1) 编辑
[转]在Word中让目录不显示页码
摘要: 在Word中让目录不显示页码
阅读全文
posted @
2009-05-07 23:26 天堂露珠 阅读(2382) |
评论 (0) 编辑