<?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/16360/rss</id><updated>2010-02-25T01:25:04Z</updated><author><name>蓝天旭日</name><uri>http://www.cnblogs.com/hocylan/</uri></author><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hocylan/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/16360/rss"/><entry><id>http://www.cnblogs.com/hocylan/archive/2008/07/24/1250199.html</id><title type="text">C#绘制坐标简易曲线控件</title><summary type="text">1 首先确定曲线轴的长度和宽度，确定原点，便于坐标转换2 分别绘制X轴 Y轴，并且绘制刻度3 根据实际数据在坐标轴上绘制数据标识4 绘制曲线，计算实际坐标与数轴坐标之间的转换5 响应各种鼠标事件</summary><published>2008-07-24T01:36:00Z</published><updated>2008-07-24T01:36:00Z</updated><author><name>蓝天旭日</name><uri>http://www.cnblogs.com/hocylan/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hocylan/archive/2008/07/24/1250199.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hocylan/archive/2008/07/24/1250199.html"/><content type="text">1 首先确定曲线轴的长度和宽度，确定原点，便于坐标转换2 分别绘制X轴 Y轴，并且绘制刻度3 根据实际数据在坐标轴上绘制数据标识4 绘制曲线，计算实际坐标与数轴坐标之间的转换5 响应各种鼠标事件</content></entry><entry><id>http://www.cnblogs.com/hocylan/archive/2008/03/13/1103624.html</id><title type="text">使用SerialPort类设计串口通讯程序 (VS2005)[转载]</title><summary type="text">一．概述在Visual Studio 6.0中编写串口通讯程序，一般都使用MicrosoftCommunicationControl（简称MSComm）的通讯控件，只要通过对此控件的属性和事件进行相应编程操作，就可以轻松地实现串口通讯。但在Microsoft.Net技术广泛应用的今天，Visual Studio.Net没有将此控件加入控件库，所以人们采用了许多方法在Visual Studio.Ne...</summary><published>2008-03-13T05:51:00Z</published><updated>2008-03-13T05:51:00Z</updated><author><name>蓝天旭日</name><uri>http://www.cnblogs.com/hocylan/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hocylan/archive/2008/03/13/1103624.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hocylan/archive/2008/03/13/1103624.html"/><content type="text">一．概述在Visual Studio 6.0中编写串口通讯程序，一般都使用MicrosoftCommunicationControl（简称MSComm）的通讯控件，只要通过对此控件的属性和事件进行相应编程操作，就可以轻松地实现串口通讯。但在Microsoft.Net技术广泛应用的今天，Visual Studio.Net没有将此控件加入控件库，所以人们采用了许多方法在Visual Studio.Ne...</content></entry><entry><id>http://www.cnblogs.com/hocylan/archive/2008/03/12/1102354.html</id><title type="text">文件复制管理</title><summary type="text">1 选择源文件和目标文件2 碰到同目录同文件时,自动检查最后修改日期,不同则直接覆盖,相同则跳过3 自动遍历所有子文件夹或者文件</summary><published>2008-03-12T08:24:00Z</published><updated>2008-03-12T08:24:00Z</updated><author><name>蓝天旭日</name><uri>http://www.cnblogs.com/hocylan/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hocylan/archive/2008/03/12/1102354.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hocylan/archive/2008/03/12/1102354.html"/><content type="text">1 选择源文件和目标文件2 碰到同目录同文件时,自动检查最后修改日期,不同则直接覆盖,相同则跳过3 自动遍历所有子文件夹或者文件</content></entry><entry><id>http://www.cnblogs.com/hocylan/archive/2008/01/14/1038390.html</id><title type="text">C#钩子实现简单鼠标键盘的监控和屏蔽 </title><summary type="text">第一步：安装钩子：SetWindowsHookEx(WH_Codes idHook, HookProc lpfn,IntPtr pInstance, int threadId);第二步：回调和处理 CallNextHookEx(IntPtr pHookHandle, int nCode,Int32 wParam, IntPtr lParam);</summary><published>2008-01-14T07:40:00Z</published><updated>2008-01-14T07:40:00Z</updated><author><name>蓝天旭日</name><uri>http://www.cnblogs.com/hocylan/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hocylan/archive/2008/01/14/1038390.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hocylan/archive/2008/01/14/1038390.html"/><content type="text">第一步：安装钩子：SetWindowsHookEx(WH_Codes idHook, HookProc lpfn,IntPtr pInstance, int threadId);第二步：回调和处理 CallNextHookEx(IntPtr pHookHandle, int nCode,Int32 wParam, IntPtr lParam);</content></entry><entry><id>http://www.cnblogs.com/hocylan/archive/2008/01/08/1029974.html</id><title type="text">SQL经典语句和要点整理</title><summary type="text">action add aggregate all alter after and as asc avg avg_row_length auto_increment between bigint bit binary blob bool both by cascade case char character change check checksum column columns comment constraint create cross current</summary><published>2008-01-08T02:43:00Z</published><updated>2008-01-08T02:43:00Z</updated><author><name>蓝天旭日</name><uri>http://www.cnblogs.com/hocylan/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hocylan/archive/2008/01/08/1029974.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hocylan/archive/2008/01/08/1029974.html"/><content type="text">action add aggregate all alter after and as asc avg avg_row_length auto_increment between bigint bit binary blob bool both by cascade case char character change check checksum column columns comment constraint create cross current</content></entry><entry><id>http://www.cnblogs.com/hocylan/archive/2008/01/03/1024753.html</id><title type="text">简单C# DGI绘图:时钟   (透明pictureBox解决抖动问题)</title><summary type="text">这里是在C#中采用GDI绘图来完成时钟，结合pictureBox来解决了普通的抖动、闪烁问题。</summary><published>2008-01-03T08:57:00Z</published><updated>2008-01-03T08:57:00Z</updated><author><name>蓝天旭日</name><uri>http://www.cnblogs.com/hocylan/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hocylan/archive/2008/01/03/1024753.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hocylan/archive/2008/01/03/1024753.html"/><content type="text">这里是在C#中采用GDI绘图来完成时钟，结合pictureBox来解决了普通的抖动、闪烁问题。</content></entry><entry><id>http://www.cnblogs.com/hocylan/archive/2008/01/02/1023237.html</id><title type="text">数据通讯之Microsoft .Net Remoting入门（2）</title><summary type="text">remoting是以通道来连接两个应用程序域之间来进行通讯的，客户端通过remoting访问通道以获得服务器端远程对象，再通过代理解析为客户端对象。远程对象代码可以运行在服务器上（分为服务器端激活的对象和客户端激活的对象），客户端通过remoting连接服务器，获得该服务对象并通过序列化在客户端运行,在remoting可以同时注册多个通道的，但是必须采用不同的端口号和名称来标示，因为名称是通道的唯一标示符。</summary><published>2008-01-02T07:04:00Z</published><updated>2008-01-02T07:04:00Z</updated><author><name>蓝天旭日</name><uri>http://www.cnblogs.com/hocylan/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hocylan/archive/2008/01/02/1023237.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hocylan/archive/2008/01/02/1023237.html"/><content type="text">remoting是以通道来连接两个应用程序域之间来进行通讯的，客户端通过remoting访问通道以获得服务器端远程对象，再通过代理解析为客户端对象。远程对象代码可以运行在服务器上（分为服务器端激活的对象和客户端激活的对象），客户端通过remoting连接服务器，获得该服务对象并通过序列化在客户端运行,在remoting可以同时注册多个通道的，但是必须采用不同的端口号和名称来标示，因为名称是通道的唯一标示符。</content></entry><entry><id>http://www.cnblogs.com/hocylan/archive/2007/12/29/1020346.html</id><title type="text">数据通讯之Microsoft .Net Remoting入门（1）</title><summary type="text">谈到数据通讯，大家首先想到的是socket,因为它更面向底层，使用socket效率也比较高，但是就效率而言，socket并不是一个很好的选择，最大的问题是需要硬编码，传过去的数据包需要按位解析等。Remoting, 它让你把本来通过Socket做的并且还比较复杂的事情简单化了，</summary><published>2007-12-29T11:03:00Z</published><updated>2007-12-29T11:03:00Z</updated><author><name>蓝天旭日</name><uri>http://www.cnblogs.com/hocylan/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hocylan/archive/2007/12/29/1020346.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hocylan/archive/2007/12/29/1020346.html"/><content type="text">谈到数据通讯，大家首先想到的是socket,因为它更面向底层，使用socket效率也比较高，但是就效率而言，socket并不是一个很好的选择，最大的问题是需要硬编码，传过去的数据包需要按位解析等。Remoting, 它让你把本来通过Socket做的并且还比较复杂的事情简单化了，</content></entry><entry><id>http://www.cnblogs.com/hocylan/archive/2007/12/26/1015600.html</id><title type="text">C#中EXCEL小应用举例</title><summary type="text">首先加载引用：using Microsoft.Office.Interop.Excel;using ExcelApplication = Microsoft.Office.Interop.Excel.Application;</summary><published>2007-12-26T07:20:00Z</published><updated>2007-12-26T07:20:00Z</updated><author><name>蓝天旭日</name><uri>http://www.cnblogs.com/hocylan/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hocylan/archive/2007/12/26/1015600.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hocylan/archive/2007/12/26/1015600.html"/><content type="text">首先加载引用：using Microsoft.Office.Interop.Excel;using ExcelApplication = Microsoft.Office.Interop.Excel.Application;</content></entry><entry><id>http://www.cnblogs.com/hocylan/archive/2007/12/26/1015572.html</id><title type="text">也谈C#对话框</title><summary type="text">1、文件对话框(FileDialog) 它又常用到两个：打开文件对话框(OpenFileDialog),保存文件对话(SaveFileDialog)2、字体对话框(FontDialog)3、颜色对话框(ＣolorDialog)4、打印预浏对话框(PrintPreviewDialog)5、页面设置(PrintDialog)6、打印对话框(PrintDialog)</summary><published>2007-12-26T07:02:00Z</published><updated>2007-12-26T07:02:00Z</updated><author><name>蓝天旭日</name><uri>http://www.cnblogs.com/hocylan/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hocylan/archive/2007/12/26/1015572.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hocylan/archive/2007/12/26/1015572.html"/><content type="text">1、文件对话框(FileDialog) 它又常用到两个：打开文件对话框(OpenFileDialog),保存文件对话(SaveFileDialog)2、字体对话框(FontDialog)3、颜色对话框(ＣolorDialog)4、打印预浏对话框(PrintPreviewDialog)5、页面设置(PrintDialog)6、打印对话框(PrintDialog)</content></entry></feed>
