摘要:
unit unit1; interface uses windows, messages, sysutils, variants, classes, graphics, controls, forms, dialogs, stdctrls; type tform1 = class(tform) edit1: tedit; procedure formcreate(sender: tobje......
摘要:
eclipse中weblogic 7.0.2.0 "start server": 无错误。 但访问http://localhost:7001/console和http://localhost:7001/myweb都不能访问http404错误 访问http://localhost:7002可以出空白页。 "stop server": failed to......
什么是sdk
最近读了《深入浅出mfc》,对于sdk和mfc的概念搞胡涂了。什么能叫sdk?mfc是吗?vc++呢也是吗?还有.net和visual stdiuo 。net 这些与sdk和集成开发环境是什么关系?
请高手执教
NO.1 作者: zhaolaoxin
sdk is Software Development Kit,全是一些API。MFC是微软将API封装成一些类库,方便开发者使用。VC++是一个C++的编译器
NO.2 作者: rockersz
Software Development Kit
摘要:
不用asp,php,占用htm如何实现重定向?
......