Love is all
BlogJava | 首页 | 发新随笔 | 发新文章 | 联系 | 聚合 | 管理

2009年12月28日

死机重启oracle
死机,如何重启oracle服务
    1 用root登陆
    2 su - oracle 以oracle用户登陆
    3 sqlplus '/as sysdba'
    4 startup
    5 exit
    6 lsnrctl start


posted @ 2013-12-18 16:27 JAVA_HOME 阅读(150) | 评论 (0) | 编辑 收藏
 
eclipse离线安装【link方式安装】jetty插件
     摘要: run eclipse maven project  阅读全文
posted @ 2013-12-12 18:50 JAVA_HOME 阅读(2429) | 评论 (0) | 编辑 收藏
 
weblogic 12 && spring
     摘要: weblogic 12 && spring   阅读全文
posted @ 2012-03-30 12:25 JAVA_HOME 阅读(411) | 评论 (0) | 编辑 收藏
 
weblogic 12 && struts2
     摘要: weblogic 12 && struts2   阅读全文
posted @ 2012-03-29 10:56 JAVA_HOME 阅读(643) | 评论 (1) | 编辑 收藏
 
maven tools.jar
     摘要: Unable to locate the Javac Compiler in:
C:\Program Files\Java\jre6\..\lib\tools.jar
Please ensure you are using JDK 1.4 or above and
not a JRE (the com.sun.tools.javac.Main class is required).
In most cases you can change the location of your Java
installation by setting the JAVA_HOME environment variable.  阅读全文
posted @ 2012-02-01 15:54 JAVA_HOME 阅读(503) | 评论 (0) | 编辑 收藏
 
OSGI-ECLIPSE MODULE 开发
     摘要: osgi eclipse 开发bundle  阅读全文
posted @ 2012-01-31 16:47 JAVA_HOME 阅读(310) | 评论 (0) | 编辑 收藏
 
documentum - webtop - flow
今天在documentum webtop上开发了一个小的添加功能
  • 修改browsertree_component.xml
  • 修改menubar_component.xml
  • 根据action创建xxx_action.xml   
            设置参数,初始化类(precondition)
            添加相应的container, component
  • 创建xxx_container.xml
    • 设置参数
    • 设置start page
    • 设置component
    • 设置处理类
    • 设置国际化文件
  • 创建xxx_component.xml
    • 同container
posted @ 2012-01-12 11:07 JAVA_HOME 阅读(1307) | 评论 (0) | 编辑 收藏
 
Hibernate Naming convertions
     摘要: Hibernate Naming convertions Client T_CLIENT  阅读全文
posted @ 2011-12-22 11:50 JAVA_HOME 阅读(404) | 评论 (0) | 编辑 收藏
 
内存溢出

关于内存溢出,我们可以在启动tomcat时,加参数“-XX:+HeapDumpOnOutOfMemoryError”。

这样,但内存溢出时,会生成heap dump文件。

然后,可以通过如MemoryAnalyzer等分析工具,进行分析,定位是否有内存泄露。
posted @ 2011-12-20 13:42 JAVA_HOME 阅读(237) | 评论 (0) | 编辑 收藏
 
HTML5 标记示例
<!DOCTYPE html>
    <meta charset="UTF-8">
    <title>HTML 5 标记示例</title>
    <body>
        <p>这段代码是根据HTML 5 语法
        </br>编写出来的。
    </body>
</html>
posted @ 2011-12-06 14:26 JAVA_HOME 阅读(191) | 评论 (0) | 编辑 收藏
 
使用FindBugs检查程序中的缺陷
     摘要: 请使用FindBugs工具检查程序中的缺陷。  阅读全文
posted @ 2011-10-09 13:47 JAVA_HOME 阅读(238) | 评论 (0) | 编辑 收藏
 
ibatis update set null
     摘要: So if you wanna update a field to null , the field was not null .
Be careful !  阅读全文
posted @ 2011-08-26 13:01 JAVA_HOME 阅读(401) | 评论 (0) | 编辑 收藏
 
PL/SQL Developer 中文乱码解决
     摘要: PL/SQL Developer 中文乱码解决   阅读全文
posted @ 2011-07-20 14:29 JAVA_HOME 阅读(229) | 评论 (0) | 编辑 收藏
 
SimpleDateFormat and Thread Safety
     摘要: It never fails to surprise me that so many developers are unaware that SimpleDateFormat is not thread-safe. It seems like almost all J2EE projects I work on have code that uses instance variables or static instance variables to store a SimpleDateFormat that is then used throughout the code base without any concurrency control.   阅读全文
posted @ 2011-04-15 16:41 JAVA_HOME 阅读(258) | 评论 (0) | 编辑 收藏
 
JBoss and JMS
     摘要: It's important to understand JMS.  阅读全文
posted @ 2010-10-22 09:39 JAVA_HOME 阅读(695) | 评论 (1) | 编辑 收藏
 
解决JAXB2.1和JDK1.6/6.0的问题
     摘要: 解决JAXB2.1和JDK1.6/6.0的问题  阅读全文
posted @ 2010-09-17 13:47 JAVA_HOME 阅读(538) | 评论 (0) | 编辑 收藏
 
APACHE的MAVEN管理jar包
     摘要: maven jar  阅读全文
posted @ 2010-09-06 09:53 JAVA_HOME 阅读(1156) | 评论 (0) | 编辑 收藏
 
remote debugging
     摘要: remote debugging  阅读全文
posted @ 2010-09-02 14:43 JAVA_HOME 阅读(341) | 评论 (0) | 编辑 收藏
 
wsgen与wsimport命令说明
     摘要: wsgen与wsimport命令说明  阅读全文
posted @ 2010-07-06 14:32 JAVA_HOME 阅读(1321) | 评论 (0) | 编辑 收藏
 
Spring解决多数据源
     摘要: 本文描述了Spring+iBatis多数据源的配置方案。在仅使用ibatis时,每多一个数据源就需要多一份sql-map-config配置文件。采用spring的AbstractRoutingDataSource就可以简单的解决这个问题。  阅读全文
posted @ 2010-03-30 13:31 JAVA_HOME 阅读(1665) | 评论 (0) | 编辑 收藏
 
Linux 启动oracle
     摘要: Linux 启动oracle  阅读全文
posted @ 2010-02-25 17:47 JAVA_HOME 阅读(122) | 评论 (0) | 编辑 收藏
 
Quartz Cron Expression 备忘
     摘要: Quartz Cron Expression 备忘  阅读全文
posted @ 2010-02-09 09:56 JAVA_HOME 阅读(227) | 评论 (0) | 编辑 收藏
 
JMX 一例
     摘要: JMX 一例  阅读全文
posted @ 2010-01-21 13:44 JAVA_HOME 阅读(177) | 评论 (0) | 编辑 收藏
 
java实现压缩
     摘要: java实现压缩  阅读全文
posted @ 2010-01-15 15:06 JAVA_HOME 阅读(149) | 评论 (0) | 编辑 收藏
 
java实现ftp上传
     摘要: java实现ftp上传一例,够简单!  阅读全文
posted @ 2010-01-15 10:16 JAVA_HOME 阅读(308) | 评论 (0) | 编辑 收藏
 
java.util.ResourceBundle
     摘要: java.util.ResourceBudle  阅读全文
posted @ 2010-01-14 11:13 JAVA_HOME 阅读(530) | 评论 (0) | 编辑 收藏
 
jboss 5 : JMS
     摘要: jboss 5 : JMS  阅读全文
posted @ 2010-01-12 10:59 JAVA_HOME 阅读(674) | 评论 (0) | 编辑 收藏
 
JPA(Entity Bean)的事务类型
     摘要: JPA(Entity Bean)的事务类型  阅读全文
posted @ 2009-12-31 09:17 JAVA_HOME 阅读(225) | 评论 (0) | 编辑 收藏
 
关于jboss 5.0 上配置数据源要注意的一个问题
     摘要: jboss 5.0 上配置数据源  阅读全文
posted @ 2009-12-30 17:13 JAVA_HOME 阅读(458) | 评论 (0) | 编辑 收藏
 
EJB3 之HelloWorld
     摘要: EJB之HelloWorld  阅读全文
posted @ 2009-12-30 09:44 JAVA_HOME 阅读(171) | 评论 (0) | 编辑 收藏
 
weblogic 9.2 数据源(DataSource)
     摘要: weblogic 9.2 数据源(DataSource)  阅读全文
posted @ 2009-12-28 14:23 JAVA_HOME 阅读(169) | 评论 (0) | 编辑 收藏
 
随笔:44 文章:1 评论:2 引用:0
<2009年12月>
日一二三四五六
293012345
6789101112
13141516171819
20212223242526
272829303112
3456789

常用链接

  • 我的随笔
  • 我的评论
  • 我的参与
  • 最新评论

留言簿

  • 给我留言
  • 查看公开留言
  • 查看私人留言

随笔分类

  • documentum webtop(1) (rss)
  • Hibernate(1) (rss)
  • HTML5(1) (rss)

随笔档案

  • 2013年12月 (2)
  • 2012年3月 (2)
  • 2012年2月 (1)
  • 2012年1月 (2)
  • 2011年12月 (3)
  • 2011年10月 (1)
  • 2011年8月 (1)
  • 2011年7月 (1)
  • 2011年4月 (1)
  • 2010年10月 (1)
  • 2010年9月 (3)
  • 2010年7月 (1)
  • 2010年3月 (1)
  • 2010年2月 (2)
  • 2010年1月 (5)
  • 2009年12月 (7)
  • 2009年11月 (3)
  • 2009年3月 (1)
  • 2008年12月 (1)
  • 2008年8月 (1)
  • 2008年6月 (1)
  • 2008年5月 (1)
  • 2008年4月 (2)

文章档案

  • 2009年12月 (1)

搜索

  •  

最新评论

  • 1. re: weblogic 12 && struts2[未登录]
  • thinks
  • --xx
  • 2. re: JBoss and JMS
  • pass by
  • --大白

阅读排行榜

  • 1. eclipse离线安装【link方式安装】jetty插件(2429)
  • 2. ext 项目小结1(1771)
  • 3. Spring解决多数据源(1665)
  • 4. java.math.BigDecimal(1458)
  • 5. wsgen与wsimport命令说明(1321)

评论排行榜

  • 1. JBoss and JMS(1)
  • 2. weblogic 12 && struts2(1)
  • 3. maven tools.jar(0)
  • 4. OSGI-ECLIPSE MODULE 开发(0)
  • 5. documentum - webtop - flow(0)

Powered by: 博客园
模板提供:沪江博客
Copyright ©2025 JAVA_HOME