<?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/21214/rss</id><updated>2012-01-18T14:23:45Z</updated><author><name>不做懒人</name><uri>http://www.cnblogs.com/lgamoy/</uri></author><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lgamoy/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/21214/rss"/><entry><id>http://www.cnblogs.com/lgamoy/archive/2009/09/22/1572114.html</id><title type="text">一个用户登录验证的类</title><summary type="text">using System;using System.Collections.Generic;using System.Web;using System.Data.OleDb;using System.Text;using System.Data;using System.Web.Security;namespace GD.App_Code{ public class UserInfo { /// ...</summary><published>2009-09-22T13:57:00Z</published><updated>2009-09-22T13:57:00Z</updated><author><name>不做懒人</name><uri>http://www.cnblogs.com/lgamoy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lgamoy/archive/2009/09/22/1572114.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lgamoy/archive/2009/09/22/1572114.html"/><content type="text">using System;using System.Collections.Generic;using System.Web;using System.Data.OleDb;using System.Text;using System.Data;using System.Web.Security;namespace GD.App_Code{ public class UserInfo { /// ...</content></entry><entry><id>http://www.cnblogs.com/lgamoy/archive/2009/09/03/1559880.html</id><title type="text">用C#实现C/S模式下软件自动在线升级[转载]</title><summary type="text">摘要： 本文针对目前C/S模式下编写的应用程序可维护性差的特点，提出了一套自动在线升级的解决方案，分析了在线升级的困难及实现原理，并给出了实现升级的部分代码，具有实际参考价值和现实意义。本文程序代码均在.NetFramework1.1和Windows2000下测试通过。 关键词：C#；在线升级；自动升级；下载；XML文档 1前言 长期以来，广大程序员为到底是使用Client/Server，还是使用...</summary><published>2009-09-03T13:38:00Z</published><updated>2009-09-03T13:38:00Z</updated><author><name>不做懒人</name><uri>http://www.cnblogs.com/lgamoy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lgamoy/archive/2009/09/03/1559880.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lgamoy/archive/2009/09/03/1559880.html"/><content type="text">摘要： 本文针对目前C/S模式下编写的应用程序可维护性差的特点，提出了一套自动在线升级的解决方案，分析了在线升级的困难及实现原理，并给出了实现升级的部分代码，具有实际参考价值和现实意义。本文程序代码均在.NetFramework1.1和Windows2000下测试通过。 关键词：C#；在线升级；自动升级；下载；XML文档 1前言 长期以来，广大程序员为到底是使用Client/Server，还是使用...</content></entry><entry><id>http://www.cnblogs.com/lgamoy/archive/2009/09/03/1559873.html</id><title type="text">实现.NET应用程序的自动更新[转载]</title><summary type="text">2006-03-20 16:48作者：李嘉出处：CSDN开发高手责任编辑：方舟应用程序更新的方法一般有两种：一是通知用户（比如发E-mail）,让用户到指定的网站地址下载更新的程序；二是将更新的职责从用户那边转移到应用程序自身，由应用程序自身取代用户获取并安装一个软件的更新，客户端应用程序自身负责从一个已知服务器下载并安装更新，用户唯一需要进行干预的是决定是否愿意现在或以后安装新的更新。显然，...</summary><published>2009-09-03T13:32:00Z</published><updated>2009-09-03T13:32:00Z</updated><author><name>不做懒人</name><uri>http://www.cnblogs.com/lgamoy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lgamoy/archive/2009/09/03/1559873.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lgamoy/archive/2009/09/03/1559873.html"/><content type="text">2006-03-20 16:48作者：李嘉出处：CSDN开发高手责任编辑：方舟应用程序更新的方法一般有两种：一是通知用户（比如发E-mail）,让用户到指定的网站地址下载更新的程序；二是将更新的职责从用户那边转移到应用程序自身，由应用程序自身取代用户获取并安装一个软件的更新，客户端应用程序自身负责从一个已知服务器下载并安装更新，用户唯一需要进行干预的是决定是否愿意现在或以后安装新的更新。显然，...</content></entry><entry><id>http://www.cnblogs.com/lgamoy/archive/2008/12/14/1354666.html</id><title type="text">高效 Ini文件访问类(C#编写，用于Windows Mobile)</title><summary type="text">高效的Ini文件访问类(C#编写，基于Compact Framework 2.0)，在网上也搜索到几种C#的算法，只是感觉效率太低，就改进了一下算法，只完成ini文件操作的基本功能，效率提高10-30倍。但是本方法没有考虑到其他的一些ini文件的特性（比如文件内可能有空行），故特殊情况下可能要修改代码。</summary><published>2008-12-14T04:29:00Z</published><updated>2008-12-14T04:29:00Z</updated><author><name>不做懒人</name><uri>http://www.cnblogs.com/lgamoy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lgamoy/archive/2008/12/14/1354666.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lgamoy/archive/2008/12/14/1354666.html"/><content type="text">高效的Ini文件访问类(C#编写，基于Compact Framework 2.0)，在网上也搜索到几种C#的算法，只是感觉效率太低，就改进了一下算法，只完成ini文件操作的基本功能，效率提高10-30倍。但是本方法没有考虑到其他的一些ini文件的特性（比如文件内可能有空行），故特殊情况下可能要修改代码。</content></entry><entry><id>http://www.cnblogs.com/lgamoy/archive/2008/07/26/1252137.html</id><title type="text">C#实现“新华网头条的图片新闻”</title><summary type="text">预览一下效果：</summary><published>2008-07-26T09:09:00Z</published><updated>2008-07-26T09:09:00Z</updated><author><name>不做懒人</name><uri>http://www.cnblogs.com/lgamoy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lgamoy/archive/2008/07/26/1252137.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lgamoy/archive/2008/07/26/1252137.html"/><content type="text">预览一下效果：</content></entry><entry><id>http://www.cnblogs.com/lgamoy/archive/2008/06/12/1218683.html</id><title type="text">终于得空，写两句了......</title><summary type="text">忙了快2个月，系统终于也接近尾声了。也算是学以致用，2年前学习的MapXTreme这次终于派上用场，做了一个简单的地图应用。这次做的是一个体育场的电子地图查询系统，功能上不算复杂，主要是根据导入系统的售票数据，查询和统计座位的售票情况，有了地图，就可以很方便的寻找座位，很直观的看到售票情况等等信息。系统做了这么久，主要也是一直在处理地图数据，原数据都是cad的，要转为gis可以使用的地图数据，并且...</summary><published>2008-06-12T14:14:00Z</published><updated>2008-06-12T14:14:00Z</updated><author><name>不做懒人</name><uri>http://www.cnblogs.com/lgamoy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lgamoy/archive/2008/06/12/1218683.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lgamoy/archive/2008/06/12/1218683.html"/><content type="text">忙了快2个月，系统终于也接近尾声了。也算是学以致用，2年前学习的MapXTreme这次终于派上用场，做了一个简单的地图应用。这次做的是一个体育场的电子地图查询系统，功能上不算复杂，主要是根据导入系统的售票数据，查询和统计座位的售票情况，有了地图，就可以很方便的寻找座位，很直观的看到售票情况等等信息。系统做了这么久，主要也是一直在处理地图数据，原数据都是cad的，要转为gis可以使用的地图数据，并且...</content></entry><entry><id>http://www.cnblogs.com/lgamoy/archive/2008/04/04/1137524.html</id><title type="text">CSS＋DIV技巧两则（居中，高度自适应）</title><summary type="text">怎样使一个层水平居中于浏览器中&lt;style type="text/css"&gt;&lt;!-- div { position:absolute; left:50%; margin:0 0 0 -100px; width:200px; height:200px; border:1px solid red; }--&gt;&lt;/style&gt;&lt;div&gt;web标准常见问题大全...</summary><published>2008-04-04T08:35:00Z</published><updated>2008-04-04T08:35:00Z</updated><author><name>不做懒人</name><uri>http://www.cnblogs.com/lgamoy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lgamoy/archive/2008/04/04/1137524.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lgamoy/archive/2008/04/04/1137524.html"/><content type="text">怎样使一个层水平居中于浏览器中&lt;style type="text/css"&gt;&lt;!-- div { position:absolute; left:50%; margin:0 0 0 -100px; width:200px; height:200px; border:1px solid red; }--&gt;&lt;/style&gt;&lt;div&gt;web标准常见问题大全...</content></entry><entry><id>http://www.cnblogs.com/lgamoy/archive/2008/04/04/1137489.html</id><title type="text">正则表达式替换字符串的一个技巧 －－－ 可用于关键词变红色</title><summary type="text">前两天碰到一个问题，就是想把一段文本中满足正则表达式匹配的所有项都用红色标记，醒目显示。如果，要匹配的是一个固定的关键词，replace方法就可以轻松解决了，如果是多个匹配项，或者干脆是正则表达式匹配，那就只能想其他的办法了。于是，看了js的正则帮助文档，使用如下的方法解决了问题。js关键语句如下：var origstr = "";//原始字符串var reg = new RegExp("正则表达...</summary><published>2008-04-04T08:00:00Z</published><updated>2008-04-04T08:00:00Z</updated><author><name>不做懒人</name><uri>http://www.cnblogs.com/lgamoy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lgamoy/archive/2008/04/04/1137489.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lgamoy/archive/2008/04/04/1137489.html"/><content type="text">前两天碰到一个问题，就是想把一段文本中满足正则表达式匹配的所有项都用红色标记，醒目显示。如果，要匹配的是一个固定的关键词，replace方法就可以轻松解决了，如果是多个匹配项，或者干脆是正则表达式匹配，那就只能想其他的办法了。于是，看了js的正则帮助文档，使用如下的方法解决了问题。js关键语句如下：var origstr = "";//原始字符串var reg = new RegExp("正则表达...</content></entry><entry><id>http://www.cnblogs.com/lgamoy/archive/2008/01/21/1047860.html</id><title type="text">下载：Visual Studio 2008 SDK</title><summary type="text">继昨天的Visual Studio 2008 RTM后，微软今天又放出了相应的软件开发套装，提供各种工具、文档、示例，以便用户为Visual Studio 2008设计、开发、测试和部署扩展，并在Visual Studio 2008 Shell基础上创建属于自己的工具环境。2、支持Visual Studio Shell开发。4、Visual Studio套装开发与测试支持C、C#、VB.</summary><published>2008-01-21T14:32:00Z</published><updated>2008-01-21T14:32:00Z</updated><author><name>不做懒人</name><uri>http://www.cnblogs.com/lgamoy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lgamoy/archive/2008/01/21/1047860.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lgamoy/archive/2008/01/21/1047860.html"/><content type="text">继昨天的Visual Studio 2008 RTM后，微软今天又放出了相应的软件开发套装，提供各种工具、文档、示例，以便用户为Visual Studio 2008设计、开发、测试和部署扩展，并在Visual Studio 2008 Shell基础上创建属于自己的工具环境。2、支持Visual Studio Shell开发。4、Visual Studio套装开发与测试支持C、C#、VB.</content></entry><entry><id>http://www.cnblogs.com/lgamoy/archive/2008/01/21/1047857.html</id><title type="text">VS2008——软件开发更智能</title><summary type="text">Visual Studio一直是广大程序员所关注的重要的软件开发平台。目前，大家可以从微软网站下载Visual Studio 2008 bate2 版本。此次大会中，微软.NET咨询顾问周敏向大家介绍了微软Visual Studio 2008的基本情况和开发语言的增强等情况。</summary><published>2008-01-21T14:30:00Z</published><updated>2008-01-21T14:30:00Z</updated><author><name>不做懒人</name><uri>http://www.cnblogs.com/lgamoy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lgamoy/archive/2008/01/21/1047857.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lgamoy/archive/2008/01/21/1047857.html"/><content type="text">Visual Studio一直是广大程序员所关注的重要的软件开发平台。目前，大家可以从微软网站下载Visual Studio 2008 bate2 版本。此次大会中，微软.NET咨询顾问周敏向大家介绍了微软Visual Studio 2008的基本情况和开发语言的增强等情况。</content></entry></feed>
