`
k1280000
  • 浏览: 196344 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论
文章列表

IE 7 z-index 的问题

    博客分类:
  • HTML
http://www.brenelz.com/blog/squish-the-internet-explorer-z-index-bug/ http://stackoverflow.com/questions/1287439/ie7-z-index-layering-issues   主要意思就是加个 position 然后把值设置大点。 style="position:relative;z-index:2000"      
Which timeout are you looking for?There are 2 actually.One on a server which makes sure that your WebService method is not running forever and will be aborted if exceeds some time.I do not see Timeout property in WebService class.http://msdn.microsoft.com/en-us/libr...e_members.aspx

&& 用法

  以下两句等价: if (a == b) stop( ); (a == b) && stop( );

mod_jk 配置

http://wenku.baidu.com/view/ae928321482fb4daa58d4bcf.html

Jgroups

what is jgroups ? http://www.jgroups.org/

Infinispan

advanced https://github.com/githubk1280/infinispan-quickstart   5 minute tutorial on Infinispan https://docs.jboss.org/author/display/ISPN/5+minute+tutorial+on+Infinispan   Infinispan tutorial part 1 http://www.mastertheboss.com/infinispan/infinispan-tutorial-part-1   附件有好东东哦!     Infi ...
what is annotation ? http://www.java2s.com/Tutorial/Java/0020__Language/AnnotationsandAnnotationTypes.htm   引用自 http://deors.wordpress.com/2011/10/08/annotation-processors/   需要中文翻译,请留言。   Use Apache Velocity as the template of java class http://velocity.apache.org/
越挖越有意思,annotation generate code --> create eclipse plugin -->osgi     1. eclipse 插件开发入门  (引自)http://www.cnblogs.com/liuzhuo/category/257208.html

annotation 学习

basic    ENGLISH: http://www.codeproject.com/Articles/272736/Understanding-Annotations-in-Java   中文版 引用 http://www.blogjava.net/weidagang2046/articles/27958.html   eclipse下使用APT http://www.eclipse.org/jdt/apt/introToAPT.html eclipse使用APT生成代码 http://code.google.com/p/acris/wiki/AnnotationProces ...
String path="cmd /c start d:\\sample\\sample.bat"; Runtime rn=Runtime.getRuntime(); Process pr=rn.exec(path);`   /c start 
  import javax.interceptor.AroundInvoke; import javax.interceptor.Interceptor; import javax.interceptor.InvocationContext;     Here is the example :         1.Define the annotation for interceptor //@Inheritedto specify that the annotation can //be inherited from super ...

333

  1。 http://www.jboss.org/developer/tutorials.html   2.https://docs.jboss.org/author/display/AS71/Developer+Guide
1. jaxb marshall without @XmlRootElement   针对没有@XmlRootElement的情况如何marshall       Marshaller marshaller = jc.createMarshaller(); marshaller.setProperty(Marshaller.JAXB_FORMATTED_OUTPUT, Boolean.TRUE); marshaller.marshal(new JAXBElement<MyClass>(new QName("uri","local" ...

JSF Scope & CDI

    博客分类:
  • JSF
RequestScoped <ConversationScoped < SessionScoped     How does JSF 2 ConversationScope work? http://stackoverflow.com/questions/7788430/how-does-jsf-2-conversationscope-work     http://docs.oracle.com/javaee/6/api/javax/enterprise/context/ConversationScoped.html     What is  CDI? htt ...

JBOSS ACCESS control

借的内容的出处 http://www.jboss.org/jdf/quickstarts/jboss-as-quickstart/servlet-security/    
Global site tag (gtag.js) - Google Analytics