https://msdn.microsoft.com/en-us/library/dn932126.aspx#BKMK_GridControl Updated: November 29, 2016 Applies To: Dynamics 365 (online), Dynamics 365 (on ...
分类:
其他好文 时间:
2017-01-15 23:00:35
阅读次数:
342
http缓存机制 缓存分为服务端侧(server side,比如 Nginx、Apache)和客户端侧(client side,比如 web browser)。 服务端缓存又分为 代理服务器缓存 和 反向代理服务器缓存(也叫网关缓存,比如 Nginx反向代理、Squid等),其实广泛使用的 CDN ...
分类:
Web程序 时间:
2016-12-12 11:53:18
阅读次数:
245
SCOPE The SCOPE clause lets you specify when the change takes effect. Scope depends on whether you started up the database using a client-side paramet ...
分类:
数据库 时间:
2016-11-22 17:27:15
阅读次数:
242
Atitit Server Side Include ssi服务端包含规范 csi esi 一、CSI (Client Side Includes) 1 1.1. 客户端包含1 1.2. AngularJS 包含1 二、SSI(Server Side Includes)2 1.3. 跨域包含; 2 ...
分类:
其他好文 时间:
2016-11-18 07:08:27
阅读次数:
160
sunday算法核心思想:启发式移动搜索步长! SUNDAY 算法描述: 字符串查找算法中,最著名的两个是KMP算法(Knuth-Morris-Pratt)和BM算法(Boyer-Moore)。这里介绍一种比BM算法更快一些的sunday查找算法。 例如我们要在"substring searchin ...
分类:
编程语言 时间:
2016-09-19 23:58:48
阅读次数:
814
Save event arguments (client-side reference) Applies To: Dynamics CRM 2016, Dynamics CRM Online In the save event you can use the execution context ob ...
分类:
其他好文 时间:
2016-09-18 10:02:55
阅读次数:
175
1. How would you write a socket client/server in Java The Client side: 2. Main Differences Betwen Java NIO and IO: IO NIOStream oriented Buffer orient ...
分类:
编程语言 时间:
2016-09-14 07:13:23
阅读次数:
183
1、客户端均衡(Client-Side LB)工作原理:当客户端发起连接时,会从地址列表中随机选取一个,再使用随机算法把连接请求分散到各个实例。 存在缺点:1.1)分配连接时没有考虑每个节点的真实负载,最后分配不过不一定是平衡1.2)随机算法需要长时间片,如果在短时间内同时发起多个连接,这些连接有可 ...
分类:
其他好文 时间:
2016-08-11 00:47:06
阅读次数:
129
原文链接:http://my.oschina.net/leejun2005/blog/369148 1、缓存的分类 缓存分为服务端侧(server side,比如 Nginx、Apache)和客户端侧(client side,比如 web browser)。 服务端缓存又分为 代理服务器缓存 和 反 ...
分类:
Web程序 时间:
2016-08-10 12:45:51
阅读次数:
183
Chapter 10 其它客户端技术 1、客户端检测Client Detection 客户端检测是跨浏览器开发中用到一种处理兼容性问题的开发手段。常用的有三种方式,按照使用的优先级排列分别而是:能力检测>怪癖检测>用户代理检测。 1.1 能力检测(feature detection) 检测浏览器是否 ...
分类:
编程语言 时间:
2016-07-25 17:59:34
阅读次数:
186