码迷,mamicode.com
首页 >  
搜索关键字:watto and mechanism    ( 227个结果
浅谈 Cookie 与 Session 的区别
1、cookie机制Cookies是服务器在本地机器上存储的小段文本并随每一个请求发送至同一个服务器。IETF RFC 2965 HTTP State Management Mechanism 是通用cookie规范。网络服务器用HTTP头向客户端发送cookies,在客户终端,浏览器解析这些coo...
分类:其他好文   时间:2014-09-25 21:49:07    阅读次数:172
chrome blink render engine and the render mechanism
这篇文章提供chrome基于硬件加速的组合实现的背景和细节说明:为什么用硬件合成传统式,web浏览器完全依赖CPU来渲染网页内容,但是随着现在GPUs的能力以及能够以更小的体积嵌入设备,人们逐渐把关注点转向寻找更有效地使用基础硬件来实现更好的性能和节省电源消耗,使用GPU来合成网页内容能够带来非常明...
分类:其他好文   时间:2014-09-24 11:36:36    阅读次数:334
Snoop resynchronization mechanism to preserve read ordering
A processor employing a post-cache (LS2) buffer. Loads are stored into the LS2buffer after probing the data cache. The load/store unit snoops the load...
分类:其他好文   时间:2014-09-24 02:01:55    阅读次数:327
Cross-origin resource sharing--reference
Cross-origin resource sharing(CORS) is a mechanism that allows many resources (e.g., fonts, JavaScript, etc.) on aweb pageto be requested from another...
分类:其他好文   时间:2014-09-17 15:00:02    阅读次数:317
Lock-less and zero copy messaging scheme for telecommunication network applications
A computer-implemented system and method for a lock-less, zero data copy messaging mechanism in a multi-core processor for use on a modem in a telecom...
分类:移动开发   时间:2014-09-16 00:19:19    阅读次数:395
Lock-less buffer management scheme for telecommunication network applications
A buffer management mechanism in a multi-core processor for use on a modem in a telecommunications network is described herein. The buffer management ...
分类:移动开发   时间:2014-09-15 22:46:49    阅读次数:415
Architecture of a Highly Scalable NIO-Based Server
Architecture of a Highly Scalable NIO-Based ServerSelectorsA selector (java.nio.channels.Selectorand subclasses) provides a mechanism for waiting on c...
分类:其他好文   时间:2014-09-12 01:08:13    阅读次数:288
Detecting a return-oriented programming exploit
A method and apparatus for detecting a Return-Oriented Programming exploitation. At a computer device, a mechanism to detect a control transfer of a c...
分类:其他好文   时间:2014-09-09 19:43:29    阅读次数:219
Stack switching mechanism in a computer system
A method and mechanism for performing an unconditional stack switch in a processor. A processor includes a processing unit coupled to a memory. The me...
分类:其他好文   时间:2014-09-09 12:00:48    阅读次数:171
移除字符串中的字符和移除字符串数组中的字符
/**      * Remove a SASL mechanism from the list to be used.      *      * @param mech the SASL mechanism to be removed      */     public static void removeSaslMech(String mech) {         if( d...
分类:其他好文   时间:2014-09-07 02:13:54    阅读次数:186
227条   上一页 1 ... 19 20 21 22 23 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!