<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_P.Dragon's Blog</title><subtitle type="text">.NET学习,生活点滴。</subtitle><id>http://feed.cnblogs.com/blog/u/16782/rss</id><updated>2006-12-09T09:57:42Z</updated><author><name>P.Dragon's Blog</name><uri>http://www.cnblogs.com/TopWin/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/TopWin/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/16782/rss"/><entry><id>http://www.cnblogs.com/TopWin/archive/2006/12/09/587404.html</id><title type="text">blog搬家, http://www.tws8.net</title><summary type="text">欢迎大家继续交流。谢谢。http://www.tws8.net</summary><published>2006-12-09T09:58:00Z</published><updated>2006-12-09T09:58:00Z</updated><author><name>P.Dragon's Blog</name><uri>http://www.cnblogs.com/TopWin/</uri></author><link rel="alternate" href="http://www.cnblogs.com/TopWin/archive/2006/12/09/587404.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/TopWin/archive/2006/12/09/587404.html"/></entry><entry><id>http://www.cnblogs.com/TopWin/archive/2006/11/15/561800.html</id><title type="text">开学至今感想</title><summary type="text">每个人都是有私心的，即使是你最最最最最最信任的人，除了你的家人。主动出击，不要让主动权控制在别人的手里，认清自己的目标，并向着目标奋斗，不要去顾忌别人的看法。不要轻易相信任何人，任何任何任何人，即使他一直似乎很很很很好的样子，按自己的原则去对待。认清自己最主要的事情是什么，不要因为赚钱而耽误学习的时间，即使有时候身不由己，也不要忘记自己的奋斗目标。做任何事情，说任何言语之前，想想想，再想，再再想，...</summary><published>2006-11-15T15:38:00Z</published><updated>2006-11-15T15:38:00Z</updated><author><name>P.Dragon's Blog</name><uri>http://www.cnblogs.com/TopWin/</uri></author><link rel="alternate" href="http://www.cnblogs.com/TopWin/archive/2006/11/15/561800.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/TopWin/archive/2006/11/15/561800.html"/></entry><entry><id>http://www.cnblogs.com/TopWin/archive/2006/10/25/539002.html</id><title type="text">基于C的文件操作 </title><summary type="text">在ANSI C中，对文件的操作分为两种方式，即流式文件操作和I/O文件操作，下面就分别介绍之。一、流式文件操作　　这种方式的文件操作有一个重要的结构FILE，FILE在stdio.h中定义如下：typedef struct {int level; /* fill/empty level of buffer */unsigned flags; /* File status flags */char ...</summary><published>2006-10-24T18:44:00Z</published><updated>2006-10-24T18:44:00Z</updated><author><name>P.Dragon's Blog</name><uri>http://www.cnblogs.com/TopWin/</uri></author><link rel="alternate" href="http://www.cnblogs.com/TopWin/archive/2006/10/25/539002.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/TopWin/archive/2006/10/25/539002.html"/></entry><entry><id>http://www.cnblogs.com/TopWin/archive/2006/09/05/494829.html</id><title type="text">sql server转换时间为字符串 </title><summary type="text">convert(varchar(8),getdate(),112)把2006-12-12 12:12:12 转换成 20061212</summary><published>2006-09-04T18:26:00Z</published><updated>2006-09-04T18:26:00Z</updated><author><name>P.Dragon's Blog</name><uri>http://www.cnblogs.com/TopWin/</uri></author><link rel="alternate" href="http://www.cnblogs.com/TopWin/archive/2006/09/05/494829.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/TopWin/archive/2006/09/05/494829.html"/></entry><entry><id>http://www.cnblogs.com/TopWin/archive/2006/07/21/456087.html</id><title type="text">asp.net关于文件在数据库的存入和读取...</title><summary type="text">最近有个涉及到邮件的活，需要把文件上传到数据库，然后再把文件从数据库里面读出来，进行下载。找了一些资料之后运用到项目当中。数据库的结构如下：USE[EOffice]GO/**//******对象:Table[dbo].[Group_Files]脚本日期:07/20/200623:57:34******/SETANSI_NULLSONGOSETQUOTED_IDENTIFIERONGOSETANSI...</summary><published>2006-07-20T16:05:00Z</published><updated>2006-07-20T16:05:00Z</updated><author><name>P.Dragon's Blog</name><uri>http://www.cnblogs.com/TopWin/</uri></author><link rel="alternate" href="http://www.cnblogs.com/TopWin/archive/2006/07/21/456087.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/TopWin/archive/2006/07/21/456087.html"/></entry><entry><id>http://www.cnblogs.com/TopWin/archive/2006/05/11/397273.html</id><title type="text">给SQL Server存储过程,传送数组参数的变通办法</title><summary type="text">今天做OA程序用到sql server存储过程,需要传递数组参数,但是sql server本身不支持数组,于是从网上找了一些资料.方法一、利用SQL Server强大的字符串处理传把数组格式化为类似"1,2,3,4,5,6"然后在存储过程中用SubString配合CharIndex把分割开来。存储过程如下：1CREATEPROCEDUREdbo.ProductListUpdateSpecialLi...</summary><published>2006-05-11T05:57:00Z</published><updated>2006-05-11T05:57:00Z</updated><author><name>P.Dragon's Blog</name><uri>http://www.cnblogs.com/TopWin/</uri></author><link rel="alternate" href="http://www.cnblogs.com/TopWin/archive/2006/05/11/397273.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/TopWin/archive/2006/05/11/397273.html"/></entry><entry><id>http://www.cnblogs.com/TopWin/archive/2006/05/08/394392.html</id><title type="text">vc 6调试技巧</title><summary type="text">调试:F9:设置断点Alt+F9:管理断点F5:到下一个断点F10:单步执行Ctrl+f10:到光标处F11:进入函数(包括系统函)内F5后Build菜单会变成Debug菜单,同时View菜单下面的DubugWindows变成可用:wtach:显示用户指定的变量的值,callstatck:显示函数调用关系memory:显示用户指定地址的值Variables:显示Auto变量,Local变量,thi...</summary><published>2006-05-08T15:00:00Z</published><updated>2006-05-08T15:00:00Z</updated><author><name>P.Dragon's Blog</name><uri>http://www.cnblogs.com/TopWin/</uri></author><link rel="alternate" href="http://www.cnblogs.com/TopWin/archive/2006/05/08/394392.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/TopWin/archive/2006/05/08/394392.html"/></entry><entry><id>http://www.cnblogs.com/TopWin/archive/2006/05/02/390454.html</id><title type="text">网上女友和现实女友的对话</title><summary type="text">女孩捧着饭盒呆呆的站在男孩的后面，看到了他开心的在键盘上打字，和他的仙境老婆诉说着绵绵情爱，女孩的心揪了一下，但她还是告诉自己，这只是网络而已。她把饭盒放在男孩的桌边说：&amp;#8220;快点吃，凉了就不好吃了。&amp;#8221;男孩头也没抬的嗯了一声，继续他的情话大奉献。女孩默默的走了。 　　此刻已是凌晨2点，女孩叹了口气，她已不奢望男孩会送她，但却连一句叮嘱的话都没有。她宽容的一笑，回家了。 　　事隔...</summary><published>2006-05-01T17:48:00Z</published><updated>2006-05-01T17:48:00Z</updated><author><name>P.Dragon's Blog</name><uri>http://www.cnblogs.com/TopWin/</uri></author><link rel="alternate" href="http://www.cnblogs.com/TopWin/archive/2006/05/02/390454.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/TopWin/archive/2006/05/02/390454.html"/></entry><entry><id>http://www.cnblogs.com/TopWin/archive/2006/03/23/356454.html</id><title type="text">ASP.NET无限分类</title><summary type="text">开始在网上查找到asp的无限分类,但是asp.net的几乎找不到,找到的也是跟TreeView结合起来的.找到asp版本的代码有几种,原来都差不多是采用递归算法.其中表结构都是如下:表名称是ClassNameid 主键sid 对应的父类的idClassName对应类别的名称.代码段一:1functionloadNextType(upid,rank)2dimrs3setrs="select*from...</summary><published>2006-03-23T01:51:00Z</published><updated>2006-03-23T01:51:00Z</updated><author><name>P.Dragon's Blog</name><uri>http://www.cnblogs.com/TopWin/</uri></author><link rel="alternate" href="http://www.cnblogs.com/TopWin/archive/2006/03/23/356454.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/TopWin/archive/2006/03/23/356454.html"/></entry><entry><id>http://www.cnblogs.com/TopWin/archive/2006/03/21/354572.html</id><title type="text">using (XX xx = ...) 的含义</title><summary type="text">有些资源,申请了,用完了,就要释放掉,比如文件打开后,要关闭, 数据库打开后,要关闭.一般是这样XX xx = null;try{ xx.Open();} finally { if (xx != null) { xx.Dispose(); }}其中Dispose()方法 是接口IDispose的方法.你可以认为写上using (XX xx = ...) { 这里尽情地用吧!}它就像上面写的try ...</summary><published>2006-03-21T01:41:00Z</published><updated>2006-03-21T01:41:00Z</updated><author><name>P.Dragon's Blog</name><uri>http://www.cnblogs.com/TopWin/</uri></author><link rel="alternate" href="http://www.cnblogs.com/TopWin/archive/2006/03/21/354572.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/TopWin/archive/2006/03/21/354572.html"/></entry></feed>
