<?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/17691/rss</id><updated>2010-02-12T07:28:35Z</updated><author><name>落拓孤鸿</name><uri>http://www.cnblogs.com/cheatlove/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cheatlove/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/17691/rss"/><entry><id>http://www.cnblogs.com/cheatlove/archive/2007/08/23/867427.html</id><title type="text">把SQL SERVER里表里的数据导出成为insert into 脚本</title><summary type="text">终于找到这个过程了:CREATE PROCEDURE  dbo.UspOutputData @tablename  sysname AS declare  @column  varchar(1000) declare  @columndata  varchar(1000) declare  @sql  varchar(4000) declare  @xtype  tinyint declare  ...</summary><published>2007-08-23T13:55:00Z</published><updated>2007-08-23T13:55:00Z</updated><author><name>落拓孤鸿</name><uri>http://www.cnblogs.com/cheatlove/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cheatlove/archive/2007/08/23/867427.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cheatlove/archive/2007/08/23/867427.html"/></entry><entry><id>http://www.cnblogs.com/cheatlove/archive/2007/06/28/799376.html</id><title type="text">七种武器-----.NET</title><summary type="text">一、.NET框架（七种武器之孔雀翎） 开发人员应该熟悉.NET FrameWork体系结构和基本原理，熟悉CLR（公共语言运行时）和MSIL(中间语言)，熟悉.NET框架中的委托、线程、序列化、集合、垃圾回收机制、反射等内容。 （世界上绝没有一种暗器能比孔雀翎更厉害，也绝没有一种武器能比孔雀翎更美丽&amp;#8230;&amp;#8230;孔雀翎娇小的身躯中隐藏着巨大的威力&amp;#8230;&amp;#8230;.NET框...</summary><published>2007-06-28T13:32:00Z</published><updated>2007-06-28T13:32:00Z</updated><author><name>落拓孤鸿</name><uri>http://www.cnblogs.com/cheatlove/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cheatlove/archive/2007/06/28/799376.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cheatlove/archive/2007/06/28/799376.html"/></entry><entry><id>http://www.cnblogs.com/cheatlove/archive/2006/12/06/584698.html</id><title type="text">多文件上传</title><summary type="text">最近公司项目需要做多文件上传处理，同时要求对上传上来的数据在不插入数据库的情况进行操作。根据实际情况我做了如下的处理：1：先实现把文件放在DataTable中。2：将DataTable中数据放在DataGrid中进行呈现（可以及时的查看附件，可以及时的更改）。3：启动事务，处理附件的主数据（某条具有多附件信息的数据）保存主数据并且返回唯一标识。4：接受事务参数，保存附件信息。5：返回。在这其中，对...</summary><published>2006-12-06T14:13:00Z</published><updated>2006-12-06T14:13:00Z</updated><author><name>落拓孤鸿</name><uri>http://www.cnblogs.com/cheatlove/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cheatlove/archive/2006/12/06/584698.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cheatlove/archive/2006/12/06/584698.html"/></entry><entry><id>http://www.cnblogs.com/cheatlove/archive/2006/05/30/413336.html</id><title type="text">C#实现的数据加密和解密</title><summary type="text">1usingSystem;2usingSystem.IO;3usingSystem.Security.Cryptography;45namespaceVavic6{7/**////&amp;lt;summary&amp;gt;8///Security的摘要说明。9///&amp;lt;/summary&amp;gt;10publicclassSecurity11{12conststringKEY_6="VavicApp";13c...</summary><published>2006-05-30T10:37:00Z</published><updated>2006-05-30T10:37:00Z</updated><author><name>落拓孤鸿</name><uri>http://www.cnblogs.com/cheatlove/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cheatlove/archive/2006/05/30/413336.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cheatlove/archive/2006/05/30/413336.html"/></entry><entry><id>http://www.cnblogs.com/cheatlove/archive/2006/05/21/405349.html</id><title type="text">文件属性的点滴</title><summary type="text">最近突然发现，在任意一个文件，例如一个ＰＤＦ文件，右键＂属性＂，＂摘要＂，下面有许多的项可供选择，自己自相了一下，觉得这些是个很有用的信息，如果把这些项全部添上之后，那样岂不是搜索文件起来速度很快，那样的话，如果大型的栏目用文件组织起来搜索的，把组织的路径存储数据库，那样的话，搜索速度应该比单独的在磁盘中搜索我想应该快的多，我想了这些应该和ＷＩＮ　ＡＰＩ有关系吧，后来在ＭＳ上找到了关于这些的文章，...</summary><published>2006-05-20T16:07:00Z</published><updated>2006-05-20T16:07:00Z</updated><author><name>落拓孤鸿</name><uri>http://www.cnblogs.com/cheatlove/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cheatlove/archive/2006/05/21/405349.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cheatlove/archive/2006/05/21/405349.html"/></entry><entry><id>http://www.cnblogs.com/cheatlove/archive/2006/05/16/401560.html</id><title type="text">IE7.0</title><summary type="text">最近在想闹明白VISTA,所以就对MS的IE7.0想去体验一下,不知道从什么途径得到了个,但是在安装的时候竟然说我的系统不支持,不知道是什么回事!我的系统是 WIN2003+SP1,难道IE7.0不支持SERVER版本的?郁闷!现在提供出来给大家下一下看看,据说IE7.0很好.提醒一下:IE7.0安装的时候会验证你的OS的版本,正版的当然是没问题,如果是盗版的,那就.........嘿嘿!我想把I...</summary><published>2006-05-16T07:38:00Z</published><updated>2006-05-16T07:38:00Z</updated><author><name>落拓孤鸿</name><uri>http://www.cnblogs.com/cheatlove/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cheatlove/archive/2006/05/16/401560.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cheatlove/archive/2006/05/16/401560.html"/></entry><entry><id>http://www.cnblogs.com/cheatlove/archive/2006/05/12/398001.html</id><title type="text">项目方案的问题</title><summary type="text">打个比方,我在这个站点上验证身份之后,就不需要在我的服务器上另外的站点验证了，就是说，身份在我的服务器上是共享的，就是类似的那种PASSPORT的东西，根据这样不知道各位有没有什么好建议呢？需要用WEBSERICE？？在思考.............那数据库的结构又怎么来构建呢?</summary><published>2006-05-12T02:33:00Z</published><updated>2006-05-12T02:33:00Z</updated><author><name>落拓孤鸿</name><uri>http://www.cnblogs.com/cheatlove/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cheatlove/archive/2006/05/12/398001.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cheatlove/archive/2006/05/12/398001.html"/></entry><entry><id>http://www.cnblogs.com/cheatlove/archive/2006/04/04/367017.html</id><title type="text">续：C#串口操作</title><summary type="text">今天继续写C#的工业扫描串口。突然遇到一个很奇怪的问题：那就是我要求把某些码得到之后进行业务处理，但是就是这个时候突然发现扫描出来的 码位数不正确了！我就很怀疑自己的代码逻辑了。于是，我就逐行进行调试，而接受口扫描值的变量竟然是正确的，当我跳出调试回到程序中时候，竟然得到的码是正确的了！很郁闷！！！！！后来，我才想到，原来串口传输的数据是有限制的，每次只可以传输8位，而我要求传输的数据是13位，再...</summary><published>2006-04-04T15:15:00Z</published><updated>2006-04-04T15:15:00Z</updated><author><name>落拓孤鸿</name><uri>http://www.cnblogs.com/cheatlove/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cheatlove/archive/2006/04/04/367017.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cheatlove/archive/2006/04/04/367017.html"/></entry><entry><id>http://www.cnblogs.com/cheatlove/archive/2006/04/04/366144.html</id><title type="text">C#中的串口操作（最简单模式）</title><summary type="text">项目需要写个扫描的程序，原来是用VB做的，用的也是很好！不知道是不是客户心血来潮，现在竟然要加到.NET平台下，用C#来实现。早就听说了C#对串口的支持不是很好，一用还真是的 。找到了MSComm.ocx之后把他COPY到SYSTEM32下面，写了个注册表文件，把这个给注册一下REGEDITHKEY_CLASSES_ROOT\Licenses=Licensing:Copyingthekeysmay...</summary><published>2006-04-03T23:53:00Z</published><updated>2006-04-03T23:53:00Z</updated><author><name>落拓孤鸿</name><uri>http://www.cnblogs.com/cheatlove/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cheatlove/archive/2006/04/04/366144.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cheatlove/archive/2006/04/04/366144.html"/></entry><entry><id>http://www.cnblogs.com/cheatlove/archive/2006/04/01/364197.html</id><title type="text">有感于查询的条件构造</title><summary type="text">公司做的项目，要求要个查询的测试工具，没办法就写了个！现在有个问题是，我的查询条件可能有很多，我没什么好的办法，只想到了，多态这样的方式来实现，不知道还有其他的办法没？</summary><published>2006-04-01T05:39:00Z</published><updated>2006-04-01T05:39:00Z</updated><author><name>落拓孤鸿</name><uri>http://www.cnblogs.com/cheatlove/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cheatlove/archive/2006/04/01/364197.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cheatlove/archive/2006/04/01/364197.html"/></entry></feed>
