<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_如果能够重生 请让我创意飞扬 献给我们的团队IdeaSoft</title><subtitle type="text">一个背负重生历史使命的团队 我们创意飞扬</subtitle><id>http://feed.cnblogs.com/blog/u/14336/rss</id><updated>2006-02-28T09:38:42Z</updated><author><name>雨田美文</name><uri>http://www.cnblogs.com/leimin3113591/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/leimin3113591/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/14336/rss"/><entry><id>http://www.cnblogs.com/leimin3113591/archive/2006/02/28/339809.html</id><title type="text">去掉html object标签的滚动条（scroll bar）</title><summary type="text">我将Page2的内容通过&amp;lt;object /&amp;gt;标签包含在了Page1中：&amp;lt;object data="Page2.html?userid=1" type=""text/html"" height=""430"" width=""100%""&amp;gt;&amp;lt;/object&amp;gt;Page2的内容成功地包含到Page1中，但是却发现在包含Page2的地方出现了滚动条，很难看，想将其去掉。...</summary><published>2006-02-28T09:39:00Z</published><updated>2006-02-28T09:39:00Z</updated><author><name>雨田美文</name><uri>http://www.cnblogs.com/leimin3113591/</uri></author><link rel="alternate" href="http://www.cnblogs.com/leimin3113591/archive/2006/02/28/339809.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/leimin3113591/archive/2006/02/28/339809.html"/></entry><entry><id>http://www.cnblogs.com/leimin3113591/archive/2006/02/28/339354.html</id><title type="text">JavaScript，等比例缩放图片的函数，很好用。</title><summary type="text">在Web上显示图片，通常都会有图片显示比例问题，如果不给&amp;lt;img /&amp;gt;限制width和height，那么如果图片大了就会将整个页面挤乱，图片小了又会使图片失真。我的需求如下：1、预先定义好图片显示的标准宽度和高度。2、如果图片的大小超过了标准定义，那么等比例压缩图片。3、如果图片的大小等于标准定义，那么按照标准宽度和高度显示图片。4、如果图片的大小小于标准定义，那么不对图片进行任何压缩...</summary><published>2006-02-28T01:53:00Z</published><updated>2006-02-28T01:53:00Z</updated><author><name>雨田美文</name><uri>http://www.cnblogs.com/leimin3113591/</uri></author><link rel="alternate" href="http://www.cnblogs.com/leimin3113591/archive/2006/02/28/339354.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/leimin3113591/archive/2006/02/28/339354.html"/></entry><entry><id>http://www.cnblogs.com/leimin3113591/archive/2005/11/17/278796.html</id><title type="text">改进ADO.Net数据库访问方式</title><summary type="text">公司现在的项目数据库访问采用主动域对象持久化技术，即在持久化对象中封装数据库操作，而业务逻辑层只管调用持久化对象的接口，不管数据库操作细节。例如：Save一个Employee对象，罗基层客户端只需调用Employee持久化对象的Save()方法就行了。 但是这样做会是数据层出现大量冗余代码，特别实在查询的时候。如果想通过ID获取一个Employee那么就会有一个GetEmployeeByID()方...</summary><published>2005-11-17T09:13:00Z</published><updated>2005-11-17T09:13:00Z</updated><author><name>雨田美文</name><uri>http://www.cnblogs.com/leimin3113591/</uri></author><link rel="alternate" href="http://www.cnblogs.com/leimin3113591/archive/2005/11/17/278796.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/leimin3113591/archive/2005/11/17/278796.html"/></entry><entry><id>http://www.cnblogs.com/leimin3113591/archive/2005/11/14/276149.html</id><title type="text">Upgrade DevExpress WinForms Collection from 2.x to 3.x</title><summary type="text">公司的产品开发使用的是DevExpress的WinForms Collection控件集。当时使用的是2.x版本。现在看到3.x超强的功能，实在是馋人。所以希望能够从2.x升级到3.x。 但是，公司比较担心升级后会带来版本不兼容的问题，比如，在2.x发布的接口或属性在里3.0里发生了改动。于是我作了如下尝试，据我现在所知道的数据，我觉得从2.x升级到3.x是没有问题的。为了方便，先定义一些变量：D...</summary><published>2005-11-14T09:30:00Z</published><updated>2005-11-14T09:30:00Z</updated><author><name>雨田美文</name><uri>http://www.cnblogs.com/leimin3113591/</uri></author><link rel="alternate" href="http://www.cnblogs.com/leimin3113591/archive/2005/11/14/276149.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/leimin3113591/archive/2005/11/14/276149.html"/></entry><entry><id>http://www.cnblogs.com/leimin3113591/archive/2005/11/03/268409.html</id><title type="text">对Web平台和软件架构的一些看法</title><summary type="text">前言没能和您深谈，所以不太明确您的意图。这个题目是我自己拟的，希望能够接近您所关心的话题。说实话，我对硬件平台没有什么经验，因此，也提不出太多的看法。不过，对Web平台和软件架构还是有一点体会，希望能够和您分享。刚开始，我在努力猜测您的意图，不过我也同时发现这很难，而且风险很大。我不太清楚您到底需要什么，只好以不变应万变，我会结合自己所经历过的项目，去谈谈对Web平台和软件架构的一些看法，这也是我...</summary><published>2005-11-03T15:30:00Z</published><updated>2005-11-03T15:30:00Z</updated><author><name>雨田美文</name><uri>http://www.cnblogs.com/leimin3113591/</uri></author><link rel="alternate" href="http://www.cnblogs.com/leimin3113591/archive/2005/11/03/268409.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/leimin3113591/archive/2005/11/03/268409.html"/></entry><entry><id>http://www.cnblogs.com/leimin3113591/archive/2005/10/19/257821.html</id><title type="text">关于OOP中的实例复用和继承复用</title><summary type="text">大家都知道，在面向对象的OOP语言设计中，为了增加代码的复用，有两种方式：一种是New一个Class的实例，另一种则是继承某一个Class。昨天，遇到了一个问题，我和另一个同事提出了两个不同的解决方式，从而引发了对实例复用和继承复用的讨论。问题如下：系统中出现了一个UI，在不同的地方都会得到使用，界面相同，只不过逻辑控制不同。例如，对于New和Edit界面，其实它们是同一个UI，但是却有着不同的逻...</summary><published>2005-10-19T05:25:00Z</published><updated>2005-10-19T05:25:00Z</updated><author><name>雨田美文</name><uri>http://www.cnblogs.com/leimin3113591/</uri></author><link rel="alternate" href="http://www.cnblogs.com/leimin3113591/archive/2005/10/19/257821.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/leimin3113591/archive/2005/10/19/257821.html"/></entry><entry><id>http://www.cnblogs.com/leimin3113591/archive/2005/10/18/257182.html</id><title type="text">自己写简历的指导思想</title><summary type="text">自己在写简历，有些心得，分享给大家。 简历设计思想1、 以工作经验为核心。2、 从三方面介绍自己的工作经验：a) 第一，项目经验，体现行业、平台和技术背景；b) 第二，工作范围，即在以往的工作中你都担当什么样的角色，完成什么工作。c) 第三，技术技能。3、 体现双向选择原则，既要提供雇主所关心的信息，又要说明自己的期望。</summary><published>2005-10-18T06:25:00Z</published><updated>2005-10-18T06:25:00Z</updated><author><name>雨田美文</name><uri>http://www.cnblogs.com/leimin3113591/</uri></author><link rel="alternate" href="http://www.cnblogs.com/leimin3113591/archive/2005/10/18/257182.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/leimin3113591/archive/2005/10/18/257182.html"/></entry><entry><id>http://www.cnblogs.com/leimin3113591/archive/2005/10/16/255870.html</id><title type="text">中国小型软件公司软件开发存在的一些问题</title><summary type="text">我们公司是一家小型软件公司，软件开发过程中存在着一些问题，总结了一下，share给大家。我所总结的是软件开发过程的一些技术问题，不包括软件工程。首先，总结一下指导思想的问题，之所以将其放在首位，是因为很多的问题都是有其衍生的。1、过于重视软件过程，却忽视技术因素对软件过程的影响。2、认为满足今天的需求就OK，从不为明天明天的维护留后路。随心编写代码，拼凑需求功能，没有设计，没有结构，结果后期维护起...</summary><published>2005-10-16T05:18:00Z</published><updated>2005-10-16T05:18:00Z</updated><author><name>雨田美文</name><uri>http://www.cnblogs.com/leimin3113591/</uri></author><link rel="alternate" href="http://www.cnblogs.com/leimin3113591/archive/2005/10/16/255870.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/leimin3113591/archive/2005/10/16/255870.html"/></entry><entry><id>http://www.cnblogs.com/leimin3113591/archive/2005/10/14/254674.html</id><title type="text">C# Project Tools</title><summary type="text">C# Project ToolsThis project is converted and modified from the VB.Net Project Tools. Since I need a Common Class in C# projects replacing VB.Net's Common Module (including the source code in C# rathe...</summary><published>2005-10-14T03:29:00Z</published><updated>2005-10-14T03:29:00Z</updated><author><name>雨田美文</name><uri>http://www.cnblogs.com/leimin3113591/</uri></author><link rel="alternate" href="http://www.cnblogs.com/leimin3113591/archive/2005/10/14/254674.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/leimin3113591/archive/2005/10/14/254674.html"/></entry><entry><id>http://www.cnblogs.com/leimin3113591/archive/2005/10/12/253223.html</id><title type="text">一个开源的C#工具类库，有校验、加密、注册表操作等功能，share给大家</title><summary type="text">今天做公司的项目，遇到Validate Number，却发现C#居然没有类似IsNumeric()的函数，不知C#的设计者是怎么想的。只好自己写函数校验Number，在网上看到一些写法，感觉比较好：staticboolIsNumeric(stringstr){System.Text.RegularExpressions.Regexreg1=newSystem.Text.RegularExpress...</summary><published>2005-10-12T09:27:00Z</published><updated>2005-10-12T09:27:00Z</updated><author><name>雨田美文</name><uri>http://www.cnblogs.com/leimin3113591/</uri></author><link rel="alternate" href="http://www.cnblogs.com/leimin3113591/archive/2005/10/12/253223.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/leimin3113591/archive/2005/10/12/253223.html"/></entry></feed>
