摘要:这本来是我的一个问题,谢谢thinkx、blow_jj 、maconel 、hy1080 的解答,现整理一下答案。
使用全局变量应该将变量定义在.c中,在.h中extern。在需要使用变量的地方,包含.h就行了。还要注意自己给.h文件加些预编译,可以直接新建unit,预编译会自动生成。
例如在global.cpp和global.h中定义全局变量在global.cpp中这样写:#include ......
摘要:1、 安装tomcat
在安装了jdk后,参考tomcat for window 的安装向导,基本直接安装即可,注意:安装时会提示输入管理用户名和密码,这是以后会用到的用户名和密码,切记。
2、 安装mysql
默认安装即可。
3、 使用tomcat的web管理应用配置数据源
启动tomcat服务器,打开浏览器,输入http://localhost:8080/admin/(其中loca......
VS.NET 2005将增加edit and continue的调试功能上一页 ... 【推荐阅读:
jsp中怎么将jsp定义的参数传给ja】edit and continue is a debugger feature that allows you to pause an application being debugged, make changes to the code, and then continue without a full project recompile. this feature was originally part of vb6 and was sorely missed by vb.net developers prior to whidbey. when it was announced that vb.net 2005 would include e&c, c# programmers wrote in to microsoft´s feedback page asking that it be made available in c# as well
摘要:
http://www.4sleep.net/showprodata.asp?id=8
http://www-900.cn.ibm.com/developerworks/cn/index.shtml
xmlhttp对象及其方法------------------msxml中提供了microsoft.xmlhttp对象,能够完成从数据包到request对象的转换以及发送任务。 创建xml......