<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_Animax！_分类_笔记</title><id>http://feed.cnblogs.com/blog/u/30287/category/110733/rss</id><updated>2012-05-25T23:37:17Z</updated><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Anima0My/category/110733.html"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/30287/category/110733/rss"/><entry><id>http://www.cnblogs.com/Anima0My/archive/2009/10/24/1589300.html</id><title type="text">Light weight Framework (AnyBase) -- 通信模块说明</title><summary type="text">AnyBase项目的通信模块说明 , 包含REST与TCP方法。项目连接：http://anybase.codeplex.com/</summary><published>2009-10-24T13:32:00Z</published><updated>2009-10-24T13:32:00Z</updated><author><name>Animax！</name><uri>http://www.cnblogs.com/Anima0My/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Anima0My/archive/2009/10/24/1589300.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Anima0My/archive/2009/10/24/1589300.html"/><content type="text">AnyBase项目的通信模块说明 , 包含REST与TCP方法。项目连接：http://anybase.codeplex.com/</content></entry><entry><id>http://www.cnblogs.com/Anima0My/archive/2009/10/19/1585886.html</id><title type="text">关于WinIO.DLL的键盘输入模拟</title><summary type="text">真正可用的winIO.dll键盘模拟方法。</summary><published>2009-10-19T04:50:00Z</published><updated>2009-10-19T04:50:00Z</updated><author><name>Animax！</name><uri>http://www.cnblogs.com/Anima0My/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Anima0My/archive/2009/10/19/1585886.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Anima0My/archive/2009/10/19/1585886.html"/><content type="text">真正可用的winIO.dll键盘模拟方法。</content></entry><entry><id>http://www.cnblogs.com/Anima0My/archive/2009/08/04/1539122.html</id><title type="text">DB4o的缓存机制</title><summary type="text">一个面向对象数据库的缓存机制的研究。</summary><published>2009-08-04T15:33:00Z</published><updated>2009-08-04T15:33:00Z</updated><author><name>Animax！</name><uri>http://www.cnblogs.com/Anima0My/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Anima0My/archive/2009/08/04/1539122.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Anima0My/archive/2009/08/04/1539122.html"/><content type="text">一个面向对象数据库的缓存机制的研究。</content></entry><entry><id>http://www.cnblogs.com/Anima0My/archive/2009/07/21/1528158.html</id><title type="text">Winfrom界面异步操作的一个解决方法</title><summary type="text">首先定义为界面需要两个部分：1、界面的逻辑操作部分2、界面显示部分基本思路如下：&gt;界面逻辑操作部分提供支持方法以及支持方法列表。&gt;界面显示部分主动触发逻辑操作，并把操作完成后界面操作内容封装为一个闭包传入逻辑操作部分。&gt;界面逻辑操作在每次操作完成后激发界面显示部分闭包的操作内容。下面就定义一个界面逻辑操作的基类来处理异步的操作：publicclassViewOperation{p...</summary><published>2009-07-21T13:44:00Z</published><updated>2009-07-21T13:44:00Z</updated><author><name>Animax！</name><uri>http://www.cnblogs.com/Anima0My/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Anima0My/archive/2009/07/21/1528158.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Anima0My/archive/2009/07/21/1528158.html"/><content type="text">首先定义为界面需要两个部分：1、界面的逻辑操作部分2、界面显示部分基本思路如下：&gt;界面逻辑操作部分提供支持方法以及支持方法列表。&gt;界面显示部分主动触发逻辑操作，并把操作完成后界面操作内容封装为一个闭包传入逻辑操作部分。&gt;界面逻辑操作在每次操作完成后激发界面显示部分闭包的操作内容。下面就定义一个界面逻辑操作的基类来处理异步的操作：publicclassViewOperation{p...</content></entry><entry><id>http://www.cnblogs.com/Anima0My/archive/2008/11/30/1344301.html</id><title type="text">db4o 研究--性能测试</title><summary type="text">db4o 性能测试.</summary><published>2008-11-30T08:28:00Z</published><updated>2008-11-30T08:28:00Z</updated><author><name>Animax！</name><uri>http://www.cnblogs.com/Anima0My/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Anima0My/archive/2008/11/30/1344301.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Anima0My/archive/2008/11/30/1344301.html"/><content type="text">db4o 性能测试.</content></entry><entry><id>http://www.cnblogs.com/Anima0My/archive/2008/10/20/1313606.html</id><title type="text">Asp.net动态数据（Dynamic Data） 笔记一</title><summary type="text">Asp.net Dynamic Data 是一个快速开发框架，只需要指定Linq To Sql 或 ADO.Net Entity 数据实体并设置动态数据模板它便能动态生成整个网站。</summary><published>2008-10-20T05:17:00Z</published><updated>2008-10-20T05:17:00Z</updated><author><name>Animax！</name><uri>http://www.cnblogs.com/Anima0My/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Anima0My/archive/2008/10/20/1313606.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Anima0My/archive/2008/10/20/1313606.html"/><content type="text">Asp.net Dynamic Data 是一个快速开发框架，只需要指定Linq To Sql 或 ADO.Net Entity 数据实体并设置动态数据模板它便能动态生成整个网站。</content></entry><entry><id>http://www.cnblogs.com/Anima0My/archive/2008/04/22/1165305.html</id><title type="text">WF笔记 – Workflow概念</title><summary type="text">工作流是一组存储为模型的名为活动的基本单元，活动用于描述实际进程。工作流提供了一种方法，用于描述多项短期运行或长期运行的工作之间的执行顺序和依赖关系。此工作从头到尾地贯穿模型，并且活动可以人工执行或由系统功能执行。</summary><published>2008-04-22T03:46:00Z</published><updated>2008-04-22T03:46:00Z</updated><author><name>Animax！</name><uri>http://www.cnblogs.com/Anima0My/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Anima0My/archive/2008/04/22/1165305.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Anima0My/archive/2008/04/22/1165305.html"/><content type="text">工作流是一组存储为模型的名为活动的基本单元，活动用于描述实际进程。工作流提供了一种方法，用于描述多项短期运行或长期运行的工作之间的执行顺序和依赖关系。此工作从头到尾地贯穿模型，并且活动可以人工执行或由系统功能执行。</content></entry><entry><id>http://www.cnblogs.com/Anima0My/archive/2008/04/21/1164158.html</id><title type="text">WCF Demo – Http、TCP Host</title><summary type="text">契约数据类：using System.Runtime.Serialization;using System.ServiceModel;namespace PublicElements{public classpublicData{[DataContract]public classCompositeType{ boolboolValue = true; stringstringValue = "H...</summary><published>2008-04-21T08:46:00Z</published><updated>2008-04-21T08:46:00Z</updated><author><name>Animax！</name><uri>http://www.cnblogs.com/Anima0My/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Anima0My/archive/2008/04/21/1164158.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Anima0My/archive/2008/04/21/1164158.html"/><content type="text">契约数据类：using System.Runtime.Serialization;using System.ServiceModel;namespace PublicElements{public classpublicData{[DataContract]public classCompositeType{ boolboolValue = true; stringstringValue = "H...</content></entry><entry><id>http://www.cnblogs.com/Anima0My/archive/2008/04/17/1158932.html</id><title type="text">LINQ TO SQL 笔记 — 存储过程、并发与事务</title><summary type="text">前期设定：先定义有两个数据表：CREATE TABLE [dbo].[Table_A]( [AID][bigint] IDENTITY(1,1) NOT NULL, [name][text] COLLATE Chinese_PRC_CI_AS NULL, [name2][text] COLLATE Chinese_PRC_CI_AS NULL, [name3][text] COLLATE Chin...</summary><published>2008-04-17T14:57:00Z</published><updated>2008-04-17T14:57:00Z</updated><author><name>Animax！</name><uri>http://www.cnblogs.com/Anima0My/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Anima0My/archive/2008/04/17/1158932.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Anima0My/archive/2008/04/17/1158932.html"/><content type="text">前期设定：先定义有两个数据表：CREATE TABLE [dbo].[Table_A]( [AID][bigint] IDENTITY(1,1) NOT NULL, [name][text] COLLATE Chinese_PRC_CI_AS NULL, [name2][text] COLLATE Chinese_PRC_CI_AS NULL, [name3][text] COLLATE Chin...</content></entry><entry><id>http://www.cnblogs.com/Anima0My/archive/2008/04/16/1156146.html</id><title type="text">WCF笔记 - 绑定</title><summary type="text">【此文是纯碎的笔记（无逻辑的，松散的）】WCF中常用的binding方式：BasicHttpBinding: 用于把 WCF 服务当作 ASMX Web服务。用于兼容旧的Web ASMX 服务。WSHttpBinding: 比 BasicHttpBinding 更加安全，通常用于 non-duplex 服务通讯。WSDualHttpBinding: 和 WSHttpBinding 相比，它支持 d...</summary><published>2008-04-16T06:22:00Z</published><updated>2008-04-16T06:22:00Z</updated><author><name>Animax！</name><uri>http://www.cnblogs.com/Anima0My/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Anima0My/archive/2008/04/16/1156146.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Anima0My/archive/2008/04/16/1156146.html"/><content type="text">【此文是纯碎的笔记（无逻辑的，松散的）】WCF中常用的binding方式：BasicHttpBinding: 用于把 WCF 服务当作 ASMX Web服务。用于兼容旧的Web ASMX 服务。WSHttpBinding: 比 BasicHttpBinding 更加安全，通常用于 non-duplex 服务通讯。WSDualHttpBinding: 和 WSHttpBinding 相比，它支持 d...</content></entry><entry><id>http://www.cnblogs.com/Anima0My/archive/2008/04/05/1136854.html</id><title type="text">WCF 笔记</title><summary type="text">WCF笔记 – 简单使用：WCF概念: WCF是 “Windows Communication Foundation ”的缩写，Windows Communication Foundation (WCF) 是一个运行库和一组 API，用于创建在服务与客户端之间发送消息的系统。 它使用相同的基础结构和 API 来创建应用程序，这些应用程序可与同一计算机系统上或驻留...</summary><published>2008-04-05T05:16:00Z</published><updated>2008-04-05T05:16:00Z</updated><author><name>Animax！</name><uri>http://www.cnblogs.com/Anima0My/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Anima0My/archive/2008/04/05/1136854.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Anima0My/archive/2008/04/05/1136854.html"/><content type="text">WCF笔记 – 简单使用：WCF概念: WCF是 “Windows Communication Foundation ”的缩写，Windows Communication Foundation (WCF) 是一个运行库和一组 API，用于创建在服务与客户端之间发送消息的系统。 它使用相同的基础结构和 API 来创建应用程序，这些应用程序可与同一计算机系统上或驻留...</content></entry><entry><id>http://www.cnblogs.com/Anima0My/archive/2008/03/13/943482.html</id><title type="text">正则表达式[转载整理]</title><summary type="text">正则表达式列表 字符 描述 \ 将下一个字符标记为一个特殊字符、或一个原义字符、或一个 向后引用、或一个八进制转义符。例如，'n' 匹配字符 "n"。'\n' 匹配一个换行符。序列 '\\' 匹配 "\" 而 "\(" 则匹配 "("。 ^ 匹配输入字符串的开始位置。如果设置了 RegExp 对象的 Multiline 属性，^ 也匹配 '\n' 或 '\r' 之后的位置。 $ 匹配输入字符串的结...</summary><published>2008-03-12T16:35:00Z</published><updated>2008-03-12T16:35:00Z</updated><author><name>Animax！</name><uri>http://www.cnblogs.com/Anima0My/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Anima0My/archive/2008/03/13/943482.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Anima0My/archive/2008/03/13/943482.html"/><content type="text">正则表达式列表 字符 描述 \ 将下一个字符标记为一个特殊字符、或一个原义字符、或一个 向后引用、或一个八进制转义符。例如，'n' 匹配字符 "n"。'\n' 匹配一个换行符。序列 '\\' 匹配 "\" 而 "\(" 则匹配 "("。 ^ 匹配输入字符串的开始位置。如果设置了 RegExp 对象的 Multiline 属性，^ 也匹配 '\n' 或 '\r' 之后的位置。 $ 匹配输入字符串的结...</content></entry><entry><id>http://www.cnblogs.com/Anima0My/archive/2008/03/13/1103000.html</id><title type="text">LINQ 笔记 - LINQ to SQL 基本数据操作</title><summary type="text">首先需要讲一下 DataContext 类 。这个类是 LINQ to SQL 框架的主入口点。DataContext 是通过数据库连接映射的所有实体的源。要在数据库操作上玩 SQL 除了 DataContext 还需要一个数据表的实体类。在VS 2008 里面，可以直接使用生成 "LINQ to SQL 类" 来解决懒人的动手问题。添加 "LINQ to SQL 类" 后，可以直接使用 "服务资...</summary><published>2008-03-12T16:29:00Z</published><updated>2008-03-12T16:29:00Z</updated><author><name>Animax！</name><uri>http://www.cnblogs.com/Anima0My/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Anima0My/archive/2008/03/13/1103000.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Anima0My/archive/2008/03/13/1103000.html"/><content type="text">首先需要讲一下 DataContext 类 。这个类是 LINQ to SQL 框架的主入口点。DataContext 是通过数据库连接映射的所有实体的源。要在数据库操作上玩 SQL 除了 DataContext 还需要一个数据表的实体类。在VS 2008 里面，可以直接使用生成 "LINQ to SQL 类" 来解决懒人的动手问题。添加 "LINQ to SQL 类" 后，可以直接使用 "服务资...</content></entry><entry><id>http://www.cnblogs.com/Anima0My/archive/2008/02/27/1084131.html</id><title type="text">LINQ 笔记 - 语法与关键字</title><summary type="text">查询操作的三个部分：所有 LINQ 查询操作都由以下三个不同的操作组成：1.获取数据源。2.创建查询。3.执行查询。Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--&gt;staticvoidMain(){//1.数据源int[]numbers=newint[...</summary><published>2008-02-27T13:27:00Z</published><updated>2008-02-27T13:27:00Z</updated><author><name>Animax！</name><uri>http://www.cnblogs.com/Anima0My/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Anima0My/archive/2008/02/27/1084131.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Anima0My/archive/2008/02/27/1084131.html"/><content type="text">查询操作的三个部分：所有 LINQ 查询操作都由以下三个不同的操作组成：1.获取数据源。2.创建查询。3.执行查询。Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--&gt;staticvoidMain(){//1.数据源int[]numbers=newint[...</content></entry><entry><id>http://www.cnblogs.com/Anima0My/archive/2008/02/21/1074206.html</id><title type="text">LINQ 笔记- Lambda</title><summary type="text">先记录一下C# 3.0 中的新功能。隐式类型化变量：不在声明并初始化变量时显式指定类型，让编译器推断函数类型。Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--&gt;varT1=5;//T1的类型就是int,和intT1=5;是完全相同的属性的自动实现:当属性...</summary><published>2008-02-21T15:11:00Z</published><updated>2008-02-21T15:11:00Z</updated><author><name>Animax！</name><uri>http://www.cnblogs.com/Anima0My/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Anima0My/archive/2008/02/21/1074206.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Anima0My/archive/2008/02/21/1074206.html"/><content type="text">先记录一下C# 3.0 中的新功能。隐式类型化变量：不在声明并初始化变量时显式指定类型，让编译器推断函数类型。Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--&gt;varT1=5;//T1的类型就是int,和intT1=5;是完全相同的属性的自动实现:当属性...</content></entry><entry><id>http://www.cnblogs.com/Anima0My/archive/2008/01/28/1043542.html</id><title type="text">Excel导入SQL</title><summary type="text">SQL语句:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--&gt;select*into临时表FROMOpenDataSource('Microsoft.Jet.OLEDB.4.0','DataSource="Excel地址";Extendedpropert...</summary><published>2008-01-28T13:39:00Z</published><updated>2008-01-28T13:39:00Z</updated><author><name>Animax！</name><uri>http://www.cnblogs.com/Anima0My/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Anima0My/archive/2008/01/28/1043542.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Anima0My/archive/2008/01/28/1043542.html"/><content type="text">SQL语句:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--&gt;select*into临时表FROMOpenDataSource('Microsoft.Jet.OLEDB.4.0','DataSource="Excel地址";Extendedpropert...</content></entry><entry><id>http://www.cnblogs.com/Anima0My/archive/2007/12/29/962969.html</id><title type="text">WebServer 使用笔记</title><summary type="text">Web service 即是 XML Web service, 他作用在于提供一系列的过程给用户端使用. Web Service 能且只能传送XMl格式的数据 , 所以只要能被序列化的对象都能被传递。建立Web Service :在Vs.Net 上建立一个WebService和建立一个普通网站近乎一样 , 新建网站 -&gt; 选择建立Asp.Net Web 服务。成功建立 WebService ...</summary><published>2007-12-29T14:34:00Z</published><updated>2007-12-29T14:34:00Z</updated><author><name>Animax！</name><uri>http://www.cnblogs.com/Anima0My/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Anima0My/archive/2007/12/29/962969.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Anima0My/archive/2007/12/29/962969.html"/><content type="text">Web service 即是 XML Web service, 他作用在于提供一系列的过程给用户端使用. Web Service 能且只能传送XMl格式的数据 , 所以只要能被序列化的对象都能被传递。建立Web Service :在Vs.Net 上建立一个WebService和建立一个普通网站近乎一样 , 新建网站 -&gt; 选择建立Asp.Net Web 服务。成功建立 WebService ...</content></entry><entry><id>http://www.cnblogs.com/Anima0My/archive/2007/12/13/942244.html</id><title type="text">Socket 网络连接</title><summary type="text">Socket 是一个用于TCP或UDP通信的类 需要 using System.NetTCP :TcpListener : 从 TCP 网络客户端侦听连接。 打开一个TCP监听:TcpListenerTcpServer=newTcpListener(/*本机IP地址*/,/*本机监听的端口号*/);//新建一个TCP监听类TcpServer.Start();//开始监听此时 , 指定的端口开始侦听...</summary><published>2007-12-13T15:31:00Z</published><updated>2007-12-13T15:31:00Z</updated><author><name>Animax！</name><uri>http://www.cnblogs.com/Anima0My/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Anima0My/archive/2007/12/13/942244.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Anima0My/archive/2007/12/13/942244.html"/><content type="text">Socket 是一个用于TCP或UDP通信的类 需要 using System.NetTCP :TcpListener : 从 TCP 网络客户端侦听连接。 打开一个TCP监听:TcpListenerTcpServer=newTcpListener(/*本机IP地址*/,/*本机监听的端口号*/);//新建一个TCP监听类TcpServer.Start();//开始监听此时 , 指定的端口开始侦听...</content></entry><entry><id>http://www.cnblogs.com/Anima0My/archive/2007/11/18/962165.html</id><title type="text">Ado.net 第二集</title><summary type="text">DataSet 需要在数据库中处理数据,除了使用DataReader以外还有另外一个方式 . 就是使用DataSet.DataSet 是一个很强大的东西. DataSet 里面可以包含若干个DataTable 和 DataRelation .DataTable 里面包含了一个完整的表视图. DataRelation 则包含对DataTable的关系描述.把数据库的数据载入DataSet需要使用到S...</summary><published>2007-11-17T17:12:00Z</published><updated>2007-11-17T17:12:00Z</updated><author><name>Animax！</name><uri>http://www.cnblogs.com/Anima0My/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Anima0My/archive/2007/11/18/962165.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Anima0My/archive/2007/11/18/962165.html"/><content type="text">DataSet 需要在数据库中处理数据,除了使用DataReader以外还有另外一个方式 . 就是使用DataSet.DataSet 是一个很强大的东西. DataSet 里面可以包含若干个DataTable 和 DataRelation .DataTable 里面包含了一个完整的表视图. DataRelation 则包含对DataTable的关系描述.把数据库的数据载入DataSet需要使用到S...</content></entry><entry><id>http://www.cnblogs.com/Anima0My/archive/2007/11/16/943484.html</id><title type="text">Ado.net 第一集</title><summary type="text">关于ADO.net基于SQL操作的,数据接口的对象:SqlConnection : 建立连接SqlCommand : 执行SQL语句或执行存储过程SqlDataReader : 读取记录SqlDataAdapter : 把取得的记录结果存储到 Dataset ADO.net 也提供其他不同数据库的链接对象。 但使用方式基本是相同的。SqlConnection 数据库连接: 提供数据库连接字符串就可...</summary><published>2007-11-15T17:24:00Z</published><updated>2007-11-15T17:24:00Z</updated><author><name>Animax！</name><uri>http://www.cnblogs.com/Anima0My/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Anima0My/archive/2007/11/16/943484.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Anima0My/archive/2007/11/16/943484.html"/><content type="text">关于ADO.net基于SQL操作的,数据接口的对象:SqlConnection : 建立连接SqlCommand : 执行SQL语句或执行存储过程SqlDataReader : 读取记录SqlDataAdapter : 把取得的记录结果存储到 Dataset ADO.net 也提供其他不同数据库的链接对象。 但使用方式基本是相同的。SqlConnection 数据库连接: 提供数据库连接字符串就可...</content></entry></feed>
