CCPROXY卡密管理系统 V1.5.2 更新日志 更新了卡密时长类型 更新了域名与IP的验证 卡密显示时长UI ajax getkami 新增了方法 KamiPaeseString 更新了ccproxy.php的enddate,并更新了卡密状态方法 后台UI网站统计图更新为动态显示 首页适应小屏幕手机 修复了部分bug 安装说明: 必须使用PHP7.4 上传程序后,打开你的域名根据提示进行安装程序
2024-03-01 14:18:17 4.33MB socket
1
完整的通讯代码 socket模式的c#代码
1
DNS代理工具,在一个udp并发服务器中接收DNS请求网络数据包,解析请求,往internet DNS服务器发送请求并接收应答,解析应答,建立DNS缓存HASH表,在下次遇到相同请求时构造应答。本源码基于C++ socket开发,在VC6.0下编译通过
2023-10-18 08:01:04 45KB DNS request response c++
1
基于vc++与socket通讯的SNMP管理程序源码,更新到V1.2,增加了snmp walk
2023-10-18 08:00:47 50KB snmp manager c++ socket
1
bcb socket通讯实例
2023-05-18 23:25:46 14.45MB bcb socket 通讯 实例
1
超强超完善的pb-SOCK网络源码(附pb-Socket通讯的例子) 绝对好用 pb9下局域网 互联网下测试通过
2023-04-16 11:07:25 1.85MB pb-SOCK 网络源码
1
基于Java通讯开发jms源代码 (jms通讯开发源码) java,net,socket,通讯开发,jms /* * @(#)Message.java 1.60 02/04/09 * * Copyright 1997-2002 Sun Microsystems, Inc. All Rights Reserved. * * SUN PROPRIETARY/CONFIDENTIAL. * This software is the proprietary information of Sun Microsystems, Inc. * Use is subject to license terms. * */ import java.util.Enumeration; public interface Message { String getJMSMessageID() throws JMSException; void setJMSMessageID(String id) throws JMSException; long getJMSTimestamp() throws JMSException; void setJMSTimestamp(long timestamp) throws JMSException; byte [] getJMSCorrelationIDAsBytes() throws JMSException; void setJMSCorrelationIDAsBytes(byte[] correlationID) throws JMSException; String getJMSCorrelationID() throws JMSException; Destination getJMSReplyTo() throws JMSException; void setJMSReplyTo(Destination replyTo) throws JMSException; Destination getJMSDestination() throws JMSException; void setJMSDestination(Destination destination) throws JMSException; int getJMSDeliveryMode() throws JMSException; void setJMSDeliveryMode(int deliveryMode) throws JMSException; boolean getJMSRedelivered() throws JMSException; void setJMSRedelivered(boolean redelivered) throws JMSException; String getJMSType() throws JMSException; void setJMSType(String type) throws JMSException; long getJMSExpiration() throws JMSException; void setJMSExpiration(long expiration) throws JMSException; int getJMSPriority() throws JMSException; void setJMSPriority(int priority) throws JMSException; void clearProperties() throws JMSException; boolean propertyExists(String name) throws JMSException; boolean getBooleanProperty(String name) throws JMSException; byte getByteProperty(String name) throws JMSException; short getShortProperty(String name) throws JMSException; int getIntProperty(String name) throws JMSException; long getLongProperty(String name) throws JMSException; float getFloatProperty(String name) throws JMSException; double getDoubleProperty(String name) throws JMSException; String getStringProperty(String name) throws JMSException; Object getObjectProperty(String name) throws JMSException; Enumeration getPropertyNames() throws JMSException; void setBooleanProperty(String name, boolean value) throws JMSException; void setByteProperty(String name, byte value) throws JMSException; void setShortProperty(String name, short value) throws JMSException; void setIntProperty(String name, int value) throws JMSException; void setLongProperty(String name, long value) throws JMSException; void setFloatProperty(String name, float value) throws JMSException; void setDoubleProperty(String name, double value) throws JMSException; void setStringProperty(String name, String value) throws JMSException; void setObjectProperty(String name, Object value) throws JMSException; void acknowledge() throws JMSException; void clearBody() throws JMSException; } 通讯开发必备源码资料!
2023-04-01 22:36:51 322KB java net socket 通讯开发 jms
1
c#实现socket通讯.zip 完整代码 可以直接运行
2023-02-23 15:01:08 83KB c#实现socket通讯
1
VS 2019 MFC Socket 通讯例程服务器端Select一对多同步通信TCP/IP通信服务器/客户端例程
2022-12-29 09:19:46 237.99MB socket VS2019 mfc tcpip
1
Java应用Socket通讯一对多: ⑴、一对多; ⑵、通过list/map存储连接的socket对象,服务端向所有客户端群发消息,可以修改为服务端向指定客户端发送消息; ⑶、自动定时扫描客户端,移除断开的连接。
2022-12-15 08:58:00 130KB JAVASocket一对多
1