码迷,mamicode.com
首页 >  
搜索关键字:client-side searchin    ( 117个结果
Grid (read-only) objects and methods (client-side reference)获取子表单对象的一些方法 Crm 2016
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缓存提高性能
http缓存机制 缓存分为服务端侧(server side,比如 Nginx、Apache)和客户端侧(client side,比如 web browser)。 服务端缓存又分为 代理服务器缓存 和 反向代理服务器缓存(也叫网关缓存,比如 Nginx反向代理、Squid等),其实广泛使用的 CDN ...
分类:Web程序   时间:2016-12-12 11:53:18    阅读次数:245
Oracle中alter system命令参数之scope
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
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算法核心思想:启发式移动搜索步长! SUNDAY 算法描述: 字符串查找算法中,最著名的两个是KMP算法(Knuth-Morris-Pratt)和BM算法(Boyer-Moore)。这里介绍一种比BM算法更快一些的sunday查找算法。 例如我们要在"substring searchin ...
分类:编程语言   时间:2016-09-19 23:58:48    阅读次数:814
CRM 2016 自动保存 Save event arguments
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
Java review-basic5
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
RAC负载均衡配置
1、客户端均衡(Client-Side LB)工作原理:当客户端发起连接时,会从地址列表中随机选取一个,再使用随机算法把连接请求分散到各个实例。 存在缺点:1.1)分配连接时没有考虑每个节点的真实负载,最后分配不过不一定是平衡1.2)随机算法需要长时间片,如果在短时间内同时发起多个连接,这些连接有可 ...
分类:其他好文   时间:2016-08-11 00:47:06    阅读次数:129
[http] http缓存机制
原文链接:http://my.oschina.net/leejun2005/blog/369148 1、缓存的分类 缓存分为服务端侧(server side,比如 Nginx、Apache)和客户端侧(client side,比如 web browser)。 服务端缓存又分为 代理服务器缓存 和 反 ...
分类:Web程序   时间:2016-08-10 12:45:51    阅读次数:183
Kidney日拱一卒JavaScript系列Chapter10 Other Client-side Technology
Chapter 10 其它客户端技术 1、客户端检测Client Detection 客户端检测是跨浏览器开发中用到一种处理兼容性问题的开发手段。常用的有三种方式,按照使用的优先级排列分别而是:能力检测>怪癖检测>用户代理检测。 1.1 能力检测(feature detection) 检测浏览器是否 ...
分类:编程语言   时间:2016-07-25 17:59:34    阅读次数:186
117条   上一页 1 ... 5 6 7 8 9 ... 12 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!