使用C# Winform实现了TCP的服务器和客户端(两个软件代码)
1
为了兼容jdk1.6,我把features变量给删除了,如何你的jdk是1.7的你可以添加上即可 //compliant code instead. public IpAddressSearchWebService(WebServiceFeature... features) { super(WSDL_LOCATION, SERVICE,features); } //This constructor requires JAX-WS API 2.2. You will need to endorse the 2.2 //API jar or re-run wsdl2java with "-frontend jaxws21" to generate JAX-WS 2.1 //compliant code instead. public IpAddressSearchWebService(URL wsdlLocation, WebServiceFeature... features) { super(wsdlLocation, SERVICE,features); } //This constructor requires JAX-WS API 2.2. You will need to endorse the 2.2 //API jar or re-run wsdl2java with "-frontend jaxws21" to generate JAX-WS 2.1 //compliant code instead. public IpAddressSearchWebService(URL wsdlLocation, QName serviceName, WebServiceFeature... features) { super(wsdlLocation, serviceName,features); }
2021-04-29 17:31:59 57KB java webserver
1
服务端与客户端
2021-04-16 18:01:58 12.51MB IO完成端口
1
springsecurity+oauth2.0+服务端和客户端代码
2021-04-02 16:54:10 16.78MB oauth2.0
1
rtsp的h265和h264客户端代码->C语言
2021-04-01 20:01:28 13KB rtsp服务器
用c#语言写的iocp网络服务,和客户端,有注释,程序可直接运行
2021-03-24 10:47:42 116KB c#
1
本课题是基于Android 系统的学生选课管理,采用了Eclipse开发平台进行开发,通过Tomcat和MySQL连接到服务器获取到后台数据,以及运用到Android studio平台来实现客户端。
2021-03-10 12:00:36 146KB android studio
1
AXIS2生成客户端代码(myeclipse)及文档教程
2021-02-20 12:02:31 21.54MB AXIS2 代码 文档教程
1
官网下载的最新github工具,供大家使用!官网下载实在太慢了
2021-01-21 20:51:38 76.55MB GitHub 客户端 代码管理工具
1
1、自动连接(重连)服务器,监测是否与服务器连接 2、能够接收(订阅)和发送(发布)消息 3、可以先看app下面的readme说明
2019-12-28 17:35:36 23.71MB Android MQTT
1