虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

windows server

  • This application includes a demo server and client program. You could write your own server launcher

    This application includes a demo server and client program. You could write your own server launcher and client application by using the SimpleScreenCaptureServer class and the SimpleRemoteScreenCaptureClient class. Usage: 1. Type the following command to launch the server program. java -jar SimpleCaptureScreenServerDemo.jar portnumber 2. Type the following command to launch the client program. It s a swing-based UI. java -jar RemoteScreenCaptureClientUI.jar 3. Select Run/Connect menu. Input your server address and port number. You could just double-click on the RemoteScreenCaptureClientUI.jar to launch the client program if you are using Windows. This program is written just for fun. :lol: :lol: :lol:

    标签: server application includes launcher

    上传时间: 2016-10-06

    上传用户:kr770906

  • 企业营销管理系统程序使用说明(VB+SQL2000)将目录data下的db_Csell_Data.MDF和db_Csell_Log.LDF文件拷贝到SQL Server 2000的“MSSQL”-&g

    企业营销管理系统程序使用说明(VB+SQL2000)将目录data下的db_Csell_Data.MDF和db_Csell_Log.LDF文件拷贝到SQL Server 2000的“MSSQL”->“data”目录下. 如果没有安装Sql Server,请先安装Sql Server,安装SQL SERVER 2000数据库时,在身份安全验证机制选项中 必须要选择“Windows和Sql server混合安全验证机制。SA的密码设置为空。如果您已经安装好了Sql Server 2000,

    标签: 2000 db_Csell_Data db_Csell_Log SQL

    上传时间: 2014-01-05

    上传用户:qq521

  • Rob Tiffany s 曾经在 MEDC 2007 Las Vegas 和 Tech Ed 2007 Orlando 演示了拥有800个订阅的4层合并复制架构。之后他开始编写一本叫《Windows

    Rob Tiffany s 曾经在 MEDC 2007 Las Vegas 和 Tech Ed 2007 Orlando 演示了拥有800个订阅的4层合并复制架构。之后他开始编写一本叫《Windows Mobile Data Synchronization with SQL Server 2005 and SQL Server Compact 3.1》的书,将构建高性能、可伸缩性的合并复制架构的宝贵经验整理到书中

    标签: 2007 Orlando Tiffany Windows

    上传时间: 2016-11-26

    上传用户:363186

  • 一个跨平台的数据库操作库文件,可以轻松在linux和windows下进行数据库读写以及其他的操作,支持多种数据库,代码包含很多example,初学者很容易上手. OTL 是 Oracle, Odbc

    一个跨平台的数据库操作库文件,可以轻松在linux和windows下进行数据库读写以及其他的操作,支持多种数据库,代码包含很多example,初学者很容易上手. OTL 是 Oracle, Odbc and DB2-CLI Template Library 的缩写,是一个C++编译中操控关系数据库的模板库,它目前几乎支持所有的当前各种主流数据库,例如Oracle, MS SQL Server, Sybase, Informix, MySQL, DB2, Interbase / Firebird, PostgreSQL, SQLite, SAP/DB, TimesTen, MS ACCESS等等。OTL中直接操作Oracle主要是通过Oracle提供的OCI接口进行,进行操作DB2数据库则是通过CLI接口来进行,至于MS的数据库和其它一些数据库,则OTL只提供了ODBC来操作的方式。当然Oracle和DB2也可以由OTL间接使用ODBC的方式来进行操纵。 在MS Windows and Unix 平台下,OTL目前支持的数据库版本主要有:Oracle 7 (直接使用 OCI7), Oracle 8 (直接使用 OCI8), Oracle 8i (直接使用OCI8i), Oracle 9i (直接使用OCI9i), Oracle 10g (直接使用OCI10g), DB2 (直接使用DB2 CLI), ODBC 3.x ,ODBC 2.5。

    标签: example windows Oracle linux

    上传时间: 2017-01-18

    上传用户:虫虫虫虫虫虫

  • 数据库课程设计:报刊订阅管理系统(Java+SQL Server)附可执行程序 通过对企业的报刊订阅业务进行分析、调查

    数据库课程设计:报刊订阅管理系统(Java+SQL Server)附可执行程序 通过对企业的报刊订阅业务进行分析、调查,报刊订阅管理系统主要实现以下功能: ①录入功能:录入订阅人员信息、报刊基本信息; ②订阅功能:订阅人员订阅报刊(并计算出其金额); ③查询功能:按人员查询、按报刊查询、按部门查询有关订阅信息,对查询结果能进行预览和打印; ④统计功能:按报刊统计、按人员统计、按部门统计,对统计结果能进行预览和打印; ⑤系统维护:如数据安全管理(含备份与恢复)、操作员管理、权限设置等; ⑥开发环境:JAVA(Eclipse + SWT Designer)、SQL SERVER 2000、Windows XP Professional

    标签: Server Java SQL 数据库

    上传时间: 2013-12-21

    上传用户:kytqcool

  • 1) 运行环境:MS WINDOWS NT PACK 4 OR LATER /WIN2000 WITH IIS 4.0 OR LATER 2) 数 据 库:Access2000 3)

    1) 运行环境:MS WINDOWS NT PACK 4 OR LATER /WIN2000 WITH IIS 4.0 OR LATER 2) 数 据 库:Access2000 3) 其 他:服务器安装 微软IE浏览器5.0+ 浏览器必须保证支持COOKIE及JAVASCRIPT 推荐:Windows 2000 Server + IIS5.0 + Access2000 + IE 6.0 环境测试

    标签: LATER 2000 WINDOWS Access

    上传时间: 2017-02-24

    上传用户:epson850

  • In this article, I will explain how to create UDP packets and then send them to a remote server thro

    In this article, I will explain how to create UDP packets and then send them to a remote server through the Internet using WinPCap for Windows. The code has been tested to work with Windows XP SP2 and Vista SP1 on Linksys routers, and on Toshiba modems connected directly to the Internet. Please note that the code here is very minimalistic, and can be greatly expanded depending on your needs. The reason I use WinPCap in this article is that it solves the issue of Winsock for Windows (XP SP2 and above) not allowing raw UDP packets to be sent (in Linux, you can just use regular sockets). With WinPcap, it is possible to specify your own source IP and source hardware addresses in packets.

    标签: article explain packets create

    上传时间: 2013-12-12

    上传用户:x4587

  • ASP+mssql 财务系统 【使用说明】 在Windows系统的管理工具中

    ASP+mssql 财务系统 【使用说明】 在Windows系统的管理工具中,选择Internet信息服务,进入web页面管理界面。设置默 认web站点的路径为本目录的绝对路径。 确保您的机器上安装了SQL Server2000或以上的版本,建立一个新的数据库finance,利用 查询分析器和finance.sql建立数据库。(database文件夹内为备份数据库,可直接还原。) 更新conn.asp和userconn.inc文件,将文件中的Server的名称换成本机的机器名,uid的名称 换成访问数据库的用户名,pwd的名称换成相应的密码。

    标签: Windows mssql ASP

    上传时间: 2014-03-04

    上传用户:tianjinfan

  • 数据库:Microsoft SQL Server 2000。 技术平台:Microsoft .NET Framework 2.0.0.0版本。 IIS:Internet Informati

    数据库:Microsoft SQL Server 2000。 技术平台:Microsoft .NET Framework 2.0.0.0版本。 IIS:Internet Information Server 5.1版本。 调试(开发)工具:Microsoft Visual Studio .NET 2005中文企业版。 服务器操作系统:开发过程中使用Windows XP Professional操作系统,系统运行服务器可以采用Windows 2000 Server以上版本的操作系统。 需要说明的是,光盘中并不包括Visual Studio .NET 2005的安装程序。

    标签: Microsoft Framework Informati Internet

    上传时间: 2017-04-14

    上传用户:LouieWu

  • 数据库:Microsoft SQL Server 2000。 技术平台:Microsoft .NET Framework 2.0.0.0版本。 IIS:Internet Informati

    数据库:Microsoft SQL Server 2000。 技术平台:Microsoft .NET Framework 2.0.0.0版本。 IIS:Internet Information Server 5.1版本。 调试(开发)工具:Microsoft Visual Studio .NET 2005中文企业版。 服务器操作系统:开发过程中使用Windows XP Professional操作系统,系统运行服务器可以采用Windows 2000 Server以上版本的操作系统。 需要说明的是,光盘中并不包括Visual Studio .NET 2005的安装程序。

    标签: Microsoft Framework Informati Internet

    上传时间: 2014-01-07

    上传用户:gxmm