摘要:以下是阎宏博士在csdn一个关于构架和框架概念的讨论中的发言,对我们理解这两个概念很有帮助!“架构:architecture框架:framework
软件的大尺度结构就是架构。一个软件不管好坏,都会有一个架构。软件架构中可以利用框架,也可以不利用框架。譬如jsp就是一种框架,而你的系统可以利用jsp框架,形成自己的架构。
所有的framework都是遵循好莱坞原则设计的,否则就不叫......
摘要:1、增加一个scl入口程序用于调用以前的主程序,如runscl.scl2、清理所有以前系统中产生的html中对 web files (包括image javascript css等等 )的引用文件名处(scl js等) 检查与实际文件名大小写是否一致。3、清理所有引用appsrv_xxx函数的引用处,改为根据宏_pv_base的值,若空则仍appsrv,否则为stpsrv_xxx4、清理依赖ods......
Windows Mobile 开发工具支持图 【程序编程相关:
VC增加自定义消息】 【推荐阅读:
hibernate配置两个数据源-在cs】
green
apps written using the tool will run on the platform
tool is able to connect to the platform for deployment, debugging, etc
yellow
apps written using the tool will run on the platform
tool is not able to connect to the platform for deployment, debugging, etc
white
apps written using the tool will not run on the platform
【扩展信息:
VC在windows下编写用于串行通讯的】
摘要:今天把队列代码修改成可操作代码(这个代码是仿照<<linux程序设计>>修改的)*********************************************commmain.c
#include <unistd.h>#include <stdlib.h>#include <stdio.h>#include <fcnt......