<?xml version="1.0" encoding="utf-8"?>
			<?xml-stylesheet type="text/css" href="http://club.youshang.com/css/rss.css"?>
			<rss version="2.0">
			  <channel>
			    <title>geven的个人空间</title>
			    <link>http://club.youshang.com/?uid-5497</link>
			    <description></description>
			    <copyright>Copyright(C) geven的个人空间</copyright>
			    <generator>SupeSite/X-Space</generator>
			    <lastBuildDate>Thu, 08 Jan 2009 08:33:39 GMT</lastBuildDate><item>
								<title>密码破解：恢复忘记的MySql 5.0的root密码</title>
								<link>http://club.youshang.com/?uid-5497-action-viewspace-itemid-29027</link>
								<description><![CDATA[<H3>密码破解：恢复忘记的MySql 5.0的root密码</H3>下面以在Windows系统上为例，linux上将步骤2的mysqld-nt换为safe_mysqld即可<BR><BR>1 、停止mysql5服务：<BR><BR>net stop mysql5<BR><BR>2、开一个DOS窗口执行：<BR><BR>c:\mysql\bin&gt;mysqld-nt --skip-grant-tables &amp;<BR>...]]></description>
								<category>blog</category>
								<author>geven</author>
								<pubDate>Tue, 30 Dec 2008 20:36:26 GMT</pubDate>
							</item>
							<item>
								<title>论文选题</title>
								<link>http://club.youshang.com/?uid-5497-action-viewspace-itemid-23417</link>
								<description><![CDATA[Globus研究及其应用<BR>一、网络技术发展&nbsp;以及现有网格项目的比较<BR>二、globus的结构和功能分析<BR>三、globus的部署与开发<BR><BR><BR><BR>linux内核研究及其应用<BR>一、linux特性及其应用前景分析<BR>二、linux内核分析<BR>三、linux系统调用函数的添加和应用<BR>...]]></description>
								<category>blog</category>
								<author>geven</author>
								<pubDate>Thu, 30 Oct 2008 21:37:48 GMT</pubDate>
							</item>
							<item>
								<title>update更新时影响timestamp类型的字段问题</title>
								<link>http://club.youshang.com/?uid-5497-action-viewspace-itemid-23414</link>
								<description><![CDATA[<P>今天在外网更新数据库的时候，出现了一个严重的问题，发现在update更新一张数据表对应的数据时，尽管没有更新timestamp类型的字段 ，但其字段值会已经当前更新时间进行自动更新。</P>
<P>以后还是少用timestamp类型，datetime就可了，解决这个办法可以在创建表的时候进行，软件可以把“...]]></description>
								<category>blog</category>
								<author>geven</author>
								<pubDate>Thu, 30 Oct 2008 19:34:30 GMT</pubDate>
							</item>
							<item>
								<title>eclipse插件implementor</title>
								<link>http://club.youshang.com/?uid-5497-action-viewspace-itemid-23236</link>
								<description><![CDATA[<P>推荐一个eclipse插件implementor，可以直接查看接口的实现类，或者接口方法的实现方法。<BR>在线安装地址：<A href="http://eclipse-tools.sourceforge.net/updates/">http://eclipse-tools.sourceforge.net/updates/</A></P>
<P>&nbsp;</P>
<P>&nbsp;</P>...]]></description>
								<category>blog</category>
								<author>geven</author>
								<pubDate>Tue, 28 Oct 2008 10:49:57 GMT</pubDate>
							</item>
							<item>
								<title>vi</title>
								<link>http://club.youshang.com/?uid-5497-action-viewspace-itemid-23012</link>
								<description><![CDATA[<P><FONT id=3.3 size=3><B>3.3 文件的保存和退出；<BR></B></FONT></P>
<P>Command 模式是vi或vim的默认模式，如果我们处于其它命令模式时，要通过ESC键切换过来。当我们按ESC键后，接着再输入:号时，vi会在屏幕的最下方等待我们输入命令；</P>
<P><CODE><FONT color=#ff0000>:w&nbsp; ...]]></description>
								<category>blog</category>
								<author>geven</author>
								<pubDate>Wed, 22 Oct 2008 14:16:16 GMT</pubDate>
							</item>
							<item>
								<title>enum &amp; set数据类型</title>
								<link>http://club.youshang.com/?uid-5497-action-viewspace-itemid-22854</link>
								<description><![CDATA[n选一：eg：<br>create table testenum(<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; color enum('rend', 'green', 'black'))<br><br>insert testenum values('red')<br><br>select * from testenum where color='red'<br><br><br><br><br><br><br>n选m：eg:<br>cr...]]></description>
								<category>blog</category>
								<author>geven</author>
								<pubDate>Tue, 21 Oct 2008 09:06:23 GMT</pubDate>
							</item>
							<item>
								<title>debian下的一些命令</title>
								<link>http://club.youshang.com/?uid-5497-action-viewspace-itemid-22675</link>
								<description><![CDATA[<P>1、 APACHE 服务器 </P>
<P>启动：/usr/local/apache/bin/apactrl s** </P>
<P>停止：/usr/local/apache/bin/apactrl -k stop </P>
<P>重载：/usr/local/apache/bin/apactrl graceful </P>
<P><BR></P>
<P>2、 SQUID 服务器 </P>
<P>启动：/usr/local/squid/sbin/squid -D </P>
<P...]]></description>
								<category>blog</category>
								<author>geven</author>
								<pubDate>Fri, 17 Oct 2008 10:16:32 GMT</pubDate>
							</item>
							<item>
								<title>sql报表书写技巧</title>
								<link>http://club.youshang.com/?uid-5497-action-viewspace-itemid-22660</link>
								<description><![CDATA[<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 我们在用sql生成报表的时候，很大的难点就是如何生成自己想要的样式和结果。尤其在限制我们只能用一条sql语句搞定时。下面一个例子是如何用一条sql生成如下一张报表&nbsp; :</P>
<TABLE style="WIDTH: 674pt; BORDER-COL: col**se" ce...]]></description>
								<category>blog</category>
								<author>geven</author>
								<pubDate>Thu, 16 Oct 2008 19:20:13 GMT</pubDate>
							</item>
							<item>
								<title>left join 误区</title>
								<link>http://club.youshang.com/?uid-5497-action-viewspace-itemid-22659</link>
								<description><![CDATA[<P>1、left join对表的连接出来的记录条数不一定等于左表记录条数，下面的结果&gt;左表记录条数</P>
<P>例如查询sql：</P>
<P><FONT color=#ff0000>SELECT<BR>&nbsp; *<BR>FROM <BR>&nbsp;userinfo u<BR>left join&nbsp; message m<BR>on(u.f_pass=m.u_id)</FONT></P>
<P><FONT c...]]></description>
								<category>blog</category>
								<author>geven</author>
								<pubDate>Thu, 16 Oct 2008 18:49:12 GMT</pubDate>
							</item>
							<item>
								<title>数据库设计</title>
								<link>http://club.youshang.com/?uid-5497-action-viewspace-itemid-21453</link>
								<description><![CDATA[<H2 style="MARGIN: 13pt 0cm; TEXT-ALIGN: center" align=center><SPAN style="FONT-FAMILY: 黑体; mso-ascii-font-family: Arial">数据库设计</SPAN></H2>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><?xml:namespace prefix = o ns = "urn:schemas...]]></description>
								<category>blog</category>
								<author>geven</author>
								<pubDate>Mon, 13 Oct 2008 19:34:50 GMT</pubDate>
							</item>
							
		</channel>
	</rss>