
sogi
yourenyouyu
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
thread contextClassLoader
通过Thread.getContextClassLoader().loadClass("classname")载入类主要用在多线程应用中。 Many enterprise application libraries assume that all of the types and resources that comprise the application are accessible th...2010-03-04 20:52:48 · 153 阅读 · 0 评论 -
spring-odm equonix部署
http://s0o0e.iteye.com/blog/448397 先说运行方式: 1、从eclipse的plugins目录中找到org.eclipse.osgi_3.5.0.v20090520.jar,或者去equonix网站下载一个; 2、java -jar org.eclipse.osgi_3.5.0.v20090520.jar -console 搞定。 运行后,会在当前目...原创 2009-12-11 23:25:36 · 113 阅读 · 0 评论