<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_一直在努力</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/9008/rss</id><updated>2009-04-09T02:14:09Z</updated><author><name>阿风的博客</name><uri>http://www.cnblogs.com/songafeng/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/songafeng/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/9008/rss"/><entry><id>http://www.cnblogs.com/songafeng/archive/2009/04/09/1432223.html</id><title type="text">得到一个字符串的占位长度的函数</title><summary type="text">本例主要是判断一个字符是否是中文，在unicode 字符串中，中文的范围是在4E00..9FFF，通过对字符的unicode编码进行判断来确定字符是否为中文。CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--&amp;gt;/**////&amp;lt;summary&amp;...</summary><published>2009-04-09T02:14:00Z</published><updated>2009-04-09T02:14:00Z</updated><author><name>阿风的博客</name><uri>http://www.cnblogs.com/songafeng/</uri></author><link rel="alternate" href="http://www.cnblogs.com/songafeng/archive/2009/04/09/1432223.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/songafeng/archive/2009/04/09/1432223.html"/></entry><entry><id>http://www.cnblogs.com/songafeng/archive/2006/01/13/316540.html</id><title type="text">一个类似SPY++雷达手的工具</title><summary type="text">第一次写API的程序，做了一个类似SPY++雷达手的工具，可以捕捉鼠标当前的位置，句柄，类名等。图：软件下载地址：http://221.224.12.5:8080/sgs/CursorPlace/CursorPlace.rar源码地址：http://221.224.12.5:8080/sgs/CursorPlace/CursorPlace_source.rar开发工具：VS.Net 2003</summary><published>2006-01-13T02:16:00Z</published><updated>2006-01-13T02:16:00Z</updated><author><name>阿风的博客</name><uri>http://www.cnblogs.com/songafeng/</uri></author><link rel="alternate" href="http://www.cnblogs.com/songafeng/archive/2006/01/13/316540.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/songafeng/archive/2006/01/13/316540.html"/></entry><entry><id>http://www.cnblogs.com/songafeng/archive/2005/12/27/305696.html</id><title type="text">RPM V2.2发布</title><summary type="text">注：RPM 其实就是TableSchema的升级版，全称是：Rainbow Project Manager。是为我的公司数据库项目管理而改的名字的。下载地址：http://221.224.12.5:8080/sgs/RPM/RPM.rar版本：V2.2大小：4.70M发布日期：2005-12-27 在软件开发的时候我们经常要和数据库打交道,特别是SQL Server,大部分应用软件和网站都在使用S...</summary><published>2005-12-27T07:20:00Z</published><updated>2005-12-27T07:20:00Z</updated><author><name>阿风的博客</name><uri>http://www.cnblogs.com/songafeng/</uri></author><link rel="alternate" href="http://www.cnblogs.com/songafeng/archive/2005/12/27/305696.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/songafeng/archive/2005/12/27/305696.html"/></entry><entry><id>http://www.cnblogs.com/songafeng/archive/2005/11/23/282919.html</id><title type="text">关于Table Schema</title><summary type="text">在软件开发的时候我们经常要和数据库打交道,特别是SQL Server,大部分应用软件和网站都在使用SQL Server,大型的项目里还有大量的存储过程,在很多表和存储过程的时候如何维护它们成为摆在我们面前的关键问题。 最近写了一个小程序,从一定的程度上让我们从这些烦琐的事情中解脱出来. 软件的下载地址：下载 另:本软件使用C#编写,如果没有安装dotNetFrameWork,将无法运行,可以去微软...</summary><published>2005-11-23T08:28:00Z</published><updated>2005-11-23T08:28:00Z</updated><author><name>阿风的博客</name><uri>http://www.cnblogs.com/songafeng/</uri></author><link rel="alternate" href="http://www.cnblogs.com/songafeng/archive/2005/11/23/282919.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/songafeng/archive/2005/11/23/282919.html"/></entry><entry><id>http://www.cnblogs.com/songafeng/archive/2005/11/22/282015.html</id><title type="text">一段取得数据库中所有表字段及字段中文描述的SQL语句</title><summary type="text">SELECT(casewhena.colorder=1thend.nameelse''end)N'表名',a.colorderN'字段序号',a.nameN'字段名',(casewhenCOLUMNPROPERTY(a.id,a.name,'IsIdentity')=1then'√'else''end)N'标识',(casewhen(SELECTcount(*)FROMsysobjectsWHER...</summary><published>2005-11-22T04:48:00Z</published><updated>2005-11-22T04:48:00Z</updated><author><name>阿风的博客</name><uri>http://www.cnblogs.com/songafeng/</uri></author><link rel="alternate" href="http://www.cnblogs.com/songafeng/archive/2005/11/22/282015.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/songafeng/archive/2005/11/22/282015.html"/></entry><entry><id>http://www.cnblogs.com/songafeng/archive/2005/11/16/277499.html</id><title type="text">多主键情况下的真分页存储过程</title><summary type="text">前几天刚写的,对多个主键 多表 多个字段组合查询 多字段排序的情况下实现真分页的存储过程:CREATEprocedureTEACHERS_SEARCH@schoolidasint=0,@teacher_nameasnvarchar(50)='',@push_statusastinyint=0,@countastinyint=0,--真分页统计@pageSizeasint=10,--当前页需要显示的...</summary><published>2005-11-16T02:50:00Z</published><updated>2005-11-16T02:50:00Z</updated><author><name>阿风的博客</name><uri>http://www.cnblogs.com/songafeng/</uri></author><link rel="alternate" href="http://www.cnblogs.com/songafeng/archive/2005/11/16/277499.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/songafeng/archive/2005/11/16/277499.html"/></entry><entry><id>http://www.cnblogs.com/songafeng/archive/2005/11/10/273516.html</id><title type="text">POP气球机v1.3</title><summary type="text">已失效[v1.3新增功能]： 1:由于pop登录程序有所修改，导致v1.1不能登录，因此升级。 2:新增将软件在最小化时放入托盘的功能，减少在放气球时候占用状态栏空间。 3:新增在重复放气球时个数设置功能。 4:新增查看放气球的帖子的连接功能 2005-11-10点击这里进行下载 POP气球机v1.3有BUG请在这里给我留言。本程序采用C#编写，如果操作系统没有安装.NET Framework 语...</summary><published>2005-11-10T15:43:00Z</published><updated>2005-11-10T15:43:00Z</updated><author><name>阿风的博客</name><uri>http://www.cnblogs.com/songafeng/</uri></author><link rel="alternate" href="http://www.cnblogs.com/songafeng/archive/2005/11/10/273516.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/songafeng/archive/2005/11/10/273516.html"/></entry><entry><id>http://www.cnblogs.com/songafeng/archive/2005/10/31/265439.html</id><title type="text">c#对调用存储过程的简化</title><summary type="text">在开发一个大型的项目的时候，数据库在多表，表关联复杂的情况下，使用存储过程是一种理想的选择，存储过程可以帮助我们处理一些数据层逻辑比较复杂的事务。存储过程在首次运行时将被编译，因此在多次调用的时候会大大节省数据库服务器的负担，提高程序的运行效率。但是在.net里调用存储过程的方法是比较痛苦的，特别是在多个传入传出的情况下。如下面的一个存储过程:CREATEPROCEDUREMEMBER_TEACH...</summary><published>2005-10-31T04:31:00Z</published><updated>2005-10-31T04:31:00Z</updated><author><name>阿风的博客</name><uri>http://www.cnblogs.com/songafeng/</uri></author><link rel="alternate" href="http://www.cnblogs.com/songafeng/archive/2005/10/31/265439.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/songafeng/archive/2005/10/31/265439.html"/></entry><entry><id>http://www.cnblogs.com/songafeng/archive/2005/10/05/249138.html</id><title type="text">PCPOP多功能外挂v1.1</title><summary type="text">已失效PCPOP多功能外挂v1.1下载地址MD5校验码: 38330253a3de4d1bf286ce190802d2b4有BUG请在这里给我留言。本程序采用C#编写，如果操作系统没有安装.NET Framework 语言包中文版，请先到Microsoft网站下载，地址：点击这里下载[v1.1新增功能]： 1:为赠送卡片和购买卡片新增了进度条，这样在赠送和购买大数量的卡片时有系统操作进度提示，从而...</summary><published>2005-10-05T15:16:00Z</published><updated>2005-10-05T15:16:00Z</updated><author><name>阿风的博客</name><uri>http://www.cnblogs.com/songafeng/</uri></author><link rel="alternate" href="http://www.cnblogs.com/songafeng/archive/2005/10/05/249138.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/songafeng/archive/2005/10/05/249138.html"/></entry><entry><id>http://www.cnblogs.com/songafeng/archive/2005/10/05/248942.html</id><title type="text">PCPOP多功能外挂v1.0</title><summary type="text">已失效PCPOP多功能外挂v1.0 Beta下载地址MD5校验码: c4d4a350f0b986880fd0aad2d8c5832f有BUG请在这里给我留言。本程序采用C#编写，如果操作系统没有安装.NET Framework 语言包，请先到Microsoft网站下载，地址：点击这里下载基本功能： 1:在一个界面里查看自己的各种基本资料。 2:为帖子自动放气球，并可设置循环再放。 3:可以不受We...</summary><published>2005-10-05T05:42:00Z</published><updated>2005-10-05T05:42:00Z</updated><author><name>阿风的博客</name><uri>http://www.cnblogs.com/songafeng/</uri></author><link rel="alternate" href="http://www.cnblogs.com/songafeng/archive/2005/10/05/248942.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/songafeng/archive/2005/10/05/248942.html"/></entry></feed>
