码迷,mamicode.com
首页 >  
搜索关键字:client-side searchin    ( 117个结果
ExtJS笔记 Store
The Store class encapsulates a client side cache ofModelobjects. Stores load data via aProxy, and also provide functions forsorting,filteringand query...
分类:Web程序   时间:2015-02-10 14:50:52    阅读次数:221
Dynamics CRM 2011升级到Dynamics CRM 2013
(一)检查Customizations从2011升级到2013有一些legacy feature是不再支持的了:CRM 4.0 plugin-insCRM 4.0 client-side scriptingCRM 4.0 custom workflow activities2007 web serv...
分类:其他好文   时间:2015-01-16 18:34:36    阅读次数:210
使用jQuery的Promise
Promise在javascript中得到了越来越广泛的应用,尤其是server side的javascript,比如Node.js编程里。尽管Promise也有其自身的问题,但是它在解决多层嵌套callback,以及其它一些问题时还是有它独特的优点的。 Promise的常用场景基本都是在server side, 但其实在client side, 它也有用武之地,只是目前较为少见而已。 jQu...
分类:Web程序   时间:2015-01-08 13:23:19    阅读次数:164
【翻译】We2.0的10大客户端性能问题
原文链接:Top 10 Client-Side Performance Problems in Web 2.0
分类:其他好文   时间:2014-12-27 01:26:15    阅读次数:165
5ThingsToKnowBeforeYouGetStartedWithAngulerJS
1. AngularJS is Entirely Client-Side AngularJS is written in JavaScript, and it functions entirely on the client side. This means two things for your app. First, you can run AngularJS in any browse...
分类:Web程序   时间:2014-12-16 08:50:15    阅读次数:215
转:The Knuth-Morris-Pratt Algorithm in my own words
The Knuth-Morris-Pratt Algorithm in my own wordsFor the past few days, I’ve been reading various explanations ofthe Knuth-Morris-Pratt string searchin...
分类:其他好文   时间:2014-11-20 21:53:23    阅读次数:335
动态内容缓存技术 CSI,SSI,ESI介绍
1.CSI方案 CSI (Client Side Includes) 通过iframe、javascript、ajax 等方式将另外一个页面的内容动态包含进来。 2.SSI方案 SSI (Server Side Includes) Server Side Includes (SSI) is a simple interpreted se...
分类:其他好文   时间:2014-11-06 00:53:37    阅读次数:228
Cheatsheet: 2014 10.01 ~ 10.30
.NET ASP.NET Web Api: Unwrapping HTTP Error Results and Model State Dictionaries Client-Side HTTP 206 Partial Content In ASP.NET Web API - Video File ...
分类:其他好文   时间:2014-11-01 17:48:00    阅读次数:147
Vulnerability checks
Cross-site scripting (XSS) is a type of computer security vulnerability typically found in Web applications. XSS enables attackers to inject client-side script into Web pages viewed by ot...
分类:其他好文   时间:2014-10-23 17:43:24    阅读次数:390
TCollector
TCollectortcollectoris a client-side process that gathers data from local collectors and pushes the data to OpenTSDB. You run it on all your hosts, an...
分类:其他好文   时间:2014-10-15 01:22:09    阅读次数:378
117条   上一页 1 ... 9 10 11 12 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!