摘要:
我的配置文件config.xml部分如下: <application deployed="true" name="colortalk" path="e:\" > <webappcomponent name="colortalk" targets="myserver" u......
摘要:
初学jsp,现在想像asp那样使用include命令将数据库的连接串包含进去: class.forname("sun.jdbc.odbc.jdbcodbcdriver"); string url = "jdbc:odbc:studentdata"; string user=""; string pwd=""; ......
高手,关于互斥
在VC/MFC下是"afxmt.h",在C++下怎么用互斥?
NO.1 作者: younggle
可以使用 CMutex 类
CreateMutex
WaitForSingleObject
ReleaseMutex
摘要:
我安装时,要填入jvm的路径,不知道是哪个啊?不在java路径下?
......