
读书笔记
文章平均质量分 81
CrystalHareHus
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
RTTI ---- Imitate from Inside MFC
RTTI means Runtime Type Information.The compiler itself enable this functionality.Now here just to imitate the mechalism referring to Inside MFC.1. CRuntimeClass node to construct the link list.stru原创 2006-12-20 13:46:00 · 1028 阅读 · 0 评论 -
Developing Application Frameworks in .Net --- (Note 3 Cach)
1. Caching Servicestatic variable and HashTable XML ---- Element .InnerText ---- attribute .attribute[key].ValueXmlDocument , XmlElement, XmlNodeXPath/RootElement/ChildElement/Element[.=someth原创 2007-01-10 16:00:00 · 1585 阅读 · 0 评论 -
Developing Application Frameworks in .Net ---- (Note1, Landscape)
1. modularity --- reuseability ---- extensibility --- simplicity ---- maintainability2. Operating system ---> Fundation Framework ---->Application FrameworkCross-Domain Framework> ----> Business A原创 2007-01-08 13:37:00 · 1326 阅读 · 0 评论 -
Code Complete ---- (Note 5 Statements)
Code Complete ---- (Part 5 Statements)======================================================================================1. Organizing Straight-Line CodeStatements that must be in a speicific order原创 2007-01-02 15:41:00 · 1276 阅读 · 0 评论 -
Code Complete ---- (Note 6 System Considerations)
Code Complete ---- (Part 6 System Considerations)=======================================================================================1. How Program size affects constructionPrograms ---> Products原创 2007-01-04 15:12:00 · 1192 阅读 · 0 评论 -
Code Complete ---- (Note 7 Code Improvements)
Code Complete ---- (Part 5 Code Improvements)==========================================================================================1. The Software-Quality Landscape (概述)Improve quality---- Softwa原创 2007-01-05 15:54:00 · 1354 阅读 · 0 评论 -
Code Complete --- (Note3 Variables)
Code Complete --- (Part3 Variables)=========================================================1. General issues in using variables A pompus[华而不实的] fraud [骗子] --- 绣花枕头Following are guidelines for avoidin原创 2006-12-29 08:36:00 · 1539 阅读 · 0 评论 -
Code Complete ----- (Note2 Creating High-Quality Code)
Code Complete ----- Part2 Creating High-Quality Code1. Design in Construction=========================================================== Design is a sloppy[无章法] process even if it produces a tidy[清原创 2006-12-27 11:22:00 · 1854 阅读 · 0 评论 -
Code Complete ----------- (Note 1—— Laying the foundation)
No comparable book is available. Activities Before Construction: Problem Definition --> Requirements Developments --> Softare Architecture Construction activities focuses on: Detailed Design原创 2006-12-25 16:52:00 · 1347 阅读 · 0 评论 -
Code Complete --- (Note4 Software Craftsmanship)
Code Complete --- (Part 7 Software Craftsmanship)============================================================5. Where to find more informationA software developers reading planIntroductory Level----原创 2006-12-29 13:00:00 · 1356 阅读 · 0 评论 -
COM ---- Inside COM Note
COM 和 OLE 的关系非常类似于微积分和物理的关系.COM 是用来解决诸如如何将一个电子表格嵌入到字处理程序之类的问题. 此类问题的解决方案正是OLE.运行时动态链接(动态改变组件) + 信息封装一种开发与语言无关的组件库的方法.DLL 的接口是它所输出的那些函数.C++类的接口则是该类的一个成员函数集。COM接口是一个包含一个函数指针数组的内存结构。COM接口在C++中是用纯抽象基类实现原创 2006-12-25 12:53:00 · 1525 阅读 · 0 评论 -
Message Mapping ---- Imitate from Inside MFC
struct AFX_MSGMAP_ENTRY{UINT nMessage; UINT nCode; UINT nID; UINT nLastID; UINT nSig; AFX_PMSG pfn;};struct AFX_MS原创 2006-12-21 13:24:00 · 1262 阅读 · 0 评论 -
Dynamic Creation ----------- Imitate from Inside MFC
Further work base on RTTI:1. CRuntimeClass CObject* CreateObject() ; static CRuntimeClass* PASCAL Load();2. #define DECLARE_DYNCREATE(class_name) / DECLARE_DYNAMIC(clas原创 2006-12-20 15:36:00 · 982 阅读 · 0 评论 -
Developing Application Frameworks in .Net--(Note2, Configuration/Class Factory)
Configuration / Remoting -----> Class Factory[ Configuration in C# ] COM components used the registry to configure components. Configuration of .NET applications is done by using configuration fil原创 2007-01-09 15:57:00 · 1559 阅读 · 0 评论