
J2SE
文章平均质量分 79
jaytse
混吃等死
展开
-
由String得到XML中Document对象的一种方法代码
/** * 由String对象,创建一个结果向量Vector * * @return a Vector */ public Vector getNameByString(String text){ Vector result=new Vector(); Document doc=parseXMLDocument(text); Element root = doc.getDo原创 2005-12-29 19:42:00 · 1992 阅读 · 0 评论 -
ETL工具Kettle对PostgreSQL操作的基本介绍
<span style="font-size:14.0pt;font-family:宋体;mso-ascii-font-family:"Times New Roman";mso-hansi-font-family:"Times New Roman"">用途和背景ETL (extract,transform, load)<span style="font-family:宋体;mso-原创 2008-09-27 09:39:00 · 13494 阅读 · 0 评论 -
PostgreSQL操作大对象的三种方法
Normal 0 7.8 磅 0 2 false false false MicrosoftInternetExplorer4 <!-- /* Font原创 2008-07-25 16:21:00 · 4660 阅读 · 0 评论 -
用 openssl 签发CA
v/:* {behavior:url(#default#VML);}o/:* {behavior:url(#default#VML);}w/:* {behavior:url(#default#VML);}.shape {behavior:url(#default#VML);} Normal 0 7.8 磅 0 2原创 2008-07-25 16:41:00 · 1421 阅读 · 2 评论 -
XPath与XQuery的基本应用
Normal 0 7.8 磅 0 2 false false false MicrosoftInternetExplorer4 <object classi原创 2008-07-25 16:20:00 · 1713 阅读 · 0 评论 -
LUCENCE基础应用
Normal 0 7.8 磅 0 2 false false false MicrosoftInternetExplorer4 <object classi原创 2008-07-25 16:13:00 · 709 阅读 · 0 评论 -
Singleton and Lazyloading
Well, thought it was a quite easy topic, unluckily, I was totally wrong and which makes me dizzy now!Singleton Yeah, when it comes to singleton, either you write the singleton example following the c原创 2007-08-14 10:48:00 · 902 阅读 · 0 评论 -
JAVA实现对文件操作的通用类
/** * Script Name : FileRobot * Description : The operation on file * Type : Java * Generated : 2006-5-26 13:49:00 * Original Host : WinNT Version 5.1 Build 2600 (S) * * @since 2006/05/26 * @au原创 2006-06-01 18:05:00 · 1198 阅读 · 1 评论 -
关于String的几点说明
1、"abc"与new String("abc"); 经常会问到的面试题:String s = new String("abc");创建了几个String Object ?【如这里创建了多少对象? 和一道小小的面试题 】 这个问题比较简单,涉及的知识点包括: 引用变量与对象的区别; 字符串文字"abc"是一个String对象; 文字池[pool of l转载 2006-03-23 09:59:00 · 1018 阅读 · 0 评论 -
鼠标拖动图片移动的JPanel代码
package testImage;import javax.swing.JPanel;import java.awt.Image;import java.awt.Graphics;import java.awt.event.*;import java.awt.Point;public class ImagePanel extends JPanel implements MouseMo原创 2006-01-13 10:39:00 · 2844 阅读 · 0 评论 -
MSN协议分析以及Java实现MSN登陆
<p class="MsoNormal" style="margin-left:21.0pt;text-indent:-21.0pt;mso-list:l0 level1 lfo1;tab-stops:list 21.0pt"><span lang="EN-US" style="mso-bidi-font-family:宋体">一、MSN<span style="font-fami原创 2008-11-13 15:37:00 · 7076 阅读 · 0 评论