摘要: nunit to write unit tests http://www.nunit.org. ndoc to create code documentation http://ndoc.sourceforge.net nant to build your solutions http://nant.sourceforge.net codesmith to generate code ht......
摘要:有了身体和灵魂,平台的雏形也就有了,但是前后台程序直接的通讯是怎样实现的呢? 现有的系统通讯方式,不外乎自己写通讯协议或者依赖于中间件。不论采用哪种,都得依照一定的通讯格式组织信息。协议的差别、格式的差别不一而足。用过定长 字符流的肯定痛恨冗长的生成代码,如果老板通知你改用fml(或者xml等)格式,估计程序员会手忙脚乱上很长一端事件,修改后的测试也是很麻烦的。好的 程序员都是懒的,不喜欢做大量无......
在VC6中实现多语言支持上一页 ... #define _afx_no_splitter_resources #define _afx_no_tracker_resources 【程序编程相关:
软件的可维护性】 #define _afx_no_ole_resources 【推荐阅读:
建筑的永恒之道】 【扩展信息:
今天写了第一个ASP.NET程序】 #define _afx_no_property_resources #if !defined(afx_resource_dll) || defined(afx_targ_chs) #ifdef _win32 language 4, 2 #pragma code_page(936) #endif //_win32 #include "res\phtools.rc2" // non-microsoft visual c++ edited resources #include "l.chs\afxres.rc" // standard components #endif #if !defined(afx_resource_dll) || defined(afx_targ_enu) #ifdef _win32 language 9, 1 #pragma code_page(1252) #endif //_win32 #include "res\phtools.rc2" // non-microsoft visual c++ edited resources #include "afxres.rc" // standard components #endif 这样该工程项目的资源就可以支持中文与英文了.从project菜单选择setting…选项,打开project settings对话框,选择resources 选项卡,在“preprocessor definitions”追加“, afx_targ_enu,afx_resource_dll”,对工程进行编译就可生成支持英文的程序,如果不加入“, afx_targ_enu,afx_resource_dll”,对工程进行编译可生成支持中文的程序.
摘要:1、数据挖掘在b2b环境中没有真正工作 通常,经理人认为数据挖掘在business-to-business (b2b)环境中不能很好工作,因为商业模型中独特的区别,比如财务经理指定的账目,产品毛利润的大幅摆动,有时候又长又不频繁的购买周期,产品线详细目录的扩展。在成功的数据挖掘中 重要的是你正在打交道的数据,而不是商业的特性,尤其是产生于商品交易的数据更显著。这些数据包括了顾客购买什么,什么时间购......