<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_Asidy'Blog</title><subtitle type="text">学会感恩，学会共享；先做人，后做技术……</subtitle><id>http://feed.cnblogs.com/blog/u/29923/rss</id><updated>2010-12-30T02:37:31Z</updated><author><name>Asidy</name><uri>http://www.cnblogs.com/asidy/</uri></author><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/asidy/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/29923/rss"/><entry><id>http://www.cnblogs.com/asidy/archive/2010/03/11/1683087.html</id><title type="text">[转]禁止在 .NET Framework 中执行用户代码。启用 &amp;quot;clr enabled&amp;quot; 配置选项</title><summary type="text">刚运行.NET程序时出现了如题所示的错误[用的MSSQL2005的数据库]，最近几个月太忙了，故转过来一篇，权当时记录一下问题吧，解决问题的内容如下</summary><published>2010-03-10T16:29:00Z</published><updated>2010-03-10T16:29:00Z</updated><author><name>Asidy</name><uri>http://www.cnblogs.com/asidy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/asidy/archive/2010/03/11/1683087.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/asidy/archive/2010/03/11/1683087.html"/><content type="text">刚运行.NET程序时出现了如题所示的错误[用的MSSQL2005的数据库]，最近几个月太忙了，故转过来一篇，权当时记录一下问题吧，解决问题的内容如下</content></entry><entry><id>http://www.cnblogs.com/asidy/archive/2010/02/08/1665689.html</id><title type="text">[转]SQL Server 2005备份集中的数据库备份与现有的数据库不同的解决方法</title><summary type="text">SQL Server 2005 备份集中的数据库备份与现有的数据库不同 的解决方法</summary><published>2010-02-08T01:49:00Z</published><updated>2010-02-08T01:49:00Z</updated><author><name>Asidy</name><uri>http://www.cnblogs.com/asidy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/asidy/archive/2010/02/08/1665689.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/asidy/archive/2010/02/08/1665689.html"/><content type="text">SQL Server 2005 备份集中的数据库备份与现有的数据库不同 的解决方法</content></entry><entry><id>http://www.cnblogs.com/asidy/archive/2009/07/23/1529775.html</id><title type="text">asp.net中向数据库中插入数据时如何获得当前插入行的主键?</title><summary type="text">我们在进行数据库插入或更新操作的时候，有时我们需要知道当前插入行的数据库表的主键值，那么如何获得呢？下面的代码将实现获得插入数据时的主键值……</summary><published>2009-07-23T15:22:00Z</published><updated>2009-07-23T15:22:00Z</updated><author><name>Asidy</name><uri>http://www.cnblogs.com/asidy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/asidy/archive/2009/07/23/1529775.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/asidy/archive/2009/07/23/1529775.html"/><content type="text">我们在进行数据库插入或更新操作的时候，有时我们需要知道当前插入行的数据库表的主键值，那么如何获得呢？下面的代码将实现获得插入数据时的主键值……</content></entry><entry><id>http://www.cnblogs.com/asidy/archive/2009/07/20/1527412.html</id><title type="text">css中visibility与display的区别</title><summary type="text">visibility与display的区别：visibility隐藏对应的元素但不挤占该元素原来的空间；display隐藏对应的元素并且挤占该元素原来的空间……</summary><published>2009-07-20T15:46:00Z</published><updated>2009-07-20T15:46:00Z</updated><author><name>Asidy</name><uri>http://www.cnblogs.com/asidy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/asidy/archive/2009/07/20/1527412.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/asidy/archive/2009/07/20/1527412.html"/><content type="text">visibility与display的区别：visibility隐藏对应的元素但不挤占该元素原来的空间；display隐藏对应的元素并且挤占该元素原来的空间……</content></entry><entry><id>http://www.cnblogs.com/asidy/archive/2009/07/18/1526122.html</id><title type="text">一个比较纯洁的DIV+CSS下拉菜单</title><summary type="text">一个较纯洁的DIV+CSS下拉菜单……</summary><published>2009-07-18T04:52:00Z</published><updated>2009-07-18T04:52:00Z</updated><author><name>Asidy</name><uri>http://www.cnblogs.com/asidy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/asidy/archive/2009/07/18/1526122.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/asidy/archive/2009/07/18/1526122.html"/><content type="text">一个较纯洁的DIV+CSS下拉菜单……</content></entry><entry><id>http://www.cnblogs.com/asidy/archive/2009/07/13/1522715.html</id><title type="text">基于.NET平台的Windows编程实战系列课程导航及源码下载</title><summary type="text">本系列课程是专为新手们写来入门练习用的，目的是想通过一个完整的问卷调查管理系统案例来让新手们了解、加深或是熟悉项目的开发流程及在.NET平台上使用VS2005和C# 进行Windows方面的编程……</summary><published>2009-07-13T09:53:00Z</published><updated>2009-07-13T09:53:00Z</updated><author><name>Asidy</name><uri>http://www.cnblogs.com/asidy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/asidy/archive/2009/07/13/1522715.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/asidy/archive/2009/07/13/1522715.html"/><content type="text">本系列课程是专为新手们写来入门练习用的，目的是想通过一个完整的问卷调查管理系统案例来让新手们了解、加深或是熟悉项目的开发流程及在.NET平台上使用VS2005和C# 进行Windows方面的编程……</content></entry><entry><id>http://www.cnblogs.com/asidy/archive/2009/07/13/1522655.html</id><title type="text">一个用JS写的IP/时间/日期/email的验证函数</title><summary type="text">本JS验证函数，能够对IP、时间、日期、EMAIL进行验证……</summary><published>2009-07-13T09:15:00Z</published><updated>2009-07-13T09:15:00Z</updated><author><name>Asidy</name><uri>http://www.cnblogs.com/asidy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/asidy/archive/2009/07/13/1522655.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/asidy/archive/2009/07/13/1522655.html"/><content type="text">本JS验证函数，能够对IP、时间、日期、EMAIL进行验证……</content></entry><entry><id>http://www.cnblogs.com/asidy/archive/2009/06/26/1511828.html</id><title type="text">[转]同时安装MSSQL2000与MSSQL2005时所遇到的问题及解决方法小记</title><summary type="text">在同时安装MSSQL2000与MSSQL2005时总会碰到这样那样的问题，本文将就这些可能遇到或经常遇到的问题及解决方法小记一下，希望能对大家[当然也包括我，呵呵]有所帮助~~</summary><published>2009-06-26T09:19:00Z</published><updated>2009-06-26T09:19:00Z</updated><author><name>Asidy</name><uri>http://www.cnblogs.com/asidy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/asidy/archive/2009/06/26/1511828.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/asidy/archive/2009/06/26/1511828.html"/><content type="text">在同时安装MSSQL2000与MSSQL2005时总会碰到这样那样的问题，本文将就这些可能遇到或经常遇到的问题及解决方法小记一下，希望能对大家[当然也包括我，呵呵]有所帮助~~</content></entry><entry><id>http://www.cnblogs.com/asidy/archive/2009/06/18/1505752.html</id><title type="text">LINQ编程实战之TreeView动态绑定数据</title><summary type="text">使用LINQ在Windows应用程序中给TreeView控件动态的绑定数据……</summary><published>2009-06-18T05:20:00Z</published><updated>2009-06-18T05:20:00Z</updated><author><name>Asidy</name><uri>http://www.cnblogs.com/asidy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/asidy/archive/2009/06/18/1505752.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/asidy/archive/2009/06/18/1505752.html"/><content type="text">使用LINQ在Windows应用程序中给TreeView控件动态的绑定数据……</content></entry><entry><id>http://www.cnblogs.com/asidy/archive/2009/06/09/1499754.html</id><title type="text">一个老师的自责、道歉与思考</title><summary type="text">这是我一恩师的学生写在自己QQ空间的文章，看后，思索万千，倍感受益！故在此共享出来，希望能给更多看过这日志的人带来一些启发或深思或帮助！ 以下是原文……</summary><published>2009-06-09T08:16:00Z</published><updated>2009-06-09T08:16:00Z</updated><author><name>Asidy</name><uri>http://www.cnblogs.com/asidy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/asidy/archive/2009/06/09/1499754.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/asidy/archive/2009/06/09/1499754.html"/><content type="text">这是我一恩师的学生写在自己QQ空间的文章，看后，思索万千，倍感受益！故在此共享出来，希望能给更多看过这日志的人带来一些启发或深思或帮助！ 以下是原文……</content></entry></feed>
