<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_BMW</title><subtitle type="text">-别蒙我</subtitle><id>http://feed.cnblogs.com/blog/u/13197/rss</id><updated>2010-02-08T06:57:56Z</updated><author><name>bmw</name><uri>http://www.cnblogs.com/birtc/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/birtc/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/13197/rss"/><entry><id>http://www.cnblogs.com/birtc/archive/2010/02/08/1665907.html</id><title type="text">小宝语录集</title><summary type="text">1、小宝：妈妈，你要是听我的话，我明天给你买好吃的。妈妈：你没有钱啊。小宝：那我翻妈妈的钱包，你不准说我。。。。。。。2、小宝在看我的信用卡。奶奶：小宝，你在干什么呢？小宝：我在看爸爸的卡能买多少冰激凌。</summary><published>2010-02-08T06:58:00Z</published><updated>2010-02-08T06:58:00Z</updated><author><name>bmw</name><uri>http://www.cnblogs.com/birtc/</uri></author><link rel="alternate" href="http://www.cnblogs.com/birtc/archive/2010/02/08/1665907.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/birtc/archive/2010/02/08/1665907.html"/></entry><entry><id>http://www.cnblogs.com/birtc/archive/2009/09/07/1561631.html</id><title type="text">mantis应用小技巧</title><summary type="text">mantis 中缺陷报告有的属性设置的参数太多，也许用不到，如何从下拉列表中去掉呢？1、修改config_defaults_inc.php2、strings_chinese_simplified.txt例如：config_defaults_inc.php:$g_priority_enum_string= '20:low,30:normal,40:high';strings_chinese_simp...</summary><published>2009-09-07T02:08:00Z</published><updated>2009-09-07T02:08:00Z</updated><author><name>bmw</name><uri>http://www.cnblogs.com/birtc/</uri></author><link rel="alternate" href="http://www.cnblogs.com/birtc/archive/2009/09/07/1561631.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/birtc/archive/2009/09/07/1561631.html"/></entry><entry><id>http://www.cnblogs.com/birtc/archive/2009/08/11/1543713.html</id><title type="text">mantis 路线图使用</title><summary type="text">路线图是要在问题中有目标版本的设置等，如下:What is shown on the roadmap? * Releases that are not marked as released. * Releases that have a description or at least one visible issue. * Issues that have a &amp;#8220;Target Ver...</summary><published>2009-08-11T08:03:00Z</published><updated>2009-08-11T08:03:00Z</updated><author><name>bmw</name><uri>http://www.cnblogs.com/birtc/</uri></author><link rel="alternate" href="http://www.cnblogs.com/birtc/archive/2009/08/11/1543713.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/birtc/archive/2009/08/11/1543713.html"/></entry><entry><id>http://www.cnblogs.com/birtc/archive/2009/02/13/1389997.html</id><title type="text">mantis 如何在“查看问题”列表中插入列</title><summary type="text">管理-&amp;gt;configuration_report在最下面添加：帐号：这个是此配置适用的帐号，选全部项目名称：配置适用的项目，按照你自己意愿选择Configuration Option：view_issues_page_columns （这个就是控制显示列表的）type：选择复合型值 ：array(selection,edit,priority,id,sponsorship_total,bug...</summary><published>2009-02-13T06:01:00Z</published><updated>2009-02-13T06:01:00Z</updated><author><name>bmw</name><uri>http://www.cnblogs.com/birtc/</uri></author><link rel="alternate" href="http://www.cnblogs.com/birtc/archive/2009/02/13/1389997.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/birtc/archive/2009/02/13/1389997.html"/></entry><entry><id>http://www.cnblogs.com/birtc/archive/2009/01/12/1374051.html</id><title type="text">如何导出自定义字段的值</title><summary type="text">明如何导出自定义字段的值，这会让你觉得使用起来会很简单。1. 首先当然是根据你的需要自定义字段。在菜单[ 管理 ]&amp;#224;[ 自定义字段管理 ]进入自定义字段管理页面，新增所需的新字段，可选择其字段类型，默认值以及一些条件等等，点击确认就OK。2. 进入[ 管理 ]&amp;#224;[ 项目管理 ]，将所需的自定义字段添加到该项目里。3. 这时候需要进入正题了，默认情况下，自定义字段是不会被导出的，...</summary><published>2009-01-12T03:38:00Z</published><updated>2009-01-12T03:38:00Z</updated><author><name>bmw</name><uri>http://www.cnblogs.com/birtc/</uri></author><link rel="alternate" href="http://www.cnblogs.com/birtc/archive/2009/01/12/1374051.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/birtc/archive/2009/01/12/1374051.html"/></entry><entry><id>http://www.cnblogs.com/birtc/archive/2009/01/12/1374049.html</id><title type="text">mantis导出CSV乱码解决方法</title><summary type="text">修改csv_export.php添加函数function expChangeCode($str){  $str = mb_convert_encoding($str,"CP936","UTF-8");  return $str;}修改csv_export.php的三行代码将echo $t_header 修改成 echo expChangeCode($t_header);将echo$t_value ...</summary><published>2009-01-12T03:36:00Z</published><updated>2009-01-12T03:36:00Z</updated><author><name>bmw</name><uri>http://www.cnblogs.com/birtc/</uri></author><link rel="alternate" href="http://www.cnblogs.com/birtc/archive/2009/01/12/1374049.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/birtc/archive/2009/01/12/1374049.html"/></entry><entry><id>http://www.cnblogs.com/birtc/archive/2008/10/28/1321427.html</id><title type="text">6西格玛管理法和ISO9000标准（摘录）</title><summary type="text">从70年代到80年代，摩托罗拉在同日本的竞争中先后失掉了收音机、电视机、BP机和半导体的市场。1985年，公司面临倒闭。激烈的市场竞争和严酷的生存环境使摩托罗拉的高层领导得出了这样的结论：&amp;#8220;摩托罗拉失败的根本原因是其产品质量比日本同类产品的质量差很多&amp;#8221;。于是，在其CEO的领导下，摩托罗拉开始了6西格玛管理之路。由于其6西格玛运动，摩托罗拉不久就得到了外界的认同，1988年摩...</summary><published>2008-10-28T07:59:00Z</published><updated>2008-10-28T07:59:00Z</updated><author><name>bmw</name><uri>http://www.cnblogs.com/birtc/</uri></author><link rel="alternate" href="http://www.cnblogs.com/birtc/archive/2008/10/28/1321427.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/birtc/archive/2008/10/28/1321427.html"/></entry><entry><id>http://www.cnblogs.com/birtc/archive/2008/07/07/1237477.html</id><title type="text">啥叫配置管理（转贴）</title><summary type="text">http://www.scmlife.com/dp-bbsthread-3360.html作为一位从事软件配置管理工作的同志，我经常被亲朋好友问到的是，我有时候要向各级领导游说的是，啥叫软件配置管理？我的经验是：1. 如果想让他们从迷茫到更迷茫，那就跟他们背一段ISO/CMM里的定义。2. 如果不想深谈，或者背景实在相差太远，那就跟他们说：&amp;#8220;当很多人在一起编写软件的时候，需要一些专门的...</summary><published>2008-07-07T06:15:00Z</published><updated>2008-07-07T06:15:00Z</updated><author><name>bmw</name><uri>http://www.cnblogs.com/birtc/</uri></author><link rel="alternate" href="http://www.cnblogs.com/birtc/archive/2008/07/07/1237477.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/birtc/archive/2008/07/07/1237477.html"/></entry><entry><id>http://www.cnblogs.com/birtc/archive/2008/06/19/1225683.html</id><title type="text">SVN hook 应用</title><summary type="text">post-commit.batSET REPOS=%1SET USER=%2SET SVN="D:/subversion/bin/svn"SET DIR="F:/website/oa/svnTest1"SVN update %DIR%(call %SVN% update %DIR% --username baoyu --password `123qweasd --non-interactive)其...</summary><published>2008-06-19T03:16:00Z</published><updated>2008-06-19T03:16:00Z</updated><author><name>bmw</name><uri>http://www.cnblogs.com/birtc/</uri></author><link rel="alternate" href="http://www.cnblogs.com/birtc/archive/2008/06/19/1225683.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/birtc/archive/2008/06/19/1225683.html"/></entry><entry><id>http://www.cnblogs.com/birtc/archive/2008/06/13/1218817.html</id><title type="text">过程改进中遇到的问题（摘录）</title><summary type="text">第一章过程改进中遇到的问题1。试图通过业余时间来实现过程改进 -高级人员没有时间投入于制定行动计划2。改进的过程没有及时的交互，以至于改进完成后不能得到领导的认可。-在管理人员不需要的改进方案上浪费资源3。没有明确的目标，没有及时地记录，到最后不知道已经做过什么了。-改进工作失控过程文档的作用是用来记录步骤地，方便将来的编码实施，这实际上是一种捕获的方法，通过这种方法可以将来重复以前做过的步骤。过...</summary><published>2008-06-13T00:32:00Z</published><updated>2008-06-13T00:32:00Z</updated><author><name>bmw</name><uri>http://www.cnblogs.com/birtc/</uri></author><link rel="alternate" href="http://www.cnblogs.com/birtc/archive/2008/06/13/1218817.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/birtc/archive/2008/06/13/1218817.html"/></entry></feed>
