<?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>chichunhua的个人空间</title>
			    <link>http://space.itpub.net/312824</link>
			    <description></description>
			    <copyright>Copyright(C) chichunhua的个人空间</copyright>
			    <generator>SupeSite/X-Space</generator>
			    <lastBuildDate>Wed, 03 Dec 2008 15:40:30 GMT</lastBuildDate><item>
								<title>关于股票</title>
								<link>http://space.itpub.net/312824/viewspace-200496</link>
								<description><![CDATA[<P>玩了股票2个多月了，发现还是要好好把握机会的，要不然就什么都得不到，要胆大心细，那样才可能赚到钱</P>]]></description>
								<category>blog</category>
								<author>chichunhua</author>
								<pubDate>Thu, 06 Mar 2008 17:17:07 GMT</pubDate>
							</item>
							<item>
								<title>关于交叉表，转的朋友的，参考一下</title>
								<link>http://space.itpub.net/312824/viewspace-149753</link>
								<description><![CDATA[<P>1：数据准备：<BR><BR>create table subject(id int,name nvarchar(20))<BR>insert into subject(id,name) values(1,'语文')<BR>insert into subject(id,name) values(2,'数学')<BR>insert into subject(id,name) values(3,'物理')<BR>insert into subject(id,name) va...]]></description>
								<category>blog</category>
								<author>chichunhua</author>
								<pubDate>Thu, 17 Jan 2008 13:31:28 GMT</pubDate>
							</item>
							<item>
								<title>能ping通不能上网的手工解决</title>
								<link>http://space.itpub.net/312824/viewspace-120707</link>
								<description><![CDATA[<P>第 1 步：删除损坏的注册表项<BR>1. 单击“开始”，然后单击“运行”。 <BR>2. 在“打开”框中，键入“regedit”，然后单击“确定”。 <BR>3. 在注册表编辑器中，找到以下注册表项，右键单击每一项，然后单击“删除”：<BR>HKEY_LOCAL_MACHINE\System\CurrentControlSe...]]></description>
								<category>blog</category>
								<author>chichunhua</author>
								<pubDate>Wed, 09 Jan 2008 16:02:15 GMT</pubDate>
							</item>
							<item>
								<title>好久都不想写东西了</title>
								<link>http://space.itpub.net/312824/viewspace-113132</link>
								<description><![CDATA[工作的时间长了，个人感觉到了疲了，不知道怎么搞的，也许要点东西来刺激一下自己了，最近在研究股票，希望自己能够给自己一些兴奋的感觉<IMG src="/images/edit/face/001.gif">]]></description>
								<category>blog</category>
								<author>chichunhua</author>
								<pubDate>Mon, 07 Jan 2008 17:35:05 GMT</pubDate>
							</item>
							<item>
								<title>工作中...</title>
								<link>http://space.itpub.net/312824/viewspace-113129</link>
								<description><![CDATA[想想自己也在这个公司工作了快2年了,在这2年中,自己由一个搞电脑的转变为一个做管理的,但是不知道是好事,还是坏事.看着以前的同学都继续着计算机的专业,而且日子也过的越来越好,我列,目前还是温饱解决,房子买不起,有时候也感觉到比较困惑,但是努力工作中!加油<br>]]></description>
								<category>blog</category>
								<author>chichunhua</author>
								<pubDate>Tue, 10 Jul 2007 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>最近比较累</title>
								<link>http://space.itpub.net/312824/viewspace-113130</link>
								<description><![CDATA[不知道怎么搞的,最近很累的感觉,也许是公司目前都比较乱吧,各个部门都有人辞工,就我这个部门还比较稳定,走人对我也没有多大的影响,但是公司是要各个部门去配合的,而不是我这个部门能挑起来的.不过想上次找老板加工资就搞笑,先是一句话,提钱伤感情,哈哈,让他不难看,然后就是...]]></description>
								<category>blog</category>
								<author>chichunhua</author>
								<pubDate>Tue, 10 Jul 2007 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>申请了基本上没用过!</title>
								<link>http://space.itpub.net/312824/viewspace-113118</link>
								<description><![CDATA[感觉有那么点对不起坛中央了,就是不能坚持,有时候想写一下呢,又写不出来,恩,看到大家都写的那么多了,我也要加油了啊!<br>]]></description>
								<category>blog</category>
								<author>chichunhua</author>
								<pubDate>Tue, 13 Jun 2006 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>暴力破解SQL密码的存储过程</title>
								<link>http://space.itpub.net/312824/viewspace-113119</link>
								<description><![CDATA[if  exists  (select  *  from  dbo.sysobjects  where  id  =  object_id(N'[dbo].[p_GetPassword]')  and  OBJECTPROPERTY(id,  N'IsProcedure')  =  1)  <br />drop  procedure  [dbo].[p_GetPassword]  <br />GO  <br /> <br />/*--穷举法破解  SQL  Server  用户密码...]]></description>
								<category>blog</category>
								<author>chichunhua</author>
								<pubDate>Tue, 13 Jun 2006 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>如何查看表的结构!</title>
								<link>http://space.itpub.net/312824/viewspace-113120</link>
								<description><![CDATA[<p class="MsoNormal" style="0cm 0cm 0pt"><span lang="EN-US">SELECT</span></p><p class="MsoNormal" style="0cm 0cm 0pt"><span lang="EN-US">'</span><span style="FONT-FAMILY: 宋体; mso-ascii-font-family: "Times New Roman"; mso-hansi-font-family: "Times New...]]></description>
								<category>blog</category>
								<author>chichunhua</author>
								<pubDate>Tue, 13 Jun 2006 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>用SQl语句控制MS  SQl  server的用户连接</title>
								<link>http://space.itpub.net/312824/viewspace-113121</link>
								<description><![CDATA[create    proc    killspid    (@dbname    varchar(20))      <br />as      <br />begin      <br />declare    @sql    nvarchar(500)      <br />declare    @spid    int      <br />set    @sql='declare    getspid    cursor    for          <br />select    sp...]]></description>
								<category>blog</category>
								<author>chichunhua</author>
								<pubDate>Tue, 13 Jun 2006 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>如何改变数据库msdb的路径!</title>
								<link>http://space.itpub.net/312824/viewspace-113122</link>
								<description><![CDATA[<p><span lang="EN-US">1</span><span lang="ZH-TW" style="FONT-FAMILY: PMingLiU">）转移</span><span lang="EN-US">master</span><span lang="ZH-TW" style="FONT-FAMILY: PMingLiU">数据库。</span></p><p><span lang="EN-US"><span>    </span></span><span lang="ZH...]]></description>
								<category>blog</category>
								<author>chichunhua</author>
								<pubDate>Tue, 13 Jun 2006 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>在数据库中,能设置对数据库 AAA 访问时间段吗?</title>
								<link>http://space.itpub.net/312824/viewspace-113123</link>
								<description><![CDATA[<p><span lang="ZH-TW" style="FONT-FAMILY: PMingLiU">如果只是为了控制用户的访问</span><span lang="EN-US">,</span><span lang="ZH-TW" style="FONT-FAMILY: PMingLiU">可以使用作业来实现</span><span lang="EN-US">.</span></p><p><span lang="EN-US"><span>   </sp...]]></description>
								<category>blog</category>
								<author>chichunhua</author>
								<pubDate>Tue, 13 Jun 2006 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>表死锁的解决办法</title>
								<link>http://space.itpub.net/312824/viewspace-113124</link>
								<description><![CDATA[<span lang="ZH-TW" style="FONT-SIZE: 12pt; COLOR: red; FONT-FAMILY: PMingLiU"><p><font color="#000000"><span lang="EN-US"><font face="Times New Roman">use master<span> </span>--</font></span><span lang="ZH-TW" style="FONT-FAMILY: PMingLiU">必须在</span...]]></description>
								<category>blog</category>
								<author>chichunhua</author>
								<pubDate>Tue, 13 Jun 2006 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>系統空間分配圖的存儲過程</title>
								<link>http://space.itpub.net/312824/viewspace-113125</link>
								<description><![CDATA[<p><span lang="EN-US">CREATE PROCEDURE available_space </span></p><p><span lang="EN-US">with<span>  </span>ENCRYPTION </span></p><p><span lang="EN-US">AS</span></p><p><span lang="EN-US">begin</span></p><p><span lang="EN-US">declare @data_size float,</s...]]></description>
								<category>blog</category>
								<author>chichunhua</author>
								<pubDate>Tue, 13 Jun 2006 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>时间过的真快!</title>
								<link>http://space.itpub.net/312824/viewspace-113126</link>
								<description><![CDATA[一晃我都毕业两年了,但是在这两年的时间中我却没有学到很多的东西,就是到目前为止,我还没有对自己的以后做出一个很明确的目标,虽然现在解决了温饱问题,但是不知道怎么样才能提升自己,对于这个问题,目前一直没想很明白!以后是从事数据库方面呢,还是生产管理,还是向顾问方向...]]></description>
								<category>blog</category>
								<author>chichunhua</author>
								<pubDate>Tue, 13 Jun 2006 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>老婆过来这边找工作了!</title>
								<link>http://space.itpub.net/312824/viewspace-113127</link>
								<description><![CDATA[虽然以前一直说两个人要到一起工作,但是有时候感觉这都是很奢侈的想法,因为现在好的工作本来就难找,更何况现在把地点也圈住了,就更不好找了,但是对我老婆还是有很大的信心的,一定可以找到的!<br>]]></description>
								<category>blog</category>
								<author>chichunhua</author>
								<pubDate>Tue, 13 Jun 2006 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>Windows操作系统出现死机故障的解决方法</title>
								<link>http://space.itpub.net/312824/viewspace-113128</link>
								<description><![CDATA[<p>当你在电脑前勿匆忙忙赶自己长达几万字报告的时候，当你正津津有味地玩电脑游戏的时候，突然屏幕不再有任何变化，随便你敲打键盘上的哪个键或是不停地左右晃动“小老鼠”都不起作用，这种情况一定会让你急出一身的汗——为什么总在关键的时刻就死机了呢？于是你开始想尽...]]></description>
								<category>blog</category>
								<author>chichunhua</author>
								<pubDate>Tue, 13 Jun 2006 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>这一个月有点累!</title>
								<link>http://space.itpub.net/312824/viewspace-113117</link>
								<description><![CDATA[这都忙了一个月了每天都是这样的累,晚上12点睡觉,早上为了上班,早也不吃,恩,真是的,没办法啊,公司最近的定单比较多,都开始进行大批量的生产了,看来还是搞技术比较好啊,根本不用去担心什么的,他愿意怎么就怎么,现在做一些管理就是麻烦啊!有时候一想什么时候是个头呢&gt;这样...]]></description>
								<category>blog</category>
								<author>chichunhua</author>
								<pubDate>Tue, 11 Apr 2006 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>祝贺您</title>
								<link>http://space.itpub.net/312824/viewspace-113114</link>
								<description><![CDATA[如果您阅读到这篇文章，这就意味着您注册的博客已经申请成功。]]></description>
								<category>blog</category>
								<author>chichunhua</author>
								<pubDate>Thu, 30 Jun 2005 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>今天很高兴!!!!</title>
								<link>http://space.itpub.net/312824/viewspace-113115</link>
								<description><![CDATA[<span lang="ZH-CN" style="FONT-SIZE: 12pt; FONT-FAMILY: SimSun">今天很高兴</span><span lang="EN-US" style="FONT-SIZE: 12pt; FONT-FAMILY: ">,</span><span lang="ZH-CN" style="FONT-SIZE: 12pt; FONT-FAMILY: SimSun">有自己的博客了</span><span lang="EN-US" s...]]></description>
								<category>blog</category>
								<author>chichunhua</author>
								<pubDate>Thu, 30 Jun 2005 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>好聽的一首歌</title>
								<link>http://space.itpub.net/312824/viewspace-113116</link>
								<description><![CDATA[我發現一首好聽的歌,獻給大家<br><p><font face="Verdana">&lt;embed src=&quot;http://www.url.com/music.mp3&quot; width=&quot;480&quot; height=&quot;54&quot; type=&quot;audio&quot;&gt;&lt;/embed&gt;</font></p>]]></description>
								<category>blog</category>
								<author>chichunhua</author>
								<pubDate>Thu, 30 Jun 2005 00:00:00 GMT</pubDate>
							</item>
							
		</channel>
	</rss>