`
zhoukai
  • 浏览: 17863 次
  • 性别: Icon_minigender_1
  • 来自: 北京
文章分类
社区版块
存档分类
最新评论
文章列表
http://blog.mycila.com/2010/09/maven-3-resolution-will-not-be.html 引用 This is often a false positive. Imagine you have a connection issue lasting only 5 seconds when Maven 3 tries to download a dependency, it will mark this dependency as unavailable for a delay. And thus will prevent you from replayi ...
http://www.eclipse.org/forums/index.php/mv/tree/42850/#page_top Eclipse文件编码全局设置成UTF8后, 对于单个项目或文件更改其字符编码时下拉框选项中没有GBK选项, 不知道是不是bug, 但可以手动填写解决
http://hi.baidu.com/lizhm/item/9f33d24c8d05eb0e6cc2f07c 引用在servlet-2.3中,Filter会过滤一切请求,包括服务器内部使用forward转发请求和<%@ include file="/index.jsp"%>的情况。 到了servlet-2.4中Filter默认下只拦截外部提交的请求,forward和include这些内部转发都不会被过滤,但是有时候我们需要forward的时候也用到Filter,这样就需要如下配置。 <filter><filter-name>TestFi ...
CXF默认采用JAXB作为数据绑定方式, 从wsdl生成的客户端代码发送xml请求时,没有将xml命名空间写到soap head中,导致spring ws解析xml报错,需要在cxf客户端添加如下代码 Client client = ClientProxy.getClient(port); client.getOutInterceptors(); HashMap<String, String> hmap = new HashMap<String, String>(); hmap.put("sch", ...
参考http://stackoverflow.com/questions/532878/how-to-perform-grouped-ranking-in-mysql CREATE TABLE `test` ( `student_id` int(10) unsigned NOT NULL AUTO_INCREMENT, `subject` varchar(10) CHARACTER SET latin1 DEFAULT NULL, `score` tinyint(4) DEFAULT NULL, PRIMARY KEY (`student_id`) ) ENGINE ...
参见 http://blog.csdn.net/jpr1990/article/details/6887976 inline edit无法做到, form edit 可以 colModel : [ { name : 'propertyId', index : 'propertyId', width : 55, editable:true, editoptions:{readonly:true,size:10} }, { name : 'name', ...
Flash Builder 4.0.1 编译下面的代码没有错误,  只有变量重复定义的告警 (NoExist这个类不存在) 在switch中重复定义相同类的变量, 即使那个类定义不存在,也不报错 <?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute"> <mx:Script> <![C ...
通过spring MBeanExporter 监控HibernateSessionFactory, 如果不在代码显示调用hibernateStatisticsMBean则用JConsole查看Tomcat时看不到hibernateStatisticsMBean, 除非配置声明为非延迟加载 <bean id="mbeanExporter" class="org.springframework.jmx.export.MBeanExporter" lazy-init="false"> <proper ...
http://flexblog.faratasystems.com/2010/08/10/the-unofficial-history-of-java-applets The unofficial history of Java applets August 10, 2010 at 10:27 pm Fifteen years ago there was no iPhone and Android. Web browsers were hot. Netscape market share was over 90% – they didn’t have competition.The situ ...
activeMQ的jndi配置居然是在客户端配置的,消息的生产者和消费者都需要配置jndi.properties, 配置绑定相同主题或队列,除非使用“Dynamically creating destinations”方式。 从网上搜到一个解释: 引用2009/2/10 janylj <[hidden email]>: > > Hello, > > I tried ActiveMQ JNDI support. It seems to me only for testing, because the > administrative ...
Java Javafx JDBC Javaone JAVA DEVELOPER CONFERENCE JAVAWORLD JOLT JAVABEANS JVM J2SE J2EE J2ME EJB ENTERPRISE JAVABEANS JINI JAVA COMMUNITY PROCESS JMX JXTA JSP
Netscape 1994年 IE 1995年 Firefox 2004年 Safari 2003年 Chrome 2008年
JSP 2.0 specification 对 isThreadSafe 属性有说明 Note: The Servlet 2.4 specification deprecates SingleThreadModel, which is the most common mechanism for JSP containers to implement isThreadSafe. Page authors are advised against using isThreadSafe, as the generated Servlet may contain deprecated code. Tom ...
Java 1.2 1998年12月 Java 1.3 2000年5月 Servlet2.3/JSP1.2  2001年8月 J2EE1.3 Tomcat4.1.x 2004-10-11 Java 1.4 2002年2月 Servlet2.4/JSP2.0  2003年11月 J2EE1.4 Tomcat 5.5.x  2004-08-31 Java 1.5 2004年9月 Servlet2.5/JSP2.1  2005年9月 JEE5 Tomcat 6.0.x  2006-12-01 Java 1.6 2006年12月 Servlet3.0/JSP2.2  2009年12月 JEE6 Tomc ...
4004 1971 8008 1972 8080 1973 8086 1978 80286 1982 80386 1985 80486 1989 奔腾 1993 奔腾Pro 1995 奔腾II 1997 奔腾III 1999 奔腾4 2000
Global site tag (gtag.js) - Google Analytics