摘要:
上传war包到tomcat报错: java.util.zip.ZipException: error in opening zip file 清空 tomcat catalina 目录下的localhost目录重启 阅读全文
摘要:
安装 haproxy yum install haproxy 配置 haproxy 后台管理 vi /etc/haproxy/haproxy.cfg 后台监控 listen statspage bind *:8888 stats enable stats hide-version stats uri 阅读全文
摘要:
1 下载mysql集群版: cd /usr/local wget http://mysql.mirror.kangaroot.net/Downloads/MySQL-Cluster-7.4/mysql-cluster-gpl-7.4.10-linux-glibc2.5-i686.tar.gz 2 解 阅读全文
摘要:
Download, extract and compile Redis with: $ wget http://download.redis.io/releases/redis-3.0.7.tar.gz $ tar xzf redis-3.0.7.tar.gz $ cd redis-3.0.7 $ 阅读全文
摘要:
安装 yum install lrzsz 安装JDK 1,yum install java-1.7.0-openjdk 2,配置java_home a: export JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.95 b: vi /etc/prof 阅读全文
摘要:
客户端代码: package com.nmore.unclePhone.utils.pay.yiji; import java.io.FileInputStream; import java.security.KeyStore; import java.security.cert.Certifica 阅读全文
摘要:
集合操作不适用于LOB,Varray和潜逃表列Union、intersect、minus操作符不适用于long列如果选择列表中包含有表达式或者函数,那么必须为表达式或函数定义列别名1、Uinon:无重并集,并以第一列的结果进行升序排序2、Uinon all:有重并集,不对结果集排序3、Interse... 阅读全文
摘要:
SELECT REGEXP_SUBSTR('first field, second field , third field', '[^,]+', 1, ROWNUM) ... 阅读全文
摘要:
地址:http://docs.oracle.com/javase/jndi/tutorial/beyond/env/overview.htmlJNDI环境变量Property NameDescriptionjava.naming.appletAn instance ofjava.applet.App... 阅读全文