`
文章列表
我把网上的一份ZK开发手册中文版加上了树形菜单索引,方便网友学习ZK开发框架.
    1.查询安装的包 [root@TrueEdi ~]# rpm -qa | grep -i '^mysql-' mysql-server-4.1.12-3.RHEL4.1 MySQL-shared-compat-5.0.67-0.rhel4 mysql-4.1.12-3.RHEL4.1 MySQL-python-1.0.0-1.RHEL4.1 mysql-bench-4.1.12-3.RHEL4.1 mysql-devel-4.1.12-3.RHEL4.1 2.卸载包 [root@TrueEdi ~]# rpm --nodeps -ev mysql-server-4. ...
    在java实现的JSON库里,使用HashMap类来存储JSON对象,但是HashMap的迭代顺序是不可预知的,要想具有可预知的迭代顺序可以使用LinkedHashMap替换掉HashMap类就可以了,不过LinkedHashMap内部是使用双向链表来实现可预知的迭代顺序的,性能上会比HashMap差一些.     附件里有我改写的对org.json.JSONObject.java类的增强版本,通过一个boolean order参数可以控制是否需要可预知的迭代顺序,有需要者可以下载
xml文档:<?xml version="1.0"?><msglist><msg><ip>127.0.0.1</ip><time>2008-08-18 04:37:42</time><content><![CDATA[dfasfdsa]]></content></msg><msg><ip>127.0.0.1</ip><time>2008-08-18 04:37:51</time>< ...
   在使用:java.text.DateFormat类时,请注意他的format(),parse()等方法不是线程安全的,一定不要把此变量定义成全局的静态变量,否在在多线程的并发环境里会发生你意想不到的错误!!!  例如,不要定义成一下样子:   public static final SimpleDateFormat timestampFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");  一定要把:java.text.DateFormat作为局部变量来使用.
jquery的代码: <script> $(function() { // $.getJSON("http://10.128.3.104/edi/rest/GetBillCaseInfo?_out=json&_callback=?", function(json) { // alert(json.ROWSET.ROW[0].CaseName); // }); $.ajax({ async:false, //url ...
1.编辑: ${activemq.base}/conf/activemq.xml配置文件,在<broker xmlns="http://activemq.apache.org/schema/core" brokerName="localhost" dataDirectory="${activemq.base}/data">节点下添加以下节点      <plugins>        <simpleAuthenticationPlugin>         <users>          ...
1. 拷贝 jetty-plus-6.1.9.jar 到 ${activemq.base}/lib/web/ 2. 在配置文件${activemq.base}/conf/activemq.xml的<jetty xmlns="http://mortbay.com/schemas/jetty/1.0">节点里加上:        <!-- @wjw_add -->        <userRealms>          <jaasUserRealm name="ActiveMQ Realm" loginModule ...
1、下载memcached-1.2.1.tar.gz和libevent-1.3b.tar.gz; 2、安装libevent tar xvfz  libevent-1.3b.tar.gz cd libevent-1.3b ./configure && make make install 3、安装memcache tar xvfz  memcached-1.2.1.tar.gz cd  memcached-1.2.1 ./configure make && make install 4、将libevent安装的/usr/local/lib输 ...
<!--StartFragment--> This document provides information on typical command-line options and environment variables that can affect the performance characteristics of the Java HotSpot Virtual Machine. Unless otherwise noted, all information in this document pertains to both the Java H ...
最新版本的Tomcat 5.5.9以上采用Java管理扩展(JMX)管理beans(managed beans)技术实现了对servlet容器的管理,其中包括监测所有的集群(cluster)元素和session复制情况。      而J2SE5.0在监测和管理方面的支持很全面,拥有对Java平台 ...
# This list of services is from the# Nmap security scanner ( http://www.insecure.org/nmap/ )## For a HUGE list of services (including these and others), # see http://www.graffiti.com/servicestcpmux            1/tcp      # TCP Port Service Multiplexer [rfc-1078]tcpmux            1/udp      # TCP Port ...
  黑客必学的六条系统命令   一、ping命令 在Windows的控制窗口中(Windows 95/98/ME的command解释器、Windows NT/2000的cmd解释器),运行ping可以看到这个命令的说明, 它是一个探测本地电脑和远程电脑之间信息传送速度的命令,这个命令需要TCP/IP协议的支持,ping将会计算一条信息从本地发送到 远程再返回所需要的时间,黑客使用这个命令决定是否对服务器进行攻击,因为连接速度过慢会浪费时间、花费过多的上网费用。   另外这个命令还可以透过域名找到对方服务器的IP地址,我们知道域名只是提供给浏览网页用的,当我们看到一个不错的域名 ...
  IP欺骗与盗用原理   IP欺骗的技术比较复杂,不是简单地照猫画老虎就能掌握,但作为常规攻击手段,有必要理解其原理,至少有利于自己的安全防范,易守难攻嘛。 假设B上的客户运行rlogin与A上的rlogind通信: 1. B发送带 ...

实战mule(3)

    博客分类:
  • ESB
3、 jms provider因为首先需要一个jms服务器,所以首先我们需要搭建一个jms服务器,这里我们选用了openjms其使用参考 JMS服务器openJms入门在conf下创建 配置文件 test-jms-config.xml ,内容如下<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE mule-configuration PUBLIC "-//SymphonySoft //DTD mule-configuration XML V1.0//EN"           ...
Global site tag (gtag.js) - Google Analytics