<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_huangyiiiiii</title><subtitle type="text">此blog不再更新,大家都去我的新家吧http://codeplayer.blogbus.com</subtitle><id>http://feed.cnblogs.com/blog/u/10737/rss</id><updated>2006-04-30T09:57:04Z</updated><author><name>huangyi</name><uri>http://www.cnblogs.com/SupperCabbage/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/SupperCabbage/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/10737/rss"/><entry><id>http://www.cnblogs.com/SupperCabbage/archive/2006/01/27/323726.html</id><title type="text">垃圾回收</title><summary type="text">到我的新blog看吧http://codeplayer.blogbus.com/logs/2006/01/1864297.html</summary><published>2006-01-26T17:02:00Z</published><updated>2006-01-26T17:02:00Z</updated><author><name>huangyi</name><uri>http://www.cnblogs.com/SupperCabbage/</uri></author><link rel="alternate" href="http://www.cnblogs.com/SupperCabbage/archive/2006/01/27/323726.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/SupperCabbage/archive/2006/01/27/323726.html"/></entry><entry><id>http://www.cnblogs.com/SupperCabbage/archive/2005/11/27/285638.html</id><title type="text">郁闷  MyConsole 白做了</title><summary type="text">前些天希望在winform中打开控制台 查api 搞清楚流程基本是 AllocConsoleGetStdHandleReadConsoleWriteConsoleFreeConsole然后转成 c# 代码写了个MyConsole的类 自我感觉还不错今天翻出System.Console的代码一看就郁闷了。MyConsole根本不需要，因为Console本身也是通过调用GetStdHandle获得输入...</summary><published>2005-11-27T12:02:00Z</published><updated>2005-11-27T12:02:00Z</updated><author><name>huangyi</name><uri>http://www.cnblogs.com/SupperCabbage/</uri></author><link rel="alternate" href="http://www.cnblogs.com/SupperCabbage/archive/2005/11/27/285638.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/SupperCabbage/archive/2005/11/27/285638.html"/></entry><entry><id>http://www.cnblogs.com/SupperCabbage/archive/2005/11/23/282981.html</id><title type="text">Winform程序中打开控制台</title><summary type="text">会者不难了 说到底就是调用api函数 有工具可以直接搜索 并生成c# vb.net等语言的导入代码 唯一让人有点不爽的就是指针类型的转换了 我用的是一个叫Api Explorer的工具 这工具总是把指针类型的参数转成 ref int 那我想传一个字符串就麻烦了. 幸好又搜到一篇文章另外有个blog介绍了一个叫pinvoke.net 的东西 貌似不错 可惜网速慢 没下下来 msdn上也有一篇貌似不错...</summary><published>2005-11-23T09:18:00Z</published><updated>2005-11-23T09:18:00Z</updated><author><name>huangyi</name><uri>http://www.cnblogs.com/SupperCabbage/</uri></author><link rel="alternate" href="http://www.cnblogs.com/SupperCabbage/archive/2005/11/23/282981.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/SupperCabbage/archive/2005/11/23/282981.html"/></entry><entry><id>http://www.cnblogs.com/SupperCabbage/archive/2005/11/12/274506.html</id><title type="text">心目中软件开发的未来</title><summary type="text">解偶解偶解偶 解到最后就是 模块是完全独立的 通过元数据描述接口 通过配置文件来建立不同模块之间的关联(当然背后有个框架 框架读配置同时读模块的元数据 并根据配置建立模块之间关联 接口都不要了 麻烦)这个时候配置文件就很重要了 最好普通人就能读懂 并编写 xml太复杂 具体格式还有待研究如果需要的话 搞个脚本语言出来 负责配置</summary><published>2005-11-11T19:32:00Z</published><updated>2005-11-11T19:32:00Z</updated><author><name>huangyi</name><uri>http://www.cnblogs.com/SupperCabbage/</uri></author><link rel="alternate" href="http://www.cnblogs.com/SupperCabbage/archive/2005/11/12/274506.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/SupperCabbage/archive/2005/11/12/274506.html"/></entry><entry><id>http://www.cnblogs.com/SupperCabbage/archive/2005/08/28/224863.html</id><title type="text">把新闻系统转到CommunityServer下的几点体会</title><summary type="text">把一个php的新闻系统转到cs下面来,完全使用原有系统的界面,基本使用cs的数据库结构.切身体会到整合两个不同系统的不容易啊.主要是以前系统的一些概念和cs有一定冲突.而且要不停得在开发时间与运行效率之间权衡,心理上负担还是蛮重的.幸好cs确实设计得好,而且也比较适合新闻系统这样的东西,所以感觉还算好.另外以前系统是php,php和asp.net在开发思路上的却别是很大的.不过这次通过对两个系统的...</summary><published>2005-08-28T14:53:00Z</published><updated>2005-08-28T14:53:00Z</updated><author><name>huangyi</name><uri>http://www.cnblogs.com/SupperCabbage/</uri></author><link rel="alternate" href="http://www.cnblogs.com/SupperCabbage/archive/2005/08/28/224863.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/SupperCabbage/archive/2005/08/28/224863.html"/></entry><entry><id>http://www.cnblogs.com/SupperCabbage/archive/2005/08/23/css_float.html</id><title type="text">css学习笔记 Float</title><summary type="text">Float 浮动   简单得说就是浏览器尽可能地将内容放到左边或右边。float的东西自动变成块级的了。</summary><published>2005-08-22T18:20:00Z</published><updated>2005-08-22T18:20:00Z</updated><author><name>huangyi</name><uri>http://www.cnblogs.com/SupperCabbage/</uri></author><link rel="alternate" href="http://www.cnblogs.com/SupperCabbage/archive/2005/08/23/css_float.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/SupperCabbage/archive/2005/08/23/css_float.html"/></entry><entry><id>http://www.cnblogs.com/SupperCabbage/archive/2005/08/23/css_position.html</id><title type="text">css学习笔记 Position</title><summary type="text">static定位就是不定位，出现在哪里就显示在哪里，这是默认取值&#xD;relative 就是相对元素static定位时的位置进行偏移&#xD;absolute 绝对定位，直接指定top、left、right、bottom。绝对定位是相对容器来说的.容器就是离元素最近的一个定位好的“祖先”，定位好的意思就是其Position 是absolute或fixed或relative。&#xD;fixed  才是真正的绝对定位，其位置永远相对浏览器位置来计算。 而且就算用户滚动页面，元素位置也能相对浏览器保持不变.</summary><published>2005-08-22T17:36:00Z</published><updated>2005-08-22T17:36:00Z</updated><author><name>huangyi</name><uri>http://www.cnblogs.com/SupperCabbage/</uri></author><link rel="alternate" href="http://www.cnblogs.com/SupperCabbage/archive/2005/08/23/css_position.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/SupperCabbage/archive/2005/08/23/css_position.html"/></entry><entry><id>http://www.cnblogs.com/SupperCabbage/archive/2005/08/21/future_News.html</id><title type="text">CommunityServer下的新闻系统</title><summary type="text">管理用户管理角色管理用户角色管理频道管理角色对频道的操作管理文章类别管理文章用户登陆 记录用户所属的角色 用户对频道操作 先判断用户所属角色中至少有一个可以操作该频道</summary><published>2005-08-20T16:02:00Z</published><updated>2005-08-20T16:02:00Z</updated><author><name>huangyi</name><uri>http://www.cnblogs.com/SupperCabbage/</uri></author><link rel="alternate" href="http://www.cnblogs.com/SupperCabbage/archive/2005/08/21/future_News.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/SupperCabbage/archive/2005/08/21/future_News.html"/></entry><entry><id>http://www.cnblogs.com/SupperCabbage/archive/2005/08/19/218108.html</id><title type="text">qq 被人骗走了啊   狗日的   2千多个小时啊</title><summary type="text">55555555555555555555555555555555555</summary><published>2005-08-18T16:00:00Z</published><updated>2005-08-18T16:00:00Z</updated><author><name>huangyi</name><uri>http://www.cnblogs.com/SupperCabbage/</uri></author><link rel="alternate" href="http://www.cnblogs.com/SupperCabbage/archive/2005/08/19/218108.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/SupperCabbage/archive/2005/08/19/218108.html"/></entry><entry><id>http://www.cnblogs.com/SupperCabbage/archive/2005/08/11/212895.html</id><title type="text">Enterprise Library </title><summary type="text">Design of the Data Access Application BlockDesign of the Caching Application Block</summary><published>2005-08-11T13:56:00Z</published><updated>2005-08-11T13:56:00Z</updated><author><name>huangyi</name><uri>http://www.cnblogs.com/SupperCabbage/</uri></author><link rel="alternate" href="http://www.cnblogs.com/SupperCabbage/archive/2005/08/11/212895.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/SupperCabbage/archive/2005/08/11/212895.html"/></entry></feed>
