readyX
- 授权协议: 未知
- 开发语言:
- 操作系统: 未知
- 软件首页: http://plugins.jquery.com/project/readyx
软件介绍
readyX extends the jQuery(document).ready event to permit greater control of the order in which the ready event callbacks get executed. readyX provides three queues instead of jQuery's one.
The queues are:
- first : single function that runs as the very first callback
- last : single function that runs as the very last callback
- list : array of functions that are run sequentially between the first and last callbacks. callbacks in jQuery.readyList are appended to the end of the array for executing.
The sequence of actions that readyX takes are:
- The first call to readyX prepends a readyX callback to jQuery.readyList. Basically, the callback cuts to the beginning of the line.
- readyX has an independent list that is controlled by instructions provided when readyX is called. The available instructions are:
- commands for first and last queues:
- first : assigns a callback as the very first item to run. this callback is NOT part of the list controlled the commands below
- last : assigns a callback as the very last item to run. this callback is NOT part of the list controlled the commands below
- commands for list queue:
- insert : inserts a callback at a specified position. if a callback is already present at that position, it is pushed back by one.
- replace : replaces a callback with another at a specified position
- delete : deletes a callback at a specified position
- prepend : adds callback to the beginning of the readyX list
- append : default action. adds callback to the end of the readyX list
- commands for first and last queues:
- once the readyX callback is called by jQuery's ready handler, it fires the special callback first.
- items in the readyX list are executed.
- the special last callback is binded to the document and will run after jQuery readyList is complete.
- readyX's list and the special first/last are reset
- jQuery.ready runs through jQuery readyList.
- any bound ready event handlers are executed, including the last callback.
图解服务器端网络架构
[日] 宫田宽士 / 曾薇薇 / 人民邮电出版社 / 2015-4 / 79.00元
本书以图配文,详细说明了服务器端网络架构的基础技术和设计要点。基础设计是服务器端网络架构最重要的一个阶段。本书就立足于基础设计的设计细分项目,详细介绍各细分项目的相关技术和设计要点。全书共分为5章,分别讲述进行物理设计、逻辑设计、安全设计和负载均衡设计、高可用性设计以及管理设计时所必需的技术和设计要点。一起来看看 《图解服务器端网络架构》 这本书的介绍吧!
