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

2013年12月18日

死机重启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) | 编辑 收藏
 

2013年12月12日

eclipse离线安装【link方式安装】jetty插件
     摘要: run eclipse maven project  阅读全文
posted @ 2013-12-12 18:50 JAVA_HOME 阅读(2429) | 评论 (0) | 编辑 收藏
 

2012年3月30日

weblogic 12 && spring
     摘要: weblogic 12 && spring   阅读全文
posted @ 2012-03-30 12:25 JAVA_HOME 阅读(411) | 评论 (0) | 编辑 收藏
 

2012年3月29日

weblogic 12 && struts2
     摘要: weblogic 12 && struts2   阅读全文
posted @ 2012-03-29 10:56 JAVA_HOME 阅读(643) | 评论 (1) | 编辑 收藏
 

2012年2月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) | 编辑 收藏
 

2012年1月31日

OSGI-ECLIPSE MODULE 开发
     摘要: osgi eclipse 开发bundle  阅读全文
posted @ 2012-01-31 16:47 JAVA_HOME 阅读(310) | 评论 (0) | 编辑 收藏
 

2012年1月12日

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) | 编辑 收藏
 

2011年12月22日

Hibernate Naming convertions
     摘要: Hibernate Naming convertions Client T_CLIENT  阅读全文
posted @ 2011-12-22 11:50 JAVA_HOME 阅读(404) | 评论 (0) | 编辑 收藏
 

2011年12月20日

内存溢出

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

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

然后,可以通过如MemoryAnalyzer等分析工具,进行分析,定位是否有内存泄露。
posted @ 2011-12-20 13:42 JAVA_HOME 阅读(237) | 评论 (0) | 编辑 收藏
 

2011年12月6日

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) | 编辑 收藏
 
仅列出标题  下一页
随笔:44 文章:1 评论:2 引用:0
<2025年7月>
日一二三四五六
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