<?xml version="1.0" encoding="gbk"?>
			<?xml-stylesheet type="text/css" href="http://space.itpub.net/css/rss.css"?>
			<rss version="2.0">
			  <channel>
			    <title>╲\China4℡</title>
			    <link>http://space.itpub.net/13683607</link>
			    <description>　　　　　　Through a storm and through a lonely night .You can run away but you can’t hide !</description>
			    <copyright>Copyright(C) ╲\China4℡</copyright>
			    <generator>SupeSite/X-Space</generator>
			    <lastBuildDate>Sat, 06 Sep 2008 12:27:10 GMT</lastBuildDate><item>
								<title>JAVA零星记录</title>
								<link>http://space.itpub.net/13683607/viewspace-256931</link>
								<description><![CDATA[<P>1.char[]型转String类型... ...</P>
<P>例如:char[] usepwd=jPasswordField1.getPassword();</P>
<P>String bj=new String(jPasswordField1.getPassword());</P>
<P>2.设置组件透明</P>
<P>&nbsp;例如:jButton1.setOpaque(false);</P>
<P>&nbsp;</P>]]></description>
								<category>blog</category>
								<author>China_4</author>
								<pubDate>Tue, 29 Apr 2008 23:02:38 GMT</pubDate>
							</item>
							<item>
								<title>读取ResultSet里的记录数</title>
								<link>http://space.itpub.net/13683607/viewspace-255370</link>
								<description><![CDATA[<P>一、用sql的count直接算出来。SQL语句是select count(*) from tablename;</P>
<P>然后再用ResultSet的getString将它读出来。 <BR></P>
<P>二、把指针移到最后一条记录（rs.last()），</P>
<P>然后判断当前的记录号(rs.getRow() )。</P>]]></description>
								<category>blog</category>
								<author>China_4</author>
								<pubDate>Mon, 28 Apr 2008 16:24:39 GMT</pubDate>
							</item>
							<item>
								<title>SQLServer的表名含有空格...</title>
								<link>http://space.itpub.net/13683607/viewspace-255325</link>
								<description><![CDATA[<P><FONT color=#000000><FONT color=#ff0000>1.</FONT>如果你SQLServer的表名含有空格...</FONT></P>
<P><FONT color=#000000>那么在你写SQL语句的时候,一定要把带有空格的表名用[]括号,括起来!</FONT></P>
<P><FONT color=#000000>例如:select * from</FONT> <FONT co...]]></description>
								<category>blog</category>
								<author>China_4</author>
								<pubDate>Mon, 28 Apr 2008 14:39:43 GMT</pubDate>
							</item>
							<item>
								<title>在JBuilder2005连接SQLserver</title>
								<link>http://space.itpub.net/13683607/viewspace-255293</link>
								<description><![CDATA[<P>&nbsp;JBuilder2005连接SQLserver&nbsp; <BR>一、下载JDBC FOR SQLserver你确定你安装的jdbc是否完全版，因为有个单机版只能连接本机上的sql，单机版约2m，完全版约6.5m<BR></P>
<P>二、安装好jdbc后，假如目录在C:\Program Files\Microsoft SQL Server 2000 JDBC,打开...]]></description>
								<category>blog</category>
								<author>China_4</author>
								<pubDate>Mon, 28 Apr 2008 13:14:32 GMT</pubDate>
							</item>
							<item>
								<title>在查询分析器中修改SQLSERVER,sa密码...</title>
								<link>http://space.itpub.net/13683607/viewspace-255292</link>
								<description><![CDATA[<H1><FONT face=Arial color=#000000 size=2>1.以Windows身份验证登录"查询分析器":<BR>2.运行存储过程修改"sa"帐号密码</FONT></H1>
<H1><FONT face=Arial color=#000000 size=2>sp_password Null,'ok','sa'<BR>运行后sa的密码变为"ok"</FONT></H1>
<P><FONT color=#00...]]></description>
								<category>blog</category>
								<author>China_4</author>
								<pubDate>Mon, 28 Apr 2008 13:06:37 GMT</pubDate>
							</item>
							
		</channel>
	</rss>