搜索资源列表
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
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
ProcessDemo
- 这是一个清华大学出版的\"c#2005入门与提高\"中第七章关于使用进程类访问本地或者远程计算机进程的例子.通过他可以启动以及终止本地计算机的进程
lcterm
- 一 程序的整体结构 1 拨号功能,自动响应功能。(能使用ATDT命令拨号,使用Ctrl-D退出联机状态)。 2 执行调制解调器命令。 3 仿真终端功能:在线方式可进行联机通信,TTY终端仿真,加载驱动程序后可进行VT100终端仿真。 4 文件服务功能: 文本文件的传输,二进制文件的传输,文本文件和二进制文件的写盘功能。文本文件的阅览和简单编辑功能。 5 终端服务功能: UNIX主机上运行的具有菜单驱动的终端服务程序,客户机可通过终端仿真器访问远程机(Remote machine)资源。 6 访问
SMTP_POP3_Mail_Server
- 这是一个使用C#基于.NET1.1实现的SMTP与POP3邮件服务器源代码。其中,MailServerComponent实现POP3和SMTP的服务端控件,负责处理底层的POP3和SMTP消息。MailServer 处理MailServerComponent的事件,并进行邮件接收和存储的工作。 包含的功能: 基本的: * SMTP/POP3/IMAP4/WebMail * IP访问过滤 * 用户邮件大小限制 * 支持XML和MSSQL数据库存储 * 很好的G
RemoteDatabaseAccess
- 利用TCP协议进行网络通信,实现远程数据库访问,此文件包括远程端的服务端程序以及本地的客户端程序。数据库使用Access2003-Network communication using TCP protocol, remote database access, including remote end of the file server application and the local client. Database using Access2003
FlyTCPFrameworkDemo
- 使用SOCKET技术实现终端和服务器的远程通讯,运用GPRS模块基于TCP/IP协议,实现服务器远程访问终端.-Use the remote communication the SOCKET technology and the server using GPRS module based on the TCP/IP protocol, server remote access terminal.
NVR
- 根据海康威视开发包编写,适合对固定IP的监控进行远程访问,IP地址自动获取,换取原理通过网易邮箱识别,监控画面数自由调整-According to Hikvision development package prepared, suitable for monitoring of the fixed IP for remote access, IP address automatically acquire, exchange principle through the NetEase mail
DBSrv
- 简单的远程数据库访问服务示例,包含一个简单的dal实现,以及该dal在Remoting、WebService、WCF下的使用示例-Simple remote access service examples, including a simple DAL implementation, as well as the DAL in Remoting, WebService, WCF under the use of examples
C#与三菱PLC通信
- 本文将使用一个Github开源的组件库技术来读写三菱PLC和西门子plc数据,使用的是基于以太网的TCP/IP实现,不需要额外的组件,读取操作只要放到后台线程就不会卡死线程,本组件支持超级方便的高性能读写操作 github地址:https://github.com/dathlin/HslCommunication 如果喜欢可以star或是fork,还可以打赏支持,打赏请认准源代码项目。 在Visual Studio 中的NuGet管理器中可以下载安装,也可以直接在NuGe