最新文章列表

批处理启动oracle 监听服务

批处理启动oracle 监听服务 oracle 10g  启动监听服务: net start OracleOraDb10g_home1TNSListener net start OracleServiceORCL 停止监听服务: net stop OracleOraDb10g_home1TNSListener net stop OracleServiceORCL 分别把上面的启动 ...
ihibernate 评论(0) 有1420人浏览 2011-10-02 18:11

java多线程小例子

package com.knowledge.Test; /**  * 继承Thread类  * @author job  *  */ public class syn_gou extends Thread{     //余额     int yu;     //总金额     int count = 1000;     //每次索取金额     int getmoney = ...
qpshenggui 评论(1) 有1155人浏览 2011-08-30 10:58

DB2 HADR Start and stop

   HADR就是DB2的高可用容灾特性(Hight Available Disaster Recover),采用数据复制技术持续地从主数据库复制到备份数据库,从而避免数据丢失。     DB2 HADR ...
j2ee_zhongqi 评论(0) 有1303人浏览 2011-08-24 16:35

Java程序员面试题之五

  26、Math.round(11.5)等於多少? Math.round(-11.5)等於多少?     Math.round(11.5)==12 Math.round(-11.5)==-11 round方法返回与参数最接近的长整数,参数加0.5后求其floor。     27、String s = new String("xyz");创建了几个String O ...
zuoshou19w 评论(0) 有927人浏览 2011-08-21 11:55

eclipse中 tomcat 启动超时

tomcat 运行J2EE项目时,启动报错,如下......   Server Tomcat v7.0 Server at localhost was unable to start within 45 seconds. If the server requires more time, try increasing the timeout in the server editor. ...
syc001 评论(0) 有7385人浏览 2011-08-17 10:17

最近博客热门TAG

Java(141747) C(73651) C++(68608) SQL(64571) C#(59609) XML(59133) HTML(59043) JavaScript(54918) .net(54785) Web(54513) 工作(54116) Linux(50906) Oracle(49876) 应用服务器(43288) Spring(40812) 编程(39454) Windows(39381) JSP(37542) MySQL(37268) 数据结构(36423)

博客人气排行榜

    博客电子书下载排行

      >>浏览更多下载

      相关资讯

      相关讨论

      Global site tag (gtag.js) - Google Analytics