摘要: 前两天帮朋友写个小工具。思路很简单实现也不是太难。写了这么个小工具。实现功能:通过搜索引擎自动换页抓取记录页面中的属性值。贴代码:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using System.IO;using System.Net;using System.Text.RegularExpressions;using S 阅读全文
posted @ 2011-05-07 14:13 Starf 阅读(794) 评论(0) 推荐(0) 编辑
摘要: 群里某个人发的 感觉挺好就贴过来目录目录1 IGame游戏公司的故事 1.1 讨论会 1.2 实习生小李的实现方法 1.3 架构师的建议 1.4 小李的小结2 探究依赖注入 2.1 故事的启迪 2.2 正式定义依赖注入3 依赖注入那些事儿 3.1 依赖注入的类别 3.1.1 Setter注入 3.1.2 Construtor注入 3.1.3 依赖获取 3.2 反射与依赖注入 3.3 多态的活性与依赖注入 3.3.1 多态性的活性 3.3.2 不同活性多态性依赖注入的选择4 IoC Container 4.1 IoC Container出现的必然性 4.2 IoC Container的分类 4. 阅读全文
posted @ 2011-05-07 11:16 Starf 阅读(385) 评论(1) 推荐(1) 编辑