<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_平庸与杰出=加法与减法</title><subtitle type="text">思考其乐无穷IT剩者为王</subtitle><id>http://feed.cnblogs.com/blog/u/29524/rss</id><updated>2008-09-03T01:43:27Z</updated><author><name>我是蚂蚁</name><uri>http://www.cnblogs.com/jiabao/</uri></author><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jiabao/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/29524/rss"/><entry><id>http://www.cnblogs.com/jiabao/archive/2008/07/23/1249659.html</id><title type="text">企业销售管理现状分析与解决思路 </title><summary type="text">业务部门与财务部门缺少配合、存货资金占用与渠道沉没库存较大、客户信用账期管理滞后、客户关系管理浮于表面、难以全程管理销售业务、售后服务工作不到位</summary><published>2008-07-23T07:50:00Z</published><updated>2008-07-23T07:50:00Z</updated><author><name>我是蚂蚁</name><uri>http://www.cnblogs.com/jiabao/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jiabao/archive/2008/07/23/1249659.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jiabao/archive/2008/07/23/1249659.html"/><content type="text">业务部门与财务部门缺少配合、存货资金占用与渠道沉没库存较大、客户信用账期管理滞后、客户关系管理浮于表面、难以全程管理销售业务、售后服务工作不到位</content></entry><entry><id>http://www.cnblogs.com/jiabao/archive/2008/06/19/1225231.html</id><title type="text">对正则表达式不熟悉，记录几个从别处拿来验证过的表达式，日期、数字、email、网址验证</title><summary type="text">public static bool IsDate(string date)    {      //(([0-9]{4}-)([0-9]{1,2}-)[0-9]{1,2})      Regex ymPattern = new Regex(@"^\d{4}-?(?:0[1-9]|1[0-2])$");      Regex yyyyMMdd = new Regex(@"^((\d{2}(([02468][048])|([13579][26]))[\-\/\s]?((((0?[13578])|(1[02]))[\-\/\s]?((0?[1-9])|([1-2][0-9])|(3[01])))|(((0?[469])|(11))[\-\/\s]?((0?[1-9])|([1-2][0-9])|(30)))|(0?2[\-\/\s]?((0?[1-9])|([1-2][0-9])))))|(\d{2}(([02468][1235679])|([13579][01345789]))[\-\/\s]?((((0</summary><published>2008-06-19T02:26:00Z</published><updated>2008-06-19T02:26:00Z</updated><author><name>我是蚂蚁</name><uri>http://www.cnblogs.com/jiabao/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jiabao/archive/2008/06/19/1225231.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jiabao/archive/2008/06/19/1225231.html"/><content type="text">public static bool IsDate(string date)    {      //(([0-9]{4}-)([0-9]{1,2}-)[0-9]{1,2})      Regex ymPattern = new Regex(@"^\d{4}-?(?:0[1-9]|1[0-2])$");      Regex yyyyMMdd = new Regex(@"^((\d{2}(([02468][048])|([13579][26]))[\-\/\s]?((((0?[13578])|(1[02]))[\-\/\s]?((0?[1-9])|([1-2][0-9])|(3[01])))|(((0?[469])|(11))[\-\/\s]?((0?[1-9])|([1-2][0-9])|(30)))|(0?2[\-\/\s]?((0?[1-9])|([1-2][0-9])))))|(\d{2}(([02468][1235679])|([13579][01345789]))[\-\/\s]?((((0</content></entry><entry><id>http://www.cnblogs.com/jiabao/archive/2008/01/29/1057497.html</id><title type="text">WCF 关于自定义MessageHeader支持</title><summary type="text">我们在项目中有些公共信息不想通过方法参数提供，想通过MessageHeader封装后，通过客户端提交给Servicer。这种情况下我们需要注意WCF不同的实例模式、会话模式对Header的支持情况：</summary><published>2008-01-29T06:08:00Z</published><updated>2008-01-29T06:08:00Z</updated><author><name>我是蚂蚁</name><uri>http://www.cnblogs.com/jiabao/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jiabao/archive/2008/01/29/1057497.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jiabao/archive/2008/01/29/1057497.html"/><content type="text">我们在项目中有些公共信息不想通过方法参数提供，想通过MessageHeader封装后，通过客户端提交给Servicer。这种情况下我们需要注意WCF不同的实例模式、会话模式对Header的支持情况：</content></entry><entry><id>http://www.cnblogs.com/jiabao/archive/2008/01/18/1044246.html</id><title type="text">如何识别真正的程序员 (转帖 来自csdn)</title><summary type="text">如何识别优秀的程序员？并不是像听起来那么容易。在这儿工作经验的作用是很有限的，因为伟大的程序员不一定要‘正式’的工作经历来证明他们的伟大。</summary><published>2008-01-18T05:20:00Z</published><updated>2008-01-18T05:20:00Z</updated><author><name>我是蚂蚁</name><uri>http://www.cnblogs.com/jiabao/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jiabao/archive/2008/01/18/1044246.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jiabao/archive/2008/01/18/1044246.html"/><content type="text">如何识别优秀的程序员？并不是像听起来那么容易。在这儿工作经验的作用是很有限的，因为伟大的程序员不一定要‘正式’的工作经历来证明他们的伟大。</content></entry><entry><id>http://www.cnblogs.com/jiabao/archive/2008/01/08/1029826.html</id><title type="text">忙忙碌碌，早出晚归咱们到底为个啥？</title><summary type="text">忙碌的时候，大家伙经常会说，这么忙是为了什么？</summary><published>2008-01-08T01:21:00Z</published><updated>2008-01-08T01:21:00Z</updated><author><name>我是蚂蚁</name><uri>http://www.cnblogs.com/jiabao/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jiabao/archive/2008/01/08/1029826.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jiabao/archive/2008/01/08/1029826.html"/><content type="text">忙碌的时候，大家伙经常会说，这么忙是为了什么？</content></entry><entry><id>http://www.cnblogs.com/jiabao/archive/2008/01/06/1027793.html</id><title type="text">2008年业务、技术学习计划</title><summary type="text">业务：主要方向仍然b2b，学习目前国内市场第一阵营、第二阵营的b2b互联网企业业务模型，主要包括阿里巴巴、慧聪、中国服装网、买麦网等   电子商务技术标准、安全认证体系，以及企业网上支付学习研究技术：围绕互联网应用，07年完成了wf、wcf大部分应用，08年继续加强。   MSF(Microsoft Sync Framework)学习研究   Silverlight 学习</summary><published>2008-01-06T06:02:00Z</published><updated>2008-01-06T06:02:00Z</updated><author><name>我是蚂蚁</name><uri>http://www.cnblogs.com/jiabao/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jiabao/archive/2008/01/06/1027793.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jiabao/archive/2008/01/06/1027793.html"/><content type="text">业务：主要方向仍然b2b，学习目前国内市场第一阵营、第二阵营的b2b互联网企业业务模型，主要包括阿里巴巴、慧聪、中国服装网、买麦网等   电子商务技术标准、安全认证体系，以及企业网上支付学习研究技术：围绕互联网应用，07年完成了wf、wcf大部分应用，08年继续加强。   MSF(Microsoft Sync Framework)学习研究   Silverlight 学习</content></entry><entry><id>http://www.cnblogs.com/jiabao/archive/2007/12/07/986385.html</id><title type="text">记录一下，开车以来最惨痛的教训！</title><summary type="text">晚上加班后回家，有些累，精神不太好，三环路上车不多也不少，时速也就是60的样子。到三元桥车更多，也就是40时速，有些累，就跟着前车，心里在考虑着乱七八糟事，恍惚间好像前车减速了，我也轻带了刹车膨，竟然追尾了：（损失惨重，由于透懒，侥幸，保险过期没来得及上保险，警察判我全责。维修前面两台车，还罚我100：（nnd，一个月的工资没了</summary><published>2007-12-07T02:33:00Z</published><updated>2007-12-07T02:33:00Z</updated><author><name>我是蚂蚁</name><uri>http://www.cnblogs.com/jiabao/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jiabao/archive/2007/12/07/986385.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jiabao/archive/2007/12/07/986385.html"/><content type="text">晚上加班后回家，有些累，精神不太好，三环路上车不多也不少，时速也就是60的样子。到三元桥车更多，也就是40时速，有些累，就跟着前车，心里在考虑着乱七八糟事，恍惚间好像前车减速了，我也轻带了刹车膨，竟然追尾了：（损失惨重，由于透懒，侥幸，保险过期没来得及上保险，警察判我全责。维修前面两台车，还罚我100：（nnd，一个月的工资没了</content></entry><entry><id>http://www.cnblogs.com/jiabao/archive/2007/12/06/985354.html</id><title type="text">针对 WCF 数据压缩开发包压缩效率的测试比较</title><summary type="text">目前能找针对WCF的压缩扩展主要有两个，一个是MS在TechnologySamples提供的，另外一个是WS-Compression for WCF(  http://weblogs.asp.net/cibrax/archive/2006/03/29/441398.aspx)测试办法：能力有限，没有办法测试内存对象的大小，采用折衷的办法：通过比较原始数据、压缩后数据分别从服务器端传送到客户端的时间来确定大概压缩率。测试数据情况：单表，20个字段，字段内容大概300个字符...</summary><published>2007-12-06T08:03:00Z</published><updated>2007-12-06T08:03:00Z</updated><author><name>我是蚂蚁</name><uri>http://www.cnblogs.com/jiabao/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jiabao/archive/2007/12/06/985354.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jiabao/archive/2007/12/06/985354.html"/><content type="text">目前能找针对WCF的压缩扩展主要有两个，一个是MS在TechnologySamples提供的，另外一个是WS-Compression for WCF(  http://weblogs.asp.net/cibrax/archive/2006/03/29/441398.aspx)测试办法：能力有限，没有办法测试内存对象的大小，采用折衷的办法：通过比较原始数据、压缩后数据分别从服务器端传送到客户端的时间来确定大概压缩率。测试数据情况：单表，20个字段，字段内容大概300个字符...</content></entry><entry><id>http://www.cnblogs.com/jiabao/archive/2007/12/06/984983.html</id><title type="text">总结，对自己对团队对项目的总结</title><summary type="text">在cnlamar的初创团队如何建设?一文中，引起的大家的很多探讨，涉及到很多方面。这很正常，毕竟大家都是新人，都在摸索，如果不这样反而奇怪了。所以顺便总结总结团队在开发分销系统情况，思考思考。简单说说我们折腾产品的过程，也算是对自己的一个总结了，不关乎对错。</summary><published>2007-12-06T03:36:00Z</published><updated>2007-12-06T03:36:00Z</updated><author><name>我是蚂蚁</name><uri>http://www.cnblogs.com/jiabao/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jiabao/archive/2007/12/06/984983.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jiabao/archive/2007/12/06/984983.html"/><content type="text">在cnlamar的初创团队如何建设?一文中，引起的大家的很多探讨，涉及到很多方面。这很正常，毕竟大家都是新人，都在摸索，如果不这样反而奇怪了。所以顺便总结总结团队在开发分销系统情况，思考思考。简单说说我们折腾产品的过程，也算是对自己的一个总结了，不关乎对错。</content></entry><entry><id>http://www.cnblogs.com/jiabao/archive/2007/12/05/983576.html</id><title type="text">WF 状态机 事件传参详细步骤</title><summary type="text">通过传参的方式只能在工作流创建的时候将数据写入，在工作流重新被load后，没有办法给工作流实例（WorkflowInstance）添加参数或者写入数据。但是在实际业务中每个业务操作都可能需要传入一些数据，比如订单审批人，审批金额等，这样就出现了我在开发中遇到的问题，如何给工作流实例传递值？</summary><published>2007-12-05T06:03:00Z</published><updated>2007-12-05T06:03:00Z</updated><author><name>我是蚂蚁</name><uri>http://www.cnblogs.com/jiabao/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jiabao/archive/2007/12/05/983576.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jiabao/archive/2007/12/05/983576.html"/><content type="text">通过传参的方式只能在工作流创建的时候将数据写入，在工作流重新被load后，没有办法给工作流实例（WorkflowInstance）添加参数或者写入数据。但是在实际业务中每个业务操作都可能需要传入一些数据，比如订单审批人，审批金额等，这样就出现了我在开发中遇到的问题，如何给工作流实例传递值？</content></entry></feed>
