<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="rss.xsl" media="screen"?>
<rss version="2.0">
  <channel>
    <title>点滴论坛 - 代码分析</title>
    <link>http://www.mini188.com/showforum-16.aspx</link>
    <description>Latest 20 threads</description>
    <copyright>Copyright (c) 点滴论坛</copyright>
    <generator>Discuz!NT</generator>
    <pubDate>Wed, 07 Jan 2009 04:25:29 GMT</pubDate>
    <ttl>240</ttl>
    <item>
      <title>例解基于UML的面向对象分析与设计【转至博客园】</title>
      <description><![CDATA[本文来源：http://www.cnblogs.com/leoo2sk/archive/2008/11/08/1329468.html

在博客园看到此文，总体来说写的很易懂，对于刚接触UML的朋友来说是个很不错的入口文章，看此文主要是了解一个软件从需求到最终设计的基本过程，了解 uML在整个过程的作用。
        
        摘要
     本文以实例的方式，展示了如果使用]]></description>
      <link>http://www.mini188.com/showtopic-814.aspx</link>
      <category>代码分析</category>
      <author>5207</author>
      <pubDate>Sat, 08 Nov 2008 23:54:57 GMT</pubDate>
    </item>
    <item>
      <title>SVN(Commit)失败问题(MKACTIVITY ... 403 Forbidden)终级解决方法</title>
      <description><![CDATA[郁闷的不行，取代码啥的都没问题，就是在提交文件时老是提示403 Forbidden。以为是权限，但是取代码啥的都oK，而且与其他同事的权限一样。。。

后来网上找了找，结果让人大跌眼镜。。。。。。。竟然是URL大小写敏感。。我呸。。。:_onion3:

URL大小写造成的。SVN在Check out是URL大小写不敏感的，在Commit/Delete时却是大小写敏感的！

郁闷。如果]]></description>
      <link>http://www.mini188.com/showtopic-803.aspx</link>
      <category>代码分析</category>
      <author>5207</author>
      <pubDate>Wed, 22 Oct 2008 09:17:38 GMT</pubDate>
    </item>
    <item>
      <title>如何让代码的可读性更高？</title>
      <description><![CDATA[如何让代码的可读性更高

作者：巴哈姆特
http://www.cnpack.org
（转载请保持完整并注明出处。）


    今天晚上失眠了，写点什么吧！呵^_^
    关于代码规范的文章，网上真的有太多太多。我只是想写点我自己的看法而已，当然不一定正确：
    在网上有许多可以下载源程序的网站，不管是C++的还是DELPHI的，又或者是JAVA的。当然，我的硬盘里也有许]]></description>
      <link>http://www.mini188.com/showtopic-725.aspx</link>
      <category>代码分析</category>
      <author>5207</author>
      <pubDate>Mon, 15 Sep 2008 13:56:39 GMT</pubDate>
    </item>
    <item>
      <title>SQL Server数据库开发的二十一条军规</title>
      <description><![CDATA[如果你正在负责一个基于SQL Server的项目，或者你刚刚接触SQL Server，你都有可能要面临一些数据库性能的问题，这篇文章会为你提供一些有用的指导（其中大多数也可以用于其它的DBMS）。
在这里，我不打算介绍使用SQL Server的窍门，也不能提供一个包治百病的方案，我所做的是总结一些经验----关于如何形成一个好的设计。这些经验来自我过去几年中经受的教训，一直来，我看到许多同样的设]]></description>
      <link>http://www.mini188.com/showtopic-672.aspx</link>
      <category>代码分析</category>
      <author>5207</author>
      <pubDate>Fri, 29 Aug 2008 09:17:29 GMT</pubDate>
    </item>
    <item>
      <title>bugfree解决方案中文说明</title>
      <description><![CDATA[BugFree的7种解决方案各自的含义是什么？ 

By Design - 就是这么设计的，无效的Bug
Duplicate - 这个问题别人已经发现了，重复的Bug
External - 是个外部因素(比如浏览器、操作系统、其他第3方软件)造成的问题
Fixed - 问题被修理掉了。Tester要尽可能找到这种Bug
Not Repro - 无法复现你这个问题，无效的Bug
Pos]]></description>
      <link>http://www.mini188.com/showtopic-524.aspx</link>
      <category>代码分析</category>
      <author>5207</author>
      <pubDate>Fri, 16 May 2008 16:33:27 GMT</pubDate>
    </item>
    <item>
      <title>Interaction Overview Diagrams为何？</title>
      <description><![CDATA[完成交互的整体图: 交互概况图

    交互概况图为各交互如何协同工作以实现系统所关注的要点提供一个高级视图，就像用例一样。顺序图、通信图和时序图主要关注构成交互的消息和具体细节，但交互概况图则为各个不同的交互结合在一起，形成组成系统某特定要点的交互的一副完整图像。]]></description>
      <link>http://www.mini188.com/showtopic-520.aspx</link>
      <category>代码分析</category>
      <author>5207</author>
      <pubDate>Mon, 12 May 2008 11:15:01 GMT</pubDate>
    </item>
    <item>
      <title>什么叫测试用例</title>
      <description><![CDATA[测试用例（Test Case）目前没有经典的定义。比较通常的说法是：指对一项特定的软件产品进行测试任务的描述，体现测试方案、方法、技术和策略。内容包括测试目标、测试环境、输入数据、测试步骤、预期结果、测试脚本等，并形成文档。]]></description>
      <link>http://www.mini188.com/showtopic-296.aspx</link>
      <category>代码分析</category>
      <author>mini188</author>
      <pubDate>Mon, 10 Sep 2007 16:32:35 GMT</pubDate>
    </item>
    <item>
      <title>统一建模语言UML轻松入门之用例</title>
      <description><![CDATA[作者：宋宝华       出处：天极开发                                          　

目前，在的内地版《神雕侠侣》中，杨过和小龙女有一份不为人知的默契与浪漫，那就是他们所绘制的并肩小人图。这样的小人图，是UML用例图的一部分，被称为参与者。             2.1 用例与用例图
            用例是需求分析中最重要的概念，需求表征]]></description>
      <link>http://www.mini188.com/showtopic-289.aspx</link>
      <category>代码分析</category>
      <author>5207</author>
      <pubDate>Tue, 28 Aug 2007 23:54:08 GMT</pubDate>
    </item>
    <item>
      <title>函数的重入问题</title>
      <description><![CDATA[错误的可重入代码   
  int   *a;   
    
  void   fun(void)   
  {   
          a   =   new   int;   
          fun();   
          deletea;   
  }   
  a的地址被丢失了。   
    
  正确的可重入代码   
  void   fun]]></description>
      <link>http://www.mini188.com/showtopic-208.aspx</link>
      <category>代码分析</category>
      <author>kuku2012</author>
      <pubDate>Wed, 25 Jul 2007 11:14:58 GMT</pubDate>
    </item>
    <item>
      <title>[Delphi]循环中的Next使用</title>
      <description><![CDATA[
    with adoData do
      while not Eof do
      begin
        dEndDate := FieldByName('EndDate').AsDateTime;
        dBeginDate := FieldByName('BeginDate').AsDateTime;
        if dBeginDate &amp;g]]></description>
      <link>http://www.mini188.com/showtopic-220.aspx</link>
      <category>代码分析</category>
      <author>5207</author>
      <pubDate>Wed, 01 Aug 2007 16:08:02 GMT</pubDate>
    </item>
    <item>
      <title>项目经理之九阴真经</title>
      <description><![CDATA[写的很不错，道出了一位项目经理基本的要求及技巧！
不多说，自己下了看吧。。。。。。记得多来本站看看。。]]></description>
      <link>http://www.mini188.com/showtopic-197.aspx</link>
      <category>代码分析</category>
      <author>5207</author>
      <pubDate>Mon, 23 Jul 2007 22:44:05 GMT</pubDate>
    </item>
    <item>
      <title>UML 基础：类图</title>
      <description><![CDATA[选自：IBM

这是关于统一建模语言、即UML里采用的基本图的一系列文章的一部分。在我 先前关于序列图的文章 里，我把重点从 UML 1.4 版，转移到 OMG的采用UML 2.0版草案规范（又称为UML2）。在这篇文章中，我将会讨论结构图，这是已经在 UML 2 中提出的一种新图种类。由于本系列文章的目的是使人们了解记号元素及它们的含意，该文主要关注类图。你很快就会知道这样做的理由。随后的文]]></description>
      <link>http://www.mini188.com/showtopic-185.aspx</link>
      <category>代码分析</category>
      <author>5207</author>
      <pubDate>Fri, 20 Jul 2007 00:17:40 GMT</pubDate>
    </item>
    <item>
      <title>ACCESS日期精确查询函数</title>
      <description><![CDATA[///////////////////////////////////////////////////////////////////////
//
//	作者： 付伟
//
//	日期： 2007-06-15
//
//	TEL : 13655310832
//
///////////////////////////////////////////////////......]]></description>
      <link>http://www.mini188.com/showtopic-112.aspx</link>
      <category>代码分析</category>
      <author>kuku2012</author>
      <pubDate>Tue, 26 Jun 2007 08:14:37 GMT</pubDate>
    </item>
    <item>
      <title>代码大全....</title>
      <description><![CDATA[***内容隐藏***]]></description>
      <link>http://www.mini188.com/showtopic-46.aspx</link>
      <category>代码分析</category>
      <author>5207</author>
      <pubDate>Tue, 08 May 2007 13:39:31 GMT</pubDate>
    </item>
    <item>
      <title>[DELPHI]对象生命期管理</title>
      <description><![CDATA[在DELPHI中，对象生命周期有一个铁原则，谁创建谁销毁。（不像JAVA和。NET有自动垃圾回收机制，事实上即使有这种机制也要遵循这个原则）

我在此举两个方面的例子，一个是全局对象引用，局部对象引用；

全局对象指的是作用域较大的引用，通常在一个类中会引用某个对象做为成员使用，这时就会有对象生命周期管理了。通常我们会将对象申明在privte域内，在构造函数中创建它，此时的创建者是这个类，]]></description>
      <link>http://www.mini188.com/showtopic-53.aspx</link>
      <category>代码分析</category>
      <author>5207</author>
      <pubDate>Tue, 22 May 2007 16:50:09 GMT</pubDate>
    </item>
    <item>
      <title>(程序)八荣八耻</title>
      <description><![CDATA[
以动手实践为荣，以只看不练为耻。
以打印日志为荣，以出错不报为耻。
以局部变量为荣，以全局变量为耻。
以单元测试为荣，以手工测试为耻。
以代码重用为荣，以复制粘贴为耻。
以多态应用为荣，以分支判断为耻。
以定义常量为荣，以魔法数字为耻。
以总结思考为荣，以不求甚解为耻。]]></description>
      <link>http://www.mini188.com/showtopic-50.aspx</link>
      <category>代码分析</category>
      <author>5207</author>
      <pubDate>Fri, 11 May 2007 08:57:54 GMT</pubDate>
    </item>
    <item>
      <title>[delphi]with的秒用</title>
      <description><![CDATA[使用with的时候有时会得到很不错的效果。下面举个例子大家看看：


//先申明一个记录类型
  TProjectData = record
    FProjectID: string;
    FName: string;
    FCode: string;
    FAddress: string;
    FInvestor: string;
    FInvestM]]></description>
      <link>http://www.mini188.com/showtopic-49.aspx</link>
      <category>代码分析</category>
      <author>5207</author>
      <pubDate>Wed, 09 May 2007 10:12:40 GMT</pubDate>
    </item>
    <item>
      <title>[转]关于 Assign 与 AssignTo 的 FAQ</title>
      <description><![CDATA[来自: CnPack 开发网站

CnPackTip#6 关于 Assign 与 Assignto 的 FAQ 
http://www.cnpack.org
CnPack IV  QQ Group: 130970
感谢: JingYu, 小冬, 小峰, 小辉, 没人认识我, Bahamut  ...
整理: SkyJacker
转载请注明出处且保持完整
2007.04.25 FAQ]]></description>
      <link>http://www.mini188.com/showtopic-48.aspx</link>
      <category>代码分析</category>
      <author>5207</author>
      <pubDate>Tue, 08 May 2007 16:23:49 GMT</pubDate>
    </item>
    <item>
      <title>关于代码规范</title>
      <description><![CDATA[引用CSDN社区的一个贴子。关于说DELPHI代码规范的问题。
http://community.csdn.net/Expert/topic/5241/5241608.xml?temp=.8488123 
看完之后，我觉得挺有意思，其实这些东西平时都跟大家讨论的一样，都是这么过来的，反正嘛觉得对于新手来说很有意义。所以就转来，与大家一起分享下。。顺便也献上本人的一些支言片句：

1、关于W]]></description>
      <link>http://www.mini188.com/showtopic-5.aspx</link>
      <category>代码分析</category>
      <author>5207</author>
      <pubDate>Thu, 22 Mar 2007 14:07:50 GMT</pubDate>
    </item>
  </channel>
</rss>