<?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/14207/rss</id><updated>2008-08-15T10:50:44Z</updated><author><name>再次程序人生</name><uri>http://www.cnblogs.com/gfsoft/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/gfsoft/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/14207/rss"/><entry><id>http://www.cnblogs.com/gfsoft/archive/2008/08/07/1262577.html</id><title type="text">团队职能划分</title><summary type="text">团队职能划分 --&amp;gt;以下主要是对中小型团队成员职责的划分，视团队大小可由一人负责兼任多个角色，极端情况下一个人全部搞定！项目经理老大，对项目负责，对领导负责。主要工作有三个：第一是沟通，第二是沟通，第三还是沟通。需求分析（领域专家）项目经理的左辅。翻译器，见人（客户）说人话，见鬼（程序员-.-）说鬼话。架构师项目经理的右弼。服务人员，提供构架这一高级服务，服务于需求，也服务于程序员。好的构架不仅能...</summary><published>2008-08-07T01:23:00Z</published><updated>2008-08-07T01:23:00Z</updated><author><name>再次程序人生</name><uri>http://www.cnblogs.com/gfsoft/</uri></author><link rel="alternate" href="http://www.cnblogs.com/gfsoft/archive/2008/08/07/1262577.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/gfsoft/archive/2008/08/07/1262577.html"/></entry><entry><id>http://www.cnblogs.com/gfsoft/archive/2008/07/23/1249860.html</id><title type="text">【译】注释代码的13技巧 </title><summary type="text">【译】注释代码的13技巧 本文发表在作者Jos&amp;#233; M. Aguilar的博客Variable Not Found，后来由Timm Martin翻译成英文发表在DevTopics上。我在真见的blog那里看到，将其翻译过来share给大家，共同学习。有翻译不当之处，望大侠斧正。以下是如何注释代码的13tips，它们会在日后帮助你更容易理解和维护代码。1. Comment each leve...</summary><published>2008-07-23T09:59:00Z</published><updated>2008-07-23T09:59:00Z</updated><author><name>再次程序人生</name><uri>http://www.cnblogs.com/gfsoft/</uri></author><link rel="alternate" href="http://www.cnblogs.com/gfsoft/archive/2008/07/23/1249860.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/gfsoft/archive/2008/07/23/1249860.html"/></entry><entry><id>http://www.cnblogs.com/gfsoft/archive/2007/07/18/822619.html</id><title type="text">Oracle导入程序Imp的使用详解   </title><summary type="text">Oracle的导入实用程序(Import utility)允许从数据库提取数据，并且将数据写入操作系统文件。imp使用的基本格式：imp[username[/password[@service]]]，以下例举imp常用用法。 1. 获取帮助  imp help=y2. 导入一个完整数据库 imp system/manager file=bible_db log=dible_db full=y ig...</summary><published>2007-07-18T07:21:00Z</published><updated>2007-07-18T07:21:00Z</updated><author><name>再次程序人生</name><uri>http://www.cnblogs.com/gfsoft/</uri></author><link rel="alternate" href="http://www.cnblogs.com/gfsoft/archive/2007/07/18/822619.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/gfsoft/archive/2007/07/18/822619.html"/></entry><entry><id>http://www.cnblogs.com/gfsoft/archive/2007/05/11/743268.html</id><title type="text">ORACLE 两个表结构相同,一个做为源表,一个做为补录表,同步补录表数据到源表的SQL语句</title><summary type="text">表结构-- Create table 源表create table INPUT_FWMJ( JGBH CHAR(5) not null, JGMC VARCHAR2(50) not null, BMBH CHAR(10) not null, BMMC VARCHAR2(50) not null, FWMJ NUMBER(20,2) not null, ZLBZ CHAR(1) not null)-...</summary><published>2007-05-11T10:17:00Z</published><updated>2007-05-11T10:17:00Z</updated><author><name>再次程序人生</name><uri>http://www.cnblogs.com/gfsoft/</uri></author><link rel="alternate" href="http://www.cnblogs.com/gfsoft/archive/2007/05/11/743268.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/gfsoft/archive/2007/05/11/743268.html"/></entry><entry><id>http://www.cnblogs.com/gfsoft/archive/2007/01/17/622915.html</id><title type="text">一个数据源赋给多个COMBOX控件绑定,改变一个COMBOX值时其它几个也跟着改变(已有解决方案)</title><summary type="text">问题: 下面代码实现一个数据表中所有列的信息绑定在KEYCOLUMN,VALUESCOLUMN,DESCCOLUMN三个COMBOX控件上,方便定义一个数据字典的表让其选择KEYCOLUMN,VALUESCOLUMN,DESCCOLUMN三个列分别对应数据表的那个列绑定后发现只要改变一个COMBOX值时其它几个也跟着改变 this.CO_KEYCOLUMN.DataSource = this._p...</summary><published>2007-01-17T08:56:00Z</published><updated>2007-01-17T08:56:00Z</updated><author><name>再次程序人生</name><uri>http://www.cnblogs.com/gfsoft/</uri></author><link rel="alternate" href="http://www.cnblogs.com/gfsoft/archive/2007/01/17/622915.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/gfsoft/archive/2007/01/17/622915.html"/></entry><entry><id>http://www.cnblogs.com/gfsoft/archive/2007/01/13/619765.html</id><title type="text">面向对象基本概念</title><summary type="text">面向对象基本概念乔高峰 于深圳整理(2007-01-13)面向对象（object-oriented ;简称： OO） 至今还没有统一的概念，我这里把它定义为：按人们认识客观世界的系统思维方式，采用基于对象（实体）的概念建立模型，模拟客观世界分析、设计、实现软件的办法。通过面向对象的理念使计算机软件系统能与现实世界中的系统一一对应。面向对象方法(Object-Oriented Method)是一种把...</summary><published>2007-01-13T13:53:00Z</published><updated>2007-01-13T13:53:00Z</updated><author><name>再次程序人生</name><uri>http://www.cnblogs.com/gfsoft/</uri></author><link rel="alternate" href="http://www.cnblogs.com/gfsoft/archive/2007/01/13/619765.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/gfsoft/archive/2007/01/13/619765.html"/></entry><entry><id>http://www.cnblogs.com/gfsoft/archive/2007/01/07/614346.html</id><title type="text">checkedListBox 如何赋多值</title><summary type="text">for (int i = 0; i &amp;lt; checkedListBox1.Items.Count; i++) { if (checkedListBox1.Items[i].ToString() == "1" || checkedListBox1.Items[i].ToString() == "2") { MessageBox.Show(checkedListBox1.Items[i].ToSt...</summary><published>2007-01-07T14:12:00Z</published><updated>2007-01-07T14:12:00Z</updated><author><name>再次程序人生</name><uri>http://www.cnblogs.com/gfsoft/</uri></author><link rel="alternate" href="http://www.cnblogs.com/gfsoft/archive/2007/01/07/614346.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/gfsoft/archive/2007/01/07/614346.html"/></entry><entry><id>http://www.cnblogs.com/gfsoft/archive/2006/12/30/608064.html</id><title type="text">北京的生活</title><summary type="text">答&amp;#8220;月薪4000元在苏州的日子&amp;#8221; 前不久俺朋友发给我一篇文章，俺没去查这篇文章的出处。大抵是说拿到手的工资是4000元的话没办法结婚成家。俺也不想批评他什么。下面是我当我准备恢复给我那位朋友的原话，但我一直没有发出去，因为可能会引起不必要的论争。没本事的话只能省钱。 过日子还是要会算计的。少看电影，少抽烟。少用电（买节能灯泡），少跟人打吹牛电话。我这两年没买什么衣服，还是因...</summary><published>2006-12-30T09:25:00Z</published><updated>2006-12-30T09:25:00Z</updated><author><name>再次程序人生</name><uri>http://www.cnblogs.com/gfsoft/</uri></author><link rel="alternate" href="http://www.cnblogs.com/gfsoft/archive/2006/12/30/608064.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/gfsoft/archive/2006/12/30/608064.html"/></entry><entry><id>http://www.cnblogs.com/gfsoft/archive/2006/12/28/605904.html</id><title type="text">35岁前成功的12条黄金法则(http://www.javaresearch.org/article/60374.htm)</title><summary type="text">35岁前成功的12条黄金法则 yqi_xian 原创更新：2006-12-26 18:25:56版本: 1.0 要离开程序了,心里面很多失落,未来的路到底怎么样.贴一段激励自己,也激励所有的IT人员吧!!　　第一章：一个目标　　一艘没有航行目标的船，任何方向的风都是逆风　　1、你为什么是穷人，第一点就是你没有立下成为富人的目标　　2、你的人生核心目标是什么？　　杰出人士与平庸之辈的根本差别并不是天...</summary><published>2006-12-28T04:50:00Z</published><updated>2006-12-28T04:50:00Z</updated><author><name>再次程序人生</name><uri>http://www.cnblogs.com/gfsoft/</uri></author><link rel="alternate" href="http://www.cnblogs.com/gfsoft/archive/2006/12/28/605904.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/gfsoft/archive/2006/12/28/605904.html"/></entry><entry><id>http://www.cnblogs.com/gfsoft/archive/2006/12/27/605126.html</id><title type="text">网络广告策划(http://uuroom.blog.sohu.com/21208083.html)</title><summary type="text">网络广告策划过程网络媒体的特点决定了网络广告策划的特定要求。如网络的高度互动性使网络广告不再只是单纯地创意表现与信息发布，广告主对广告回应度的要求会更高；网络的时效性非常重要，网络广告的制作时间短，上线时间快，受众的回应也是立即的，广告效果的评估与广告策略的调整也都必须是即时的。因此，传统广告的策划步骤在网络广告上运用可以说是应有很大的不同，因此网络广告有自己的策划过程，具体如下：  一、确定网络...</summary><published>2006-12-27T08:21:00Z</published><updated>2006-12-27T08:21:00Z</updated><author><name>再次程序人生</name><uri>http://www.cnblogs.com/gfsoft/</uri></author><link rel="alternate" href="http://www.cnblogs.com/gfsoft/archive/2006/12/27/605126.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/gfsoft/archive/2006/12/27/605126.html"/></entry></feed>
