- 浏览: 203648 次
- 性别:
- 来自: 上海
最新评论
-
tcgdy0201:
挖!博主好棒!博主好腻害!
logback.xml immediate=false 到底缓存空间是多大 -
k1280000:
jasonlong10 写道 楼主别光写报错,有没什么解决方法 ...
SpringMVC 在 Jboss 下会报的 warn -
jasonlong10:
楼主别光写报错,有没什么解决方法啊?
SpringMVC 在 Jboss 下会报的 warn -
rtttyu23:
不错,没报错了...这些配置的文件真麻烦,不深入了解,配置的很 ...
Error creating bean with name '_messageBrokerDefaultHandlerMapping': Initializa -
thinkcq168:
这样还是不可以,还是报错,我也有同样的错误,求高手!
Error creating bean with name '_messageBrokerDefaultHandlerMapping': Initializa
文章列表
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);
...
redis 一个巧妙的存储方案
- 博客分类:
- redis
http://instagram-engineering.tumblr.com/post/12202313862/storing-hundreds-of-millions-of-simple-key-value-pairs
springMVC + velocity
- 博客分类:
- Spring
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 ...
软件发布生命周期 GA BETA 啥意思
- 博客分类:
- 软件管理
引自 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 ...
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 ...
用standalone mode 建立集群
- 博客分类:
- JBOSS
http://middlewaremagic.com/jboss/?p=1952
SVN
https://src.springframework.org/svn/spring-samples/
github
https://github.com/SpringSource/spring-webflow-samples
Spring MVC junit Test
- 博客分类:
- Spring
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 教程
https://github.com/xetorthio/jedis/wiki
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 ...
查看 jar文件里的spring.schemas 文件
http://static.springsource.org/spring/docs/3.2.x/spring-framework-reference/html/index.html
Java流的分类
按流向分:
输入流: 程序可以从中读取数据的流。
输出流: 程序能向其中写入数据的流。
按数据传输单位分:
字节流: 以字节为单位传输数据的流
字符流: 以字符为单位传输数据的流
按功能分:
节点流: 用于直接操作目标设备的流