`
文章列表

Java 的线程

    博客分类:
  • Java
线程是指能独立于程序的其它部分运行的执行单元。 JAVA语言能够很好的实现多线程的程序。我们在调试程序,或者在开发后期需要做性能调优的时候,往往也需要了解当前程序正在运行的线程的状态,正在执行的操作,从而分 ...
    命令名 目的 amqmcert 管理 SSL 证书 amqmdain 配置或控制 WebSphere MQ 服务(仅 Windows

Ubuntu的源

/etc/apt/sources.list sudo apt-get update   deb http://mirrors.163.com/ubuntu/ natty main restricted universe multiverse deb http://mirrors.163.com/ubuntu/ natty-security main restricted universe multiverse deb http://mirrors.163.com/ubuntu/ natty-updates main restricted universe multiverse deb ...
  今天配置Pure master slave with activeMQ, 碰到如下错误: C:\apache-activemq-5.4.3\bin>activemq xbean:file:../conf/pure_master.xml Java Runtime: Sun Microsystems Inc. 1.6.0_24 C:\Program Files\Java\jre6   Heap sizes: current=15872k  free=14433k  max=506816k     JVM args: -Dcom.sun.management.jmxremote - ...

Hugepage

  查看Hugepage: ~> more /proc/meminfo | grep Huge HugePages_Total:    1620 HugePages_Free:     1620 HugePages_Rsvd:        0 HugePages_Surp:        0 Hugepagesize:       2048 kB  
Add to C:\Windows\System32\drivers\etc\hosts   203.208.46.22 talkgadget.google.com  2404:6800:8005::71 profiles.google.com  2404:6800:8005::65 plusone.google.com  2404:6800:8005::8a plus.google.com  2404:6800:8005::62 talkgadget.google.com  203.208.46.180 lh6.googleusercontent.com  203.208 ...

Linux 版本

Linux比较受欢迎发行版: 1. OpenSUSE 有Novell的支持 2. Fedora有Red Hat的支持 3. Cent os 是 基于Red Hat enterprise Linux (RHEL) 编译出来的 4. Ubuntu基于Debian发行版和GNOME桌面环境     Linux 内核组成部分: 进程管理 (process management) 定时器 、

AWR Report

From: http://blog.csdn.net/songyang_oracle/article/details/6558503   WORKLOAD REPOSITORY report for DB Name DB Id Instance Inst num Release RAC Host
puttycm.free.fr   PuTTY connection manager + PuTTY + WinSCP, 绝配。
The CR blocks created:         Oracle metric is the number of CURRENT blocks cloned to create CR (consistent read) blocks. The most common reason for cloning is that the buffer is held in an incompatible mode.           Read consistency is used when competing processes are reading and updati ...

Cache Fusion

  要了解RAC工作原理的中心需要知道Cache Fusion这个重要概念,这个文章就是用来说明什么是Cache Fusion。要发挥Cache Fusion的作用,要有一个前提条件,那就是互联网络的速度要比访问磁盘的速度要快!否则,没有引入Cache Fusion的意义。而事实上,现在1000m的互联都很常见。 什么是Cache Fusion?   Cache Fusion就是通过互联网络在集群内各节点的SGA之间进

DB Client Tools

Free Software   1. SQLTools (lightweight) http://www.sqltools.net/   2. TOra http://torasql.com/   3. SQL Deveopler http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html?ssSourceSiteId=ocomen   Commercial Software   4. TOAD http://www.quest.com/downloads/ ...

ejb-jar.xml

    博客分类:
  • Java
所有bean类(无论是会话bean还是实体bean)必须实现的最基本的接口是javax.ejb.EnterpriseBean接口。  所有的会话bean必须实现javax.ejb.SessionBean, 所有的实体bean必须实现javax.ejb.EntityBean.    <ejb-client-jar> 可选的, ejb-client-jar元素指定一个
1、EJB2.0有哪些内容?分别用在什么场合? EJB2.0和EJB1.1的区别? 答:规范内容包括Bean提供者,应用程序装配者,EJB容器,EJB配置工具,EJB服务提供者,系统管理员。这里面,EJB容器是
  Today I connect to Linux server with Putty, encounter error “Too many open files in system”.   The limitation is setted in “/proc/sys/fs/file-max”, the max files opened at the same time. To solve this problem: 1. Set a big value. 2. Reboot the server.  
Global site tag (gtag.js) - Google Analytics