通过jetty+jersey动态发布rest接口及接口调用
2021-10-11 13:44:48 4.81MB rest jetty jersey
1
Onlyoffice服务调用Demo-Java版本, ONLYOFFICE Document Server提供文档协作的服务功能,支持Word,Excel和PowerPoint的协作。但是这里告诉我们,需要进行文档管理和存储的二次开发。 Please note, that ONLYOFFICE Document Server includes the documenteditor, document editing service, document command service and documentconversion service.The document manager and documentstorage service areeither included to Community Server or must be implemented by the softwareintegrators who use ONLYOFFICE Document Server on their own server. 它自己的ONLYOFFICE/CommunityServer就是管理文件用的。 ONLYOFFICE CommunityServer is a free open source collaborative system developed to managedocuments, projects, customer relationship and email correspondence, all in oneplace.
2021-08-18 10:14:45 1.47MB onlyoffice
1
用Spring boot + Spring Cloud + Eureka+Feign+Hystrix 实现的分布式服务远程调用及熔断功能小案例+demo源码
2021-08-03 09:10:24 1.1MB SpringCloud Eureka Hystrix Feign
1
本Demo程序是在VS2010环境下使用WPF(C#)写的,调用天气预报提供的服务接口,查询支持省份、查询支持城市、查询城市天气预报。包括显示天气图标以及解决很多人碰到的“服务器无法请求,未将对象引用设置到对象的实例”异常的问题。
2021-06-01 14:23:20 1.27MB WebService C# WPF 天气预报
1
SpringCloud-Ribbon负载均衡服务调用及手写Ribbon算法
2021-06-01 14:03:36 135KB java Ribbon SpringCloud
1
1、客户端与服务端基于单一长连接进行通信,客户端一条连接被多个线程使用。 2、实现私有协议 请求协议 协议头:4字节的请求序列号 2字节的请求类型 2字节数据包长度 数据部分: 服务调用:2字节请求服务名长度 若干字节请求服务名 2字节请求参数长度 若干字节参数 心跳包:数据部分无 响应信息 协议头:4字节的请求序列号 2字节的执行状态码 2字节数据长度 数据部分: 多字节的响应数据信息(data) 3、代码基于Netty5
2021-05-26 17:11:09 15KB netty实战
1
第6章 分布式服务调用中间件.docx
2021-04-22 18:02:14 414KB java
1
VB6一般的EXE不能被系统服务调用的,但用了这个代码能正常被调用了
2021-03-17 14:07:33 4KB vb6
1
spring-cloud-alibaba+dubbo+nacos内部服务调用
2021-03-08 18:04:42 72.48MB spring cloud alibaba dubbo
1
Windows service服务调用机制 详解.zip
2021-01-28 00:53:27 30KB service 服务