问题描述:在使用VS2015调试WCF时,偶遇抛出异常名称不能以“<”字符(十六进制0x3c)开头,平时运行时(不调试)没有问题的。 解决方法:检查后发现为了检查异常的位置,勾选了引发通用语言运行时的设置,取消勾选设置就可以了。 ...
分类:
其他好文 时间:
2018-04-30 14:31:13
阅读次数:
237
Navigation Crowd Manager Class 代理人管理类 可以自定义个 Navigation System 1. Auto Create Navigation Data 导航数据在没有的情况下自动生成并有边界 2. Allow Client Side Navigation 允许客户 ...
分类:
其他好文 时间:
2018-04-28 13:59:22
阅读次数:
132
1、window or document is not undefined 这样会报错:[Vue warn]: The client-side rendered virtual DOM tree is not matching server-rendered content. This is lik ...
分类:
其他好文 时间:
2018-03-12 16:54:05
阅读次数:
2875
https://api.onlyoffice.com/editors/history上面的页面介绍如何进行历史版本功能的开发。https://api.onlyoffice.com/editors/howitworks上面介绍了onlyoffice document server所包含的功能,The client side includes:Document manager - the l
分类:
其他好文 时间:
2018-03-12 01:00:10
阅读次数:
386
Ribbon spring.io 官网的简介: Ribbon is a client side load balancer which gives you a lot of control over the behaviour of HTTP and TCP clients. 自己的翻译: Ribb ...
分类:
编程语言 时间:
2018-03-04 16:05:30
阅读次数:
1046
参考SpringCloud官网第16、17章 16. Client Side Load Balancer: Ribbon Ribbon是一个客户端的负载均衡器,它提供对大量的HTTP和TCP客户端的访问控制。Feign也是用的Ribbon,所以在这一章你也可以用@FeignClient Ribbon ...
分类:
编程语言 时间:
2017-12-05 15:25:04
阅读次数:
247
Akka-http的客户端Api应该是以HttpRequest操作为主轴的网上消息交换模式编程工具。我们知道:Akka-http是搭建在Akka-stream之上的。所以,Akka-http在客户端构建与服务器的连接通道也可以用Akka-stream的Flow来表示。这个Flow可以通过调用Http ...
1. 简要说明 Modern web development architecture based on client-side JavaScript, reusable APIs,and prebuilt Markup. When we talk about “The Stack,” we no ...
分类:
其他好文 时间:
2017-11-04 00:06:50
阅读次数:
116
partial.js client-side routing https://github.com/petersirka/partial.js-clientside Framework supports the HTML 5 History API, for older browsers (IE8+ ...
cookie是网站为了标示用户身份而储存在用户本地终端(Client Side)上的数据(通常经过加密)。 cookie数据始终在同源的http请求中携带(即使不需要),记会在浏览器和服务器间来回传递。 sessionStorage和localStorage不会自动把数据发给服务器,仅在本地保存。 ...
分类:
其他好文 时间:
2017-08-29 14:20:13
阅读次数:
159