`
k1280000
  • 浏览: 195899 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论
文章列表
  Obj  package com.james.thread.sync; public class SyncObject { byte[] lock1 = new byte[0]; byte[] lock2 = new byte[0]; int i = 1; public int minus() { try { synchronized (lock1) { System.out.println("minus in"); Thread.currentThread().sleep(300); ...
http://instagram-engineering.tumblr.com/post/12202313862/storing-hundreds-of-millions-of-simple-key-value-pairs

springMVC + velocity

java.lang.ClassNotFoundException: org.springframework.web.servlet.view.velocity.VelocityConfigurer   这个问题加入 spring-context-support-3.2.2.RELEASE.jar 就OK了   velocity eclipse插件 https://code.google.com/p/veloeclipse/   <bean id="velocityConfig" class="org.springframework.we ...
    http://docs.oracle.com/javaee/6/tutorial/doc/giepu.html http://www.mastertheboss.com/resteasy/resteasy-tutorial http://www.jboss.org/resteasy/docs http://www.vinaysahni.com/best-practices-for-a-pragmatic-restful-api http://www.oschina.net/translate/best-practices-for-a-pragmatic-restful-a ...
引自 http://en.wikipedia.org/wiki/Software_release_life_cycle   Pre-alpha[edit] Pre-alpha refers to all activities performed during the software project before testing. These activities can include requirements analysis,software design, software development, and unit testing. In typical open sou ...

WCS + Sterling OMS

WCS + Sterling OMS mark
  http://docs.jboss.org/mod_cluster/1.2.0/html/Quick_Start_Guide.html#d0e250 安装 download from http://www.jboss.org/mod_cluster/downloads/1-2-6-Final-bin windows httpd+ssl binaries unzip windows httpd+ssl binaries run installconf.bat in bin folder run httpd.exe OPEN http://localhost:8000 ...
    http://middlewaremagic.com/jboss/?p=1952

Spring MVC samples

SVN https://src.springframework.org/svn/spring-samples/   github https://github.com/SpringSource/spring-webflow-samples

Spring MVC junit Test

 samples    http://blog.springsource.org/2012/11/12/spring-framework-3-2-rc1-spring-mvc-test-framework/   https://github.com/SpringSource/spring-mvc-showcase/blob/master/src/test/java/org/springframework/samples/mvc/simple/SimpleControllerTests.java        

redis 教程

 
  redis 教程 https://github.com/xetorthio/jedis/wiki        

spring url

  http://localhost:8080/my-spring/hello.htm   =     http://localhost:8080/my-spring/hello.3e23.23432.23423.23.423.423.423.23.4234.234.234.23.4123.htm    
  jboss 下启动会报如下的warn ,应用正常运行,同样的应用在tomcat下没有warn正常运行。(据说是jboss的问题)   15:13:09,541 WARN  [org.jboss.as.ee] (MSC service thread 1-5) JBAS011006: Not installing optional component org.springframework.web.context.request.async.StandardServletAsyncWebRequest due to exception: org.jboss.as.server.de ...

spring beans namespace

  查看 jar文件里的spring.schemas 文件   http://static.springsource.org/spring/docs/3.2.x/spring-framework-reference/html/index.html      

Java Io

  Java流的分类 按流向分: 输入流: 程序可以从中读取数据的流。 输出流: 程序能向其中写入数据的流。 按数据传输单位分: 字节流: 以字节为单位传输数据的流 字符流: 以字符为单位传输数据的流 按功能分: 节点流: 用于直接操作目标设备的流
Global site tag (gtag.js) - Google Analytics