<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_会飞的胖龟</title><subtitle type="text">欢迎</subtitle><id>http://feed.cnblogs.com/blog/u/22532/rss</id><updated>2010-03-31T03:14:36Z</updated><author><name>会飞的胖龟</name><uri>http://www.cnblogs.com/skysea82410/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/skysea82410/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/22532/rss"/><entry><id>http://www.cnblogs.com/skysea82410/archive/2009/10/20/1586768.html</id><title type="text">转：提高英语口语的方法</title><summary type="text">想提高英语口语水平，首先要在语音上下功夫:)~ 下面是些方法，你可以根据自己的学习方式掌握：）~ 1.其次，要有大量的阅读和听力做基础。在读和听的过程中，积累了词汇，掌握了句型，熟悉了用英语表达思想的方式，最重要的是培养了语感。 2.同时，学英语口语也需要用多种办法：如大声朗读英语对话和文章，朗读各种句型的例句和口语中最常用的句子，背诵文章及演讲，与会英语的人练口语，当然，最好与以英语为母语的人练...</summary><published>2009-10-20T02:33:00Z</published><updated>2009-10-20T02:33:00Z</updated><author><name>会飞的胖龟</name><uri>http://www.cnblogs.com/skysea82410/</uri></author><link rel="alternate" href="http://www.cnblogs.com/skysea82410/archive/2009/10/20/1586768.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/skysea82410/archive/2009/10/20/1586768.html"/></entry><entry><id>http://www.cnblogs.com/skysea82410/archive/2009/08/21/1551370.html</id><title type="text">软件需求的层次</title><summary type="text">软件需求包括3个层次：业务需求、用户需求和功能需求。(1)业务需求反映了组织机构或客户对系统高层次的目标要求。业务需求描述了为什么要实现这个系统，即希望通过该系统的实现达到什么目标。业务需求可以记录在项目视图与范围文档里，有时也被称为项目合约或市场需求文档。(2)用户需求描述了用户使用产品所能完成的任务。可以使用用例、方案脚本以及时间&amp;#8212;响应表来说明用户需求。因此，用户需求定了用户可以使...</summary><published>2009-08-21T06:03:00Z</published><updated>2009-08-21T06:03:00Z</updated><author><name>会飞的胖龟</name><uri>http://www.cnblogs.com/skysea82410/</uri></author><link rel="alternate" href="http://www.cnblogs.com/skysea82410/archive/2009/08/21/1551370.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/skysea82410/archive/2009/08/21/1551370.html"/></entry><entry><id>http://www.cnblogs.com/skysea82410/archive/2008/05/30/1210690.html</id><title type="text">子窗体调用父窗体的脚本方法</title><summary type="text">父窗体中有一个iframe，子窗体是通过iframe在父窗体中展现的父窗体javascript代码：function Callout(telNum){  if(telNum!="") { if(Agent.MakeCall(telNum,0)) { document.getElementById("txtEvent").value="正在呼出"; } else { alert("错误："+Agen...</summary><published>2008-05-30T05:59:00Z</published><updated>2008-05-30T05:59:00Z</updated><author><name>会飞的胖龟</name><uri>http://www.cnblogs.com/skysea82410/</uri></author><link rel="alternate" href="http://www.cnblogs.com/skysea82410/archive/2008/05/30/1210690.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/skysea82410/archive/2008/05/30/1210690.html"/></entry><entry><id>http://www.cnblogs.com/skysea82410/archive/2008/04/14/1152409.html</id><title type="text">GridView中点击按钮打开窗口并传参</title><summary type="text">GridView设置：protected void GridDisplay_RowDataBound(object sender, GridViewRowEventArgs e) { if (e.Row.RowType == DataControlRowType.DataRow) { if (e.Row.RowState == DataControlRowState.Normal || e.Row...</summary><published>2008-04-14T03:06:00Z</published><updated>2008-04-14T03:06:00Z</updated><author><name>会飞的胖龟</name><uri>http://www.cnblogs.com/skysea82410/</uri></author><link rel="alternate" href="http://www.cnblogs.com/skysea82410/archive/2008/04/14/1152409.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/skysea82410/archive/2008/04/14/1152409.html"/></entry><entry><id>http://www.cnblogs.com/skysea82410/archive/2008/04/14/1152367.html</id><title type="text">打开窗口</title><summary type="text">function ShowDialog(){ window.showModalDialog('Query_Display.aspx','window');}注：该方法打开窗口后，在子窗口执行某些事件时，会弹出新的窗口，避免方法是在子窗口页面的&amp;lt;head&amp;gt;之间写下如下脚本：&amp;lt;base target="_self" /&amp;gt;</summary><published>2008-04-14T02:58:00Z</published><updated>2008-04-14T02:58:00Z</updated><author><name>会飞的胖龟</name><uri>http://www.cnblogs.com/skysea82410/</uri></author><link rel="alternate" href="http://www.cnblogs.com/skysea82410/archive/2008/04/14/1152367.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/skysea82410/archive/2008/04/14/1152367.html"/></entry><entry><id>http://www.cnblogs.com/skysea82410/archive/2007/04/27/729499.html</id><title type="text">sharepoint中做web part的小技巧</title><summary type="text">对于一个要引用多个类的用户控件的web part来说,把这些类编译成一个dll文件放到80下的bin文件夹下即可使用</summary><published>2007-04-27T03:43:00Z</published><updated>2007-04-27T03:43:00Z</updated><author><name>会飞的胖龟</name><uri>http://www.cnblogs.com/skysea82410/</uri></author><link rel="alternate" href="http://www.cnblogs.com/skysea82410/archive/2007/04/27/729499.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/skysea82410/archive/2007/04/27/729499.html"/></entry><entry><id>http://www.cnblogs.com/skysea82410/archive/2007/04/27/729494.html</id><title type="text">对域中OU的遍历</title><summary type="text">protected void Page_Load(object sender, EventArgs e) { DirectoryEntry de = new DirectoryEntry(ldap, admin, pwd); TreeNode root = new TreeNode("root", "root"); TreeNode tn; foreach (DirectoryEntry chil...</summary><published>2007-04-27T03:40:00Z</published><updated>2007-04-27T03:40:00Z</updated><author><name>会飞的胖龟</name><uri>http://www.cnblogs.com/skysea82410/</uri></author><link rel="alternate" href="http://www.cnblogs.com/skysea82410/archive/2007/04/27/729494.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/skysea82410/archive/2007/04/27/729494.html"/></entry><entry><id>http://www.cnblogs.com/skysea82410/archive/2006/12/06/584658.html</id><title type="text">利用反射工厂来产生对象</title><summary type="text">public class InstanceFactory { public static DBFactory Instance(string InstanceType) { Type t = Type.GetType(InstanceType); DBFactory DBInstance = (DBFactory)Activator.CreateInstance(t); return DBInst...</summary><published>2006-12-06T13:40:00Z</published><updated>2006-12-06T13:40:00Z</updated><author><name>会飞的胖龟</name><uri>http://www.cnblogs.com/skysea82410/</uri></author><link rel="alternate" href="http://www.cnblogs.com/skysea82410/archive/2006/12/06/584658.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/skysea82410/archive/2006/12/06/584658.html"/></entry><entry><id>http://www.cnblogs.com/skysea82410/archive/2006/11/20/566352.html</id><title type="text">利用抽象工厂写的数据库通用类</title><summary type="text">public abstract class DBFactory { public abstract IDbConnection GetDBConnection(); public abstract IDbCommand GetDBCommand(); public abstract IDbDataAdapter GetDataAdapter(IDbCommand dic); }class DBOp...</summary><published>2006-11-20T09:39:00Z</published><updated>2006-11-20T09:39:00Z</updated><author><name>会飞的胖龟</name><uri>http://www.cnblogs.com/skysea82410/</uri></author><link rel="alternate" href="http://www.cnblogs.com/skysea82410/archive/2006/11/20/566352.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/skysea82410/archive/2006/11/20/566352.html"/></entry><entry><id>http://www.cnblogs.com/skysea82410/archive/2006/11/08/554670.html</id><title type="text">对于任意的XML的遍历</title><summary type="text">class test { private static string root; public static void showXML(string path) { XmlDocument xd = new XmlDocument(); xd.Load(path);  XmlNodeList xnl = xd.DocumentElement.ChildNodes; root = xd.FirstC...</summary><published>2006-11-08T14:52:00Z</published><updated>2006-11-08T14:52:00Z</updated><author><name>会飞的胖龟</name><uri>http://www.cnblogs.com/skysea82410/</uri></author><link rel="alternate" href="http://www.cnblogs.com/skysea82410/archive/2006/11/08/554670.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/skysea82410/archive/2006/11/08/554670.html"/></entry></feed>
