<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_xiyurui</title><subtitle type="text">路靠自己走,也靠运气.但能不能抓住运气靠自己的手.所以.自己的手和自己的脚,是最值得依赖的.少壮不努力,老大徒伤悲!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!</subtitle><id>http://feed.cnblogs.com/blog/u/16733/rss</id><updated>2007-03-19T06:31:00Z</updated><author><name>晰雨的天空</name><uri>http://www.cnblogs.com/xiyurui/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xiyurui/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/16733/rss"/><entry><id>http://www.cnblogs.com/xiyurui/archive/2006/06/01/414504.html</id><title type="text">换工作了。去微软了。可惜是vender，但总算也是有机会去sigma上班了。</title><summary type="text">希望一切顺利，虽然我早就决定要改行，不做it了。但在我还没有找到下一个career。我决定先去微软做vender。虽然只是sdet。但我想总算有机会能接触到巨人了。。呵呵。。 对以后改行也有所帮助。 最后。。我还是想说。。我其实是不想做软件这个行业了。 看不到方向。</summary><published>2006-06-01T01:20:00Z</published><updated>2006-06-01T01:20:00Z</updated><author><name>晰雨的天空</name><uri>http://www.cnblogs.com/xiyurui/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xiyurui/archive/2006/06/01/414504.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xiyurui/archive/2006/06/01/414504.html"/></entry><entry><id>http://www.cnblogs.com/xiyurui/archive/2006/05/17/402300.html</id><title type="text">本人对于magicajax使用说明的翻译,还有很多不足和错误。欢迎大家指正.</title><summary type="text">MagicAjax.NET Framework 特点整和简单 1。只需要几行在web.config 代码设置就足以使MagicAjax 在默认状态下运行。 2。仅有一个用户控件(AjaxPanel)加到页面中。就可以使用ajax的功能。易用性 1。你只需要把你想使用ajax功能的页面部分加到ajaxpanel中，MagicAjax.NET Framework会处理细节上的所有事情。 2。ajaxp...</summary><published>2006-05-17T03:24:00Z</published><updated>2006-05-17T03:24:00Z</updated><author><name>晰雨的天空</name><uri>http://www.cnblogs.com/xiyurui/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xiyurui/archive/2006/05/17/402300.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xiyurui/archive/2006/05/17/402300.html"/></entry><entry><id>http://www.cnblogs.com/xiyurui/archive/2006/04/28/387645.html</id><title type="text">跳到新页面,刷新框架.</title><summary type="text">Response.Write(@"&amp;lt;scriptlanguage='javascript'&amp;gt;window.parent.topFrame.location.reload();&amp;lt;/script&amp;gt;");Response.Write(@"&amp;lt;scriptlanguage='javascript'&amp;gt;window.location='RoleList.aspx';&amp;lt;/...</summary><published>2006-04-28T08:36:00Z</published><updated>2006-04-28T08:36:00Z</updated><author><name>晰雨的天空</name><uri>http://www.cnblogs.com/xiyurui/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xiyurui/archive/2006/04/28/387645.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xiyurui/archive/2006/04/28/387645.html"/></entry><entry><id>http://www.cnblogs.com/xiyurui/archive/2006/04/21/381448.html</id><title type="text">datagrid 超连接弹出新窗体</title><summary type="text">&amp;lt;asp:HyperLinkColumnDataNavigateUrlField="RegionID"DataNavigateUrlFormatString="javascript:varwin=window.open('WebForm2.aspx?ProductID={0}')"DataTextField="RegionID"HeaderText="详细"&amp;gt;&amp;lt;/asp:Hype...</summary><published>2006-04-21T07:56:00Z</published><updated>2006-04-21T07:56:00Z</updated><author><name>晰雨的天空</name><uri>http://www.cnblogs.com/xiyurui/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xiyurui/archive/2006/04/21/381448.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xiyurui/archive/2006/04/21/381448.html"/></entry><entry><id>http://www.cnblogs.com/xiyurui/archive/2006/03/31/363757.html</id><title type="text">转   datagrid的操作</title><summary type="text">、DataGrid动态模板列更新数据并且分页的例子http://www.cnblogs.com/lovecherry/archive/2005/03/26/126102.html2、DataGrid动态添加模板列的一个例子http://www.cnblogs.com/lovecherry/archive/2005/03/25/125526.html3、DataGrid实现增删（带提示）改和分页 h...</summary><published>2006-03-31T09:06:00Z</published><updated>2006-03-31T09:06:00Z</updated><author><name>晰雨的天空</name><uri>http://www.cnblogs.com/xiyurui/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xiyurui/archive/2006/03/31/363757.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xiyurui/archive/2006/03/31/363757.html"/></entry><entry><id>http://www.cnblogs.com/xiyurui/archive/2006/03/24/357862.html</id><title type="text">身份验证票 和 form验证</title><summary type="text">using System.Web.Security;if((TextBox1.Text.Trim()=="a") &amp;amp;&amp;amp; (TextBox2.Text.Trim()=="b")){FormsAuthentication.SetAuthCookie(TextBox1.Text, false);}else{ HttpContext.Current.Response.Redirect(Fo...</summary><published>2006-03-24T07:29:00Z</published><updated>2006-03-24T07:29:00Z</updated><author><name>晰雨的天空</name><uri>http://www.cnblogs.com/xiyurui/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xiyurui/archive/2006/03/24/357862.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xiyurui/archive/2006/03/24/357862.html"/></entry><entry><id>http://www.cnblogs.com/xiyurui/archive/2006/03/23/356770.html</id><title type="text">excel  &lt;2&gt;</title><summary type="text">publicclassImportExportToExcel{privatestringstrConn;privateSystem.Windows.Forms.OpenFileDialogopenFileDlg=newSystem.Windows.Forms.OpenFileDialog();privateSystem.Windows.Forms.SaveFileDialogsaveFileDlg...</summary><published>2006-03-23T06:09:00Z</published><updated>2006-03-23T06:09:00Z</updated><author><name>晰雨的天空</name><uri>http://www.cnblogs.com/xiyurui/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xiyurui/archive/2006/03/23/356770.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xiyurui/archive/2006/03/23/356770.html"/></entry><entry><id>http://www.cnblogs.com/xiyurui/archive/2006/03/23/356764.html</id><title type="text">c#  访问excel</title><summary type="text">首先将excel.exe copy 到 ..\Microsoft Visual Studio .NET  2003\SDK\v1.1\Bin目录下 利用.net 中带的工具在命令提示符下执行tlbimp  excel.exe.这样就不会因为你的Excel是xp或2000的不同要去找不同的*.olb文件，还有一点就是因为在2000以后的版本中没有了excel9.olb这个文件了。 通过执行tlbim...</summary><published>2006-03-23T06:06:00Z</published><updated>2006-03-23T06:06:00Z</updated><author><name>晰雨的天空</name><uri>http://www.cnblogs.com/xiyurui/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xiyurui/archive/2006/03/23/356764.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xiyurui/archive/2006/03/23/356764.html"/></entry><entry><id>http://www.cnblogs.com/xiyurui/archive/2006/03/16/351523.html</id><title type="text">textbox 只能输入数字控制</title><summary type="text">非常简单，加一个属性事件:&amp;lt;asp:textbox class="Text"  onkeypress="if (event.keyCode &amp;lt; 48 || event.keyCode &amp;gt;57) event.returnValue = false;"id="txtY_Revenue" style="TEXT-ALIGN: right" runat="server" Width="9...</summary><published>2006-03-16T09:07:00Z</published><updated>2006-03-16T09:07:00Z</updated><author><name>晰雨的天空</name><uri>http://www.cnblogs.com/xiyurui/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xiyurui/archive/2006/03/16/351523.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xiyurui/archive/2006/03/16/351523.html"/></entry><entry><id>http://www.cnblogs.com/xiyurui/archive/2006/03/08/345738.html</id><title type="text">静态构造器和静态属性的执行顺序</title><summary type="text">class A{static A(){X=B.Y+1; ---------------third}public static int X=0; ---------------second}class B{ static B(){} -------------------fourth public static int Y=A.X+1; -------------------firststatic ...</summary><published>2006-03-08T07:59:00Z</published><updated>2006-03-08T07:59:00Z</updated><author><name>晰雨的天空</name><uri>http://www.cnblogs.com/xiyurui/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xiyurui/archive/2006/03/08/345738.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xiyurui/archive/2006/03/08/345738.html"/></entry></feed>
