搜索资源列表
RDS远程访问数据库
- 利用RDS控件来访问指定IP上计算机的数据库,同时可以自己定义查询条件,对数据库的信息进行查询,值得一看-use controls to visit designated IP database on the computer, but can also query their own definition of the information in the database query, an eye-catcher
RemoteDataAccessLayer
- 远程数据访问层演示算法,让你的程序能够通过远程访问数据库数据能力-Remote Data Access Layer demonstration algorithm and let you through the procedures for remote access to database data capabilities
远程访问例程
- 该程序实现了几乎所有RAS的功能(建立、编辑、查看电话簿,日志保存,上网时间统计,状态检测等)并且可以进行流量控制。-the program almost all RAS functions (create, edit, view directory, log preservation, Internet statistics, the state detection, etc.) and can flow control.
基于可复用构件的DCS组态软件研究与设计
- 论文题目:基于可复用构件的DCS组态软件研究与设计 该文首先从工控组态软件的分析和设计方法着手,提出了基于可复用构件的工控组态软件的设计思想,并分析了可复用构件及其开发和组装方法,重点研究COM/DCOM技术.为了增强通用性、可复用性、可扩展性和开放性,该文在分析了DCS领域特性和组态软件的基础上,提出了统一接口的多层构件体系结构.该文探讨了系统数据的组织和存储结构,开发了通用数据访问构件 针对DCS组态软件的多种通信方式导致的不一致性,提出了通信代理和协议适配器两层通信构件结构,并设计了统
RASsw
- 实现RAS客户类拨号上网系统 RAS远程访问服务(RemoteAccessService),在Windows98/95中作为\"拨号网络系统\",让用户在遥远位置工作就好象对计算机网络直接连接,可以访问一个或更多RAS服务器-achieve the client system RAS dial-up Internet remote access services (RemoteAccessService), the Microsoft Windows98/95 as "dial-up
windowsapi13
- windowapi程序设计参考大全第13章远程访问服务-windowapi program design reference Daquan Chapter 13 Remote Access Service
Dialupass1
- 一般用户的拨号上网,利用的是Windows的Remote Access Service(RAS,远程访问服务)。拨号信息是放在注册表里的,本程序实现对拨号密码的获取-users of dial-up Internet access using the Windows Remote Access Service (RAS, remote access services). Dial-up information on the registry's, the program for dial
Rascomm
- 应用RAS实现的远程访问, the applicatio of ras-application RAS achieve remote access, the applicatio of ras
Windowsnet
- 本书专门讨论Windows网络编程技术,覆盖Windows 95/98/NT 4/2000/CE平台。内容包括NetBIOS和Windows重定向器方法、Winsock方法、客户端远程访问服务器方法。本书论述深入浅出、用大量实例详解了微软网络API函数的应用。配套光盘包含了所有实例代码,方便读者使用。本书适合中、高级程序设计人员以及网络设计与管理人员参考。-book devoted to the Windows network programming technology, Windows 95
SimpleRemoting
- 使用remoting实现远程访问数据库. 客户端通过使用TCP或HTTP通道得到远程对象与服务器建立连接-use remoting remote access to the database. Client through the use of TCP or HTTP links Road remote server object and establish a connection
rasdlg
- 使用远程访问服务实现的拨号程序 添加了IPX协议,可用于实现资源共享
loan
- 贷款实例,在eclipse环境下实现,可以远程访问实现服务的发布。
C#开发WINDOWS CE代码 远程访问SQL CE
- 该源码在C#环境下对开发windows ce对数据库的操作语句数据库为sql server ce2.0与sql server 2000的数据复制合并-source in the C# development environment for windows ce operation of the database sql statement to the database server ce2.0 sql server 2000 with the merger of data replicatio
tightvnc-1.3.9_javasrc
- JAVA版vpn客户端,是在web上实现远程访问的最佳方式.
rdesktop-1.3.1.tar
- 使用Windows远程终端协议RDP的工具,可以远程访问Windows2000/Xp,和VNC类似,但功能强大,附带完整Source code.-Windows remote terminal agreement RDP tools can be remotely accessed Windows2000/Xp and VNC similar, but powerful, fringe integrity Source code.
School Message
- 软件介绍: 软件名称:校园聊天系统 1.Server是服务器端(里面包括数据库),Client是客户端(提供发布) 2.本软件基于TCP/IP协议开发. 3.在服务器端配置好数据库后客户端可以通过TCP/IP协议远程访问数据库并进行聊天. 作者:薛锐 联系地址:广东省肇庆学院计算机科学系02级4班. E-Mail:xuerui198210@163.com xuerui198210@hotmail.com QQ:67140170 2005年3月20日-introduced software : s
用Delphi实现远程控制
- WinSock是一组API,用于在网络上传输数据和交换信息。虽然现在有很多工具如FTP 程序可以在网络上传输数据和文件,但是通过WinSock编程有更大的灵活性,它不需要关心网络连接的细节,不过用WinSock编程却很复杂。在Delphi中我们并不需要直接与 WinSock的API打交道,因为TClientSocket元件和TServerSocket元件(在Internet页)封装了WinSock的大部分API,使得对WinSock的访问大大简化。下面这个远程控制的例子就很清楚地说明了这个问题,
BiYe
- 该系统分成客户端和服务器两部分。用于远程控制可以实现远程访问,远程技术支持等。-The system is divided into client and server in two parts. For remote control can be achieved remote access, remote technical support.
Inject
- :并不是所有的远程注入都能成功,有时候调用OpenProcess(...)或者WriteProcessMemory(...)函数的时候,会调用失败,调用GetLastError()返回错误码是5,拒绝访问,意思是说你的权限不够,那么网上也有现成的提权的函数,这里面也给大家写了一个,但是随着Windows操作系统的升级,Xp->Vista->7,其安全性也越来越高,所以以前在XpSp2上编写的程序,到Sp3或者Vista上面权限又不够了,所以说提权代码也不是万能的,技术没有止境!-dl
远程访问数据库
- labview远程连接数据库示例,可以成功实现访问数据库(Remote connection database example)