- 浏览: 82987 次
- 性别:
- 来自: 湖南
最新评论
-
zly168:
很牛
日期控件(时-分-秒) -
aij:
[color=cyan][/color][size=xx-sm ...
web Service -
ywxowen999:
这位兄弟,不知道你研究过Concurrent.Thread的源 ...
js 线程 -
BigBird2012:
你好,你能不能将你的源码给我发一份呢,我参考一下,谢谢!
29 ...
JBPM工作流
文章列表
对Unix\Linux有点了解的人,都知道“流”这个概念是多么重要。
对Unix\Linux Shell有点了解的人,都知道3大流,in,out,error。
package test;
import java.io.*;
/**
* Created by IntelliJ IDEA.
* User: depeng
* Date: 2010-6-23
* To change this template use File | Settings | File Templates.
*/
public class IO2File {
public static void ...
http://bbs.51cto.com/thread-698525-1.html
java监控思路http://www.iteye.com/topic/200963
同一個session只查session級緩存不會去查2級緩存。代碼改為如下就可以了:
Python(KK 英语发音: /'pa?θɑn/, DJ 英语发音: /?paiθ?n/),是一种面向对象、直译式计算机程序设计语言,也是一种功能强大而完善的通用型语言,已经具有十多年的发展历史,成熟且稳定。这种语言具有非常简捷而清晰的语法特点,适合完成各种高层任务,几乎可以在所有的操作系统中运行。目前,基于这种语言的相关技术正在飞速的发展,用户数量急剧扩大,相关的资源非常多。
虽然Python可能被粗略地分类为“脚本语言”(script language),但实际上一些大规模软件开发计划例如Zope、Mnet及BitTorrent,谷歌,faceboo ...
jboss 自带的有几套解决方案
修改config 下的jboss-service.xml
原来是注释的默认端口是8080
中有几个选择 ports-01 , ports-02 , ports-03, ports-default
<mbean code="org.jboss.services.binding.ServiceBindingManager"
name="jboss.system:service=ServiceBindingManager">
<attribute name="ServerN ...
Clob:http://cache.baidu.com/c?m=9d78d513d9921ff208fa940f1a66a1716f55971348c0a66668d4e25fe2174c304271e2cb30536313a3c56b1600b8395afeb7762c385966f1d9df8939c0a6cb78388850652c4cd81c47920eafbc17789e3dc347eaa91eedbcf1328e&p=c479d416d9c41aff57ea973e5140&user=baidu&fm=sc&query=Clob+%BD%D3%BF%D ...
String regEx = "^(13[0-9]|15[7-9]|153|156|18[7-9])[0-9]{8}$";
Pattern p = Pattern.compile(regEx);
Matcher m = p.matcher(message.getContactPhone());
if(!m.matches()) {
map.put("status","0");
map.put("message","请输入有效的手机号码!");
retu ...
package com.tpaic.ec.util;
import java.security.Key;
import java.security.MessageDigest;
import java.security.SecureRandom;
import java.util.Collection;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.Random;
import java.util.regex.Pattern;
imp ...
public static Object getCloneObject(Object bean) {
Object cloneBean = null;
try {
ByteArrayOutputStream byout = new ByteArrayOutputStream();
ObjectOutputStream obj = new ObjectOutputStream(byout);
obj.writeObject(bean);
ByteArrayInputStream byin = new ByteArrayInputStream(byou ...
http://redwave.iteye.com/blog/163913
http://cache.baidu.com/c?m=9d78d513d99212ee1eb0d4690d6788355b16db3f69c3975521dbc90ed5264c40347bfefe62670704a4942f2647f2094bea876b32621e6ae8c5df883c82e8d06a74d47223706bdc074d8d&p=8e77d716d9c41bff57ea913a7f53&user=baidu&fm=sc&query=Castor+Mapping& ...
package udp;
import java.io.IOException;
import java.net.DatagramPacket;
import java.net.DatagramSocket;
import java.net.InetAddress;
/**
* 客户端
* @author ex_yixb
*
*/
public class ClientUDP {
public static void main(String[] args) throws IOException {
byte bytes[] = new b ...
package com.client;
import java.io.BufferedReader;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.OutputStream;
import java.io.PrintWriter;
import java.net.InetAddress;
import java.net.Socket;
/**
* 客户端
* @author ex_yixb
*
*/
public class ClientSer ...
select t.ELAPSED_TIME / 1000000 || '秒', a.SQL_TEXT,t.sql_text,t.sql_id
from v$sqlarea t, v$sql a
where t.SQL_ID = a.SQL_ID
and t.LAST_ACTIVE_TIME >=
to_date('2010-11-12 16:00:00', 'yyyy-mm-dd hh24:mi:ss');
http://zhidao.baidu.com/question/206891812.html
http://songzj.iteye.com/blog/811605
http://cache.baidu.com/c?m=9d78d513d98203ef03b1c1690d6794214a14c62b2bd7a1020fd0843b99732a325016e0ac26520775d7d2086215e80902e5aa7034751421c486d5d81480ee8528588b2335671cf1104f8c04f5981a2fc42a954defad1ae7beed62cdf387c ...