j2me lan 聊天 server 基于 servlet 使用向导: ◆数据库管理 访问mssdataadmin目录的 default.asp ◆手机wap下载java客户程序的连接 midp1_sanchatjad.asp ◆手机wap信件平台登陆页面 index.asp ◆用户注册页面(html) pc_register.asp 功能介绍: ◆类似移动QQ,可以进行手机及时通讯,而服务器程序可以放在普通虚拟主机的asp空间。 ◆可以通过手机添加好友。 ◆全部开放源代码,自由修改发布(本人保留著作权)。开发资源
标签: mssdataadmin default servlet server
上传时间: 2014-01-24
上传用户:zgu489
VisualDSP++ 4.5 Kernel (VDK) User’s Guide
标签: VisualDSP Kernel Guide User
上传时间: 2015-06-22
上传用户:wweqas
硬件协议栈芯片w3100a的web-server,用51单片机,keil51环境
上传时间: 2013-12-24
上传用户:cxl274287265
小新写的Delphi用SQLDMO实现控制SQL Server状态的程序,其中涉及到通过SQLDMO控制SQL Server启动停止,检测Sql Server状态用了两种方式,一种是SQLDMO,另一种是直接检测Sql Server服务。
上传时间: 2014-01-17
上传用户:manlian
Advanced Bash− Scripting Guide An in− depth exploration of the art of shell scripting Mendel Cooper
标签: 8722 exploration Scripting scripting
上传时间: 2015-06-24
上传用户:小儒尼尼奥
嵌入式Linux上的Web Server设计
上传时间: 2015-06-25
上传用户:sdq_123
Windows Server 2003服务器群集创建和配置指南
上传时间: 2015-06-27
上传用户:asdfasdfd
用jsp编写的网上测试系统。 (1)以“Windows身份验证模式”连接SQL Server数据库。 (2)需要安装SQL Server 的补丁SP3。 (3)运行的时候可以参照书上的说明进行,如出试卷的时候,若试卷标题重复,可以从数据库中删除,然后添加试卷。 (4)出试卷路径为 http://localhost:8080/chap22/chujuan.jsp 如果放在根目录,则路径和书上的界面一样。 (5)选择题路径为 http://localhost:8080/chap22/xuanzeti.jsp (6)判断题路径为 http://localhost:8080/chap22/panduanti.jsp (7)如果采用本应用中连接数据库的方法调试不通,可以参照20章中通过ODBC连接数据库的方法来修改 将以下代码: Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver") String driver = "jdbc:microsoft:sqlserver://localhost:1433" Connection conn = DriverManager.getConnection(driver,"","") 修改成: Class.forName("sun.jdbc.odbc.JdbcOdbcDriver") String driver = "jdbc:odbc:try" Connection conn = DriverManager.getConnection(driver,"sa","") //如果是windows验证,则不用用户名和密码
上传时间: 2015-06-27
上传用户:450976175
用SQL Server+jsp实现的电话黄页查询系统。 运行的时候,需要把database目录下的YellowPages_MSAccess.mdb文件拷贝到D盘根目录,因为在common.jsp中设置的数据库路径为根目录,读者也可以设置程其他路径。 将该目录拷贝到Tomcat的ROOT目录下,首页链接URL为http://localhost:8080/appendix2/Default.jsp。 注意:文件名是区分大小写的。
上传时间: 2015-06-27
上传用户:zhyiroy
一 开发环境 OS: Windows 2000 Server + SP2 IDE: Visual Studio 6.0 + SP5 DataBase: SQL 2000 Server + SP2 二 运行 1:创建数据库 将TRADE.sql中的SQL语句考入SQL Server的查询分析器中,全部运行; 2:建立ODBC数据源 数据原名称为Trade_MIS
上传时间: 2015-06-28
上传用户:ynsnjs