摘要:
no silver bullet
设计方法的分类:
1. 结构化设计(自顶向下)——没有提供适当的方法解决并发性问题。2. 数据驱动设计——广泛应用于信息管理系统,它关注系统的输入输出。3. 面向对象设计——适应复杂开发并具有良好复用性。
面向对象的本质:抽象、封装、多态、继承。第一要着的抽象是不确定的,它具有层次,可以排列成为一种层次。
框架——软件复用的发展方式:程序主体反主为客,并让辅助组......
摘要:
协议开发 中移动cmpp2.0协议api(一)
云网(jimzj@21cn.om)
前段时间,一直忙于公司的短信接口的开发;虽然总是忙,但还是很有收获的。从短信开接口的开发中也碰到不少问题,相信和我一样,大家在开发网关接口时也会有不少问题会碰到的:比如,采用移动提供的api出错,不同的编码,计费拔测,接收问题等。其实对于自己的上层领导来说,他所要的是结果,致于开发过程中你所遇到的各种问题都是自己去解决的,不懂就上网找,或者说问一下有这......
轻量级服务器端组件体系实现(一)轻量级服务器端组件体系实现
用组件构成新的系统,将体系结构与设计分解成组件,两者都是现在企业应用系统开发的最有希望也是最具挑战性的工作。n层体系结构已经成为很多这种应用的最佳实践,针对具体应用的复杂度通常集中在应用服务器层。这导致了服务器端组件体系结构的成熟。 【相关文章:
将人民币的数字表示转化成大写表示(C#版】
【扩展阅读:
使用.NET读取XML文件】
【扩展信息:
一个简单Tracer类,用来为应用写入跟】
然而本文并不局限于讨论了服务器组件体系,现有的组件体系如ejb、ccm与com+已经很成熟。一个优秀的组件体系无疑也是一个优秀的ood系统,通过实现一个定制的容器去把握与了解容器内部结构,不仅对于开发组件部署新的应用,同时对于学习面向对象设计都有巨大的促进作用。
组件体系 aop ioc
a approach of light-height sever-side component system
building a new system with component, resolve system structure into component to design, the two now enterprise application system development is most challenging work. n layers of system structure become a lot of the best practice of application already , that using the app server layer to concentrate to the concrete complexity is usually now. this has caused maturity of the server-side component system.
but this text doesn´t discuss the server-side component system only, the existing component system such as ejb, ccm and com + are already very much ripe system. one outstanding component system is also undoubtedly one outstanding ood system, through realize one customized container it hold and find out about container structure to go, not merely for developing components to deploy a new application, but also having enormous facilitation to studying object-oriented design at the same time.
component aop ioc
目 录
一、 引言. 5...
下一页 摘要:vb打造超酷个性化菜单(五)
(接上篇)
现在到了最关键,最精彩,也是最复杂的部分了。我们最关心的就是怎样“画”菜单,怎样处理菜单事件,在menuwndproc这个处理消息的函数里,我们要处理如下消息:wm_command(单击菜单项),wm_measureitem(处理菜单高度和宽度),wm_menuselect(选择菜单项),wm_drawitem(绘制菜单项)。
打开上次建好的工程,添加一个标准模块,并将其名称设置为mmenu,......