自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(13)
  • 收藏
  • 关注

A DB2 SQL Statement

SELECT * FROM ( select a.*, b.*, c.Record_Type, c.Record_Count from SCHEMAE.TAB1 a , SCHEMAE.TAB2 b, XMLTABLE ('$h/BizInfoXML/Reporting/Details' passing b.biz_info_xml as "h" COLUMNS Reco...

2010-07-21 11:26:54 138

原创 如何在 WebSphere 中解决 jar 包冲突

http://www.ibm.com/developerworks/cn/websphere/library/techarticles/haoaili/0512/ http://www.hashei.me/2009/05/websphere-class-loader-troubshooting.html

2010-07-15 16:36:41 166

Think grow rich (1)

TRULY, "thoughts are things," and powerful things at that, when they are mixed with definiteness of purpose, persistence, and a BURNING DESIRE for their translation into riches, or other material obje...

2010-07-14 10:15:53 141

Several DB2 command

     db2 list application   db2 list db directory               show all database   db2 list active databases           show all active database   db2 list tables for all            show all tables...

2010-07-13 13:37:43 110

原创 Why AIX Memory Typically Runs Near 100% Utilization

Memory utilization on AIX systems typically runs around 100%. This is often a source of concern. However, high memory utilization in AIX does not imply the system is out of memory. By design, AIX leav...

2010-07-10 10:36:56 182

原创 Hard link and Symbolic link

Files are arranged in directories (or folders if you prefer that term), and each file can be reached through a series of directories and sub-directories from the root - correct? Yes ... BUT ... th...

2010-07-08 14:52:01 222

Import data from word into db2

Copy data from word into Excel.   Edit data in Excel, and Save as CSV.   Directly Import the data from csv in Control Center .   Generate the SQL script from the csv file in Java.   pu...

2010-07-08 13:27:02 107

原创 UNIX chmod

chmod   To set/modify a file's permissions you need to use the chmod program. Of course, only the owner of a file may use chmod to alter a file's permissions. chmodhas the following syntax: chmod ...

2010-07-07 14:47:18 99

What's I got in the new work?

Worked in here almost three monthes, so having this question is very nature. Firstly, I have attended three team building in the last three monthes,it is more than the entire last year. Secondly...

2010-07-06 16:09:58 142

How to add radio button and check box in DataTable of JSF

Add check box into the datatable   This is part jsp code of the datatable, <t:dataTable id="checkboxTable" value="#{backingBean.dataModel}" ...

2010-07-06 15:52:53 195

原创 Create a remote node in DB2

Thie is the command in DB2 CLP,   db2 catalog tcpip node [NodeName] remote [URL] server [Port Number]   db2 catalog database [database name] at node [node name] with '[comment]'

2010-07-06 15:22:11 144

原创 Web service client

This article is talking about the web service client.   Firstly the SOAP message model:  then, the message sample, <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" ...

2010-07-06 15:06:13 122

原创 Set the file attribute not "Read-only"

Firstly cd into the directory, then you run:"attrib *.* -r /s", ok, it's done.

2010-07-06 14:45:08 229

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除