- 浏览: 427583 次
- 性别:
- 来自: 云南
文章分类
- 全部博客 (143)
- zk (22)
- jpbm (1)
- cas (4)
- sql (18)
- Hibernate (21)
- Elcipse (7)
- Android (1)
- 综合 (11)
- tomcat (6)
- WebService (3)
- js (4)
- weblogic (2)
- Spring (10)
- ubuntu (3)
- os (2)
- JSTL (2)
- java (10)
- css (3)
- cloud (1)
- shiro (2)
- jacob (3)
- junit (1)
- testng (3)
- 办公应用 (1)
- maven (2)
- oracle (1)
- ckplayer (1)
- 正则表达式 (1)
- poi (1)
- html (1)
- jquery (1)
最新评论
-
aionbo:
我按你们说的也改成x86了,但还是报同样的错
跟开涛学shiro遇到异常Cannot find any provider supporting AES/CBC/PKCS5Padding【解决】 -
纵观全局:
完美解决,谢谢
跟开涛学shiro遇到异常Cannot find any provider supporting AES/CBC/PKCS5Padding【解决】 -
Blod123:
看来 还是一步步跟,我也跟了,只是没有跟到你那么深
跟开涛学shiro遇到异常Cannot find any provider supporting AES/CBC/PKCS5Padding【解决】 -
hellobleach:
楼主有没有下载的hibernate中文版 chm的下载的文件啊 ...
Hibernate注解帮助文档 -
jsd_lxf:
挺全的,感谢作者
JSTL详解
CDG5: zkCDG5:zk
From Documentation从文档
<!-- start content -->Language Enhancement Utilities语言增强工具
Public Static Data公共静态数据
DECIMAL十进制
char DECIMAL;
The character used for decimal sign.字符用于十进制签署。
GROUPING分组
char GROUPING;
The character used for thousands separator.字符用于成千上万的分隔符。
MINUS减去
char MINUS;
The character used to represent minus sign.字符用于表示负号。
PER_MILLPER_MILL
char PER_MILL
The character used for mille percent sign.字符用于bim百分号。
PERCENT百分比
char PERCENT;
The character used for percent sign..字符用于百分号. .
bootstrapping引导
boolean bootstrapping;
Indicates whether ZK Client Engine is just initialized and creating the initial widgets. ZK客户指示是否引擎只是���始化并创建初始窗口小部件。In other words, it is not caused by asynchronous update.换句话说,它并不是引起异步更新。
-
See Also看到也
- #moutning# moutning- zk.- zk。bootstrapping implies zk.zk bootstrapping的暗示。mounting but not vice verse (the other case for zk.越来越多的但不是恶习(其他理由。zkmounting is asynchronous update)安装是异步更新)
build构建
String build;
The build of ZK, such as '08113021'ZK的构建,比如‘08113021’
confirmCloseconfirmClose
String confirmClose;
The message to show up before closing the browser window or navigating to other URL.消息出现之前关闭浏览器窗口或者导航到其他URL。
- Default: null默认值是null
- Alternatively, you can add a function to be called by use of此外,您可以添加一个函数的调用使用#beforeUnload# beforeUnload.
- See Also看到也
currentFocuscurrentFocus
zk.Widgetzk.WidgetcurrentFocus;currentFocus;
The widget that gains the focus now, or null if no one gains focus now.这个小部件获得现在的焦点,或null如果没有人获得焦点现在。
currentPointercurrentPointer
Offset currentPointer;
The current mouse pointer.当前的鼠标指针。
- See Also看到也
currentModalcurrentModal
zul.wnd.Window currentModal;
The topmost modal widow, or null if no modal window at all.最上层的模态的寡妇,或null如果没有模式窗口在所有。
keyCapturekeyCapture
zk.Widget keyCapture;
Used to specify a widget that shall receive the following the onKeyPress and onKeyUp events, no matter what widget the event occurs on.一个小部件,用于指定要受onKeyPress onKeyUp事件后,,不管什么小部件上的事件发生。
1
2
3
4
|
doKeyDown_: function () {
zk.keyCapture = this ;
this .$supers( 'doKeyDown_' , arguments);
} |
Notice that the key capture is reset automatically after processing onKeyUp_.注意,关键是复位后自动捕获onKeyUp_处理。
- See Also看到也
lastPointerlastPointer
Offset lastPointer;
The last position that the mouse was clicked (including left and right clicks).最后的立场是,鼠标点击了(包括左和右点击)。
- See Also看到也
loading加载
int loading;
The number of widget packages (i.e., JavaScript files) being loaded (and not yet complete). 小部件包的数量(即JavaScript文件)加载(和未完成)。When the JavaScript files of widgets are loading, you shall not create any widget. 当小部件的JavaScript文件装载,你不能创造任何部件。Rather, you can use相反,您可以使用zPkg#afterLoadzPkg #增加to execute the creation and other tasks after all required JavaScript files are loaded.执行创建和其他任务所需的所有JavaScript文件后被加载。
- See Also看到也
mounting安装
boolean mounting;
Whether ZK Client Engine has been mounting the peer widgets. ZK客户引擎是否已经安装对等小部件。By mounting we mean the creation of the peer widgets under the control of the server. 通过挂载我们指的是创建小部件的对等服务器的控制下。To run after the mounting of the peer widgets, use��行安装后的对等的小部件,使用#afterMount# afterMount
- See Also看到也
mouseCapturemouseCapture
zk.Widget mouseCapture;
Used to specify a widget that shall receive the following the onMouseMove and onMouseUp events, no matter what widget the event occurs on.用于指定一个小部件,必得onMouseMove和onMouseUp事件后,不管什么小部件上的事件发生。
1
2
3
4
|
doMouseDown_: function () {
zk.mouseCapture = this ;
this .$supers( 'doMouseDown_' , arguments);
} |
Notice that the mouse capture is reset automatically after processing onMouseUp_.注意,鼠标捕获焦点是处理后onMouseUp_自动重启。
procDelayprocDelay
int procDelay;
The delay before showing the processing prompt (unit: milliseconds).之前的延迟显示处理提示(单位:毫秒)。
- Default: 900 (depending on the server's configuration)默认值:900(取决于服务器的配置)
processing处理
boolean processing;
Whether Client Engine is processing something, such as processing an AU response. 客户机引擎是否正在处理的东西,例如处理一个非洲联盟的响应。This flag is set when这个标志时设置#startProcessing# startProcessingis called, and cleaned when被称为呢,什么时候#endProcessing# endProcessingis called.被称为。
- See Also看到也
resendDelayresendDelay
int tipDelay;
The delay before resending the AU request, i.e., assuming the last AU request fails (unit: milliseconds). 非盟的拖延之后,重新发送请求,即假设过去盟请求失败(单位:毫秒)。A negative value means not to resend at all.一个负值意味着不重发在所有。
- Default: -1 (depending on the server's configuration).默认值:1(取决于服务器的配置)。
tipDelaytipDelay
int tipDelay;
The delay before showing a tooltip (unit: milliseconds).显示一个工具提示之前的延迟(单位:毫秒)。
- Default: 800 (depending on the server's configuration)默认值:800(取决于服务器的配置)
unloading卸载
boolean unloading;
Indicates whether the browser is unloading this document. 指示是否浏览器是卸载这个文档。Note: when注意:当#beforeUnload# beforeUnloadis called, this flag is not set yet.被调用时,这个标志不是集合吗。
- See Also看到也
version版本
String version;
The version of ZK, such as '5.0.0'ZK的版本,如“5.0.0”
Public Static Method公共静态方法
$default违约美元
Map $default(Map opts, Map defaultOpts);
Provides the default values for the specified options.提供默认值为指定的选项。
- Example:例子:
1
2
3
|
process: function (opts, defaultOptions) {
opts = zk.$ default (opts, defaultOptions);
} |
1
2
3
|
opts = zk.$ default (opts, {timeout: 100, max: true });
//timeout and max are assigned to opts only if no such property found in opts
|
-
Parameters参数
-
opts
- the options to be added the default options.——该选项来添加默认选项。 -
defaultOptions
- the default options——默认的选项
-
- Returns the options after applying the default options, or null if both opts and defaultOpts are null.返回选项申请后,默认的选项,或null如果双方选择和defaultOpts是null。
- See Also看到也
$extends$扩展
zk.Class $extends(zk.Class superclass, members,
staticMembers);
zk.Class $extends(String superclassName, members,
staticMembers);
Defines a class. 定义了一个类。It returns the class being defined.它返回的类定义。
- Example:例子:
1
2
3
4
5
6
7
8
9
|
zul.Label = zk.$extends(zk.Widget, { _value: '' ,
getValue() {
return this ._value;
},
setValue(value) {
this ._value = value;
}
}); |
The second format is used to declare a class that depends a class that might not be loaded yet. 第二个格式是用来定义一个类,取决于类,可能不被载入然而。It will cause the superclass to be loaded. 这将导���超类装入。However, you cannot access it until the superclass has been loaded.然而,您不能访问,直到超类已经被加载。
1
2
3
4
5
6
7
8
9
10
11
12
|
foo.Mine = zk.$extends( 'zul.inp.Textbox' , {
}); new foo.Mine(); //wrong! since zul.inp.Textbox might not be loaded yet
afterLoad( function () { new foo.Mine();}); //correct!
if (foo.Mine.superclass) { //test if it has been defined correctly (true if zul.inp.Textbox is loaded)
} if (zk.$import( 'zul.inp' )) { //another way to know
} if (zk.isLoaded( 'zul.inp' )) { //another way to know
} |
Special Properties特殊属性
Here is a list of special properties that you can use in the members argument.以下列出的是特殊的属性,您可以使用在成员参数。
Name名称 Description描述 $define$定义 Used to specified a map of getters and setters. 用于指定一个getter和setter的地图。It is shortcut to invoke它是快捷键来调用define定义. 。For example,例如,
1234567891011
foo.Widget = zk.$extends(zk.Widget, {
_value:
''
,
$define: {
name:
null
,
value:
null
},
bind_:
function
() {
//
}
});
is equivalent to相当于
12345678910foo.Widget = zk.$extends(zk.Widget, {
_value:
''
,
bind_:
function
() {
//
}
});
zk.define(foo.Widget, {
name:
null
,
value:
null
});
is equivalent to相当于
1234567891011121314151617181920foo.Widget = zk.$extends(zk.Widget, {
_value:
''
,
getName:
function
() {
return
this
._name;
},
setName:
function
(v) {
this
._name = v;
return
this
;
},
getValue:
function
() {
return
this
._value;
},
setValue:
function
(v) {
this
._value = v;
return
this
;
},
bind_:
function
() {
//
}
});
-
Parameters参数
-
superclass
- the super class.——超类。 -
members
- the non-static members——非静态成员 -
staticMembers
- the static members. ——静态成员。Omitted if no static methods.省略了如果没有静态方法。
-
- Returns the class返回类
- See Also看到也
$import进口美元
Object $import(String name, Function fn);
Imports a package or a class. 导入一个包或者一个类。It returns null if the package or class is not defined yet.它返回null如果包或类还没有定义。
- Example:例子:
1
2
3
4
|
var foo = zk.$import( 'com.foo' );
var cool = new foo.Cool();
var Cool = zk.$import( 'com.foo.Cooler' );
var cooler = new Cooler();
|
If you specify an additional function, then it assumes name is a class and it will load the package of the class first, if not found. 如果您指定一个附加的函数,然后它假定的名字是一个类,它将会被加载的类的包第一,如果没有找到。Then, invoke the function after the class is loaded. 然后,调用函数的类被加载后。For example, the following creates a Listbox widget after loading the package.例如,下面创建一个Listbox窗口小部件装船后包。
1
|
zk.$import( 'zul.sel.Listbox' , function (cls) { new cls();});
|
-
Parameters参数
-
name
- The name of the package or the class.——软件包的名称或类。 -
fn
- The function to call after the class is loaded. ——要调用的函数的类被加载后。If specified, it assumes name is a class, and it will load the package of the class automatically.如果指定,它假定的名字是一个类,它将会被加载的类的包自动。
-
- Returns the package, or null if not defined返回包,或null如果没有定义
- See Also看到也
$package包美元
Object $package(String pkgnm);
Defines a package. 定义了一个包。It creates the package if not defined yet. 它创建包,如果还没有定义。It is similar to Java's package statement except it returns the package object.它类似于Java包的声明除了它返回包对象。
- Example:例子:
1
2
|
var foo = zk.$package( 'com.foo' );
foo.Cool = zk. #$extends(zk.Object);
|
-
Parameters参数
-
pkgnm
- The name of the package.——软件包的名称。
-
- See also看到也
$void空美元
Object $void();
A does-nothing function, which is useful if you want to assume a does-nothing function, particular with一个does-nothing函数,它是有益的,如果你要承担一个does-nothing功能,尤其是与zEffectzEffect.
afterLoad增加
boolean afterLoad(Function func);
boolean afterLoad(String pkgnms, Function func);
The first format decalres a function that shall be executed after all requested packages are loaded (i.e.,第一种格式decalres一个函数,它将会被执行所有需要的包是加载后(即,#loading#加载is 0). If loading has been done, the function is executed immediately.是0)。如果加载已经完成,功能立即执行。
The second format declares a function that shall be executed only if the specified package(s) are loaded (and第二个格式声明一个函数,它应当只执行指定的包(s)装载(和#loading#加载is 0). Notice that it won't cause the package(s) to execute. 是0)。注意:这不会造���包(s)来执行。Rather, it defers the execution of the specified function until someone else loads the package (by use of相反,它无法执行指定的函数,直到别人加载包(通过使用#load#负载). )。It is useful if you want to这是有益的,如果你想customize JavaScript codes定制JavaScript代码.
To know whether all requested packages are loaded (i.e., ZK is not loading any package), you can check知道所有请求的包被加载(即ZK不是加载任何包),您可以检查#loading#加载if it is 0.如果它是0。
Notice that functions specified in the second format execute before those specified in the first format.注意,函数中指定的第二格式之前执行中所规定的第一种格式。
Example示例
1
2
3
|
zk.afterLoad( 'foo' , function () { new foo.Foo();});
zk.afterLoad( 'foo1,foo2' , function () { new foo1.Foo(foo2.Foo);});
zk.afterLoad( function () {});
|
- Return whether the function has been executed. 返回是否已执行的函数。In other words, true is returned if it is executed immediately.换句话说,实在是返回它立即执行。
-
Parameters参数
- pkgnms - the package(s) that the specified function depends on. pkgnms -包(s),指定的函数依赖。In other words, the function is evaluated only if the package(s) are loaded. 换句话说,这个函数是仅仅评估,如果包(s)装载。If you want to specify multiple packages, separate them with comma.如果您想要指定多个包,用逗号分开。
- fn -- the function to executefn -执行的那个函数
- See Also看到也
afterMountafterMount
void afterMount(Function fn);
Adds a function that will be executed after the mounting is done. 添加一个函数,将之后执行安装完成。By mounting we mean the creation of peer widgets. 通过挂载我们指的是创建小部件的同行。The function is executed immediately if the mounting has been done.这个函数是立即执行如果安装已经完成。
To know whether it is mounting, you can check知道究竟是安装,您可以检查#mounting#安装.
Notice that, unlike注意,不像#afterMount# afterMount, it never executes the function immediately.,它永远不会执行函数立即。
-
Parameters参数
- fn the function to executefn执行的那个函数
- See Also看到也
ajaxURIajaxURI
String comURI(String uri, Map opts);
Encodes and returns the URI to communicate with the server.URI编码,并返回与服务器通信。
- Example示例
1
|
document.createElement( "script" ).src = zk.ajaxURI( '/web/js/com/foo/mine.js' ,{au: true });
|
-
Parameters参数
- uri - the URI related to the AU engine. uri - uri相关的非盟引擎。If null, the base URI is returned.如果为空,则返回的基url。
-
opts -
[optional] the options:选择-[可选]选项:
- au - whether to generate an URI for accessing the ZK update engine. 非盟-是否生成一个URI访问ZK更新引擎。If not specified, it is used to generate an URL to access any servlet如果未指定,它是用来生成一个URL访问任何servlet
- desktop - the desktop or its ID. If null, the first desktop is used.桌面——桌面或它的ID。如果是null,第一个是台式电脑使用。
- ignoreSession - whether to handle the session ID in the base URI.ignoreSession——是否处理会话ID的基url。
beforeUnloadbeforeUnload
void beforeUnload([[JavaScript Function|Function] fn, Map opts);
Adds a function
that will be executed when the browser is about to unload the document.
添加一个函数将执行当浏览器即将卸下的文档。In other words, it is called
when换句话说,它时被调用 window.onbeforeunload
is
called.被称为。
To remove the function, invoke this method by specifying remove to the opts argument.删除函数,调用这个方法的参数指定删除选择。
1
|
zk.beforeUnload(fn, {remove: true });
|
-
Parameters参数
- fn the function to execute. fn执行的那个函数。The function shall return null if it is OK to close, or a message (String) if it wants to show it to the end user for confirmatio.函数将返回null,是否可以关闭,或消息(字符串),如果它想要显示给最终用户的confirmatio。
-
opts a map of
options:选择一个地图的选择:
- remove: whether to remove instead of add删除:是否移除而不是添加
- See Also看到也
copy复制
Map copy(Object destination, Map source);
Copies a map of properties (or options) from one map to another.复制属性的一个map(或选项)从一个映射到另一个。
- Example: extending Array例子:扩展数组
1
2
3
4
5
|
zk.copy(Array.prototoype, { $add: function (o) {
this .push(o);
}
}); |
-
Parameters参数
-
destination
- the destination object to copy properties to.——目标对象复制属性。 -
source
- the properties to copy from——属性,以复制
-
- Returns the destination返回目的地
- See Also看到也
define定义
void define(zk.Class klass, Map props);
Defines the setter and getter methods.定义setter和getter方法。
Notice that you rarely need to invoke this method directly. 请注意,您根本不需要直接调用此方法。Rather, you can specify them in a property named $define, when calling相反,您可以指定它们在属性命名为$定义,当调用#$extends# $扩展.
For example, the following code snippet例如,下面的代码片段
1
2
3
|
zk.define(zul.wgt.Button, { disabled: null
}); |
is equivalent to define three methods, isDisabled, getDisabled and setDisabled, as follows:相当于定义三个方法,isDisabled,getDisabled和setDisabled,如下:
1
2
3
4
5
6
7
8
9
10
|
zul.wgt.Button = zk.$extends(zk.Widget, { isDisabled: _zkf = function () {
return this ._disabled;
},
isDisabled: _zkf,
setDisabled: function (v) {
this ._disabled = v;
return this ;
}
}); |
If you want to do something when the value is changed in the setter, you can specify a function as the value in the props argument. 如果你想要做的事的值发生更改时在setter,您可以指定一个函数作为参数的值在道具。For example,例如,
1
2
3
4
5
|
zk.define(zul.wgt.Button, { disabled: function () {
if ( this .desktop) this .rerender();
}
}); |
will cause the setter to be equivalent to将导致setter相当于吗
1
2
3
4
5
6
|
setDisabled: function (v, opts) {
this ._disabled = v;
if ( this ._disabled !== v || (opts && opts.force))
if ( this .desktop) this .rerender();
return this ;
} |
If you want to pre-process the value, you can specify a two-element array. 如果你想进行预处理后的价值,您可以指定一个双元素数组。The first element is the function to pre-process the value, while the second is to post-process if the value is changed, as described above. 第一个元素是函数来对其进行预处理的价值,而第二个是后处理如果值发生更改,如上所述。For example,例如,
1
2
3
4
5
6
7
8
9
10
|
zk.define(zul.wgt.Button, { disabled: [
function (v) {
return v != null && v != false ;
},
function () {
if ( this .desktop) this .rerender();
}
]
}); |
will cause the setter to equivalent to将导致setter去相当于吗
1
2
3
4
5
6
7
|
setDisabled: function (v) {
v = v != null && v != false ;
this ._disabled = v;
if ( this ._disabled !== v || (opts && opts.force))
if ( this .desktop) this .rerender();
return this ;
} |
Notice that
when the function (specified in props) is called, the arguments are the same as
the arguments passed to the setter (including additional arguments.
注意,当这个函数(道具中指定)被调用,这些参数是相同的参数传递给setter(包括附加参数。For example,
if例如,如果 button.setDisabled(true, false)
is called, then the
specified function is called with two arguments, true and false.
被调用,然后指定的是调用函数有两个参数,真与假。In additions, as shown above, you can enforce the
invocation of the function by passing a此外,如上所示,您可以执行的函数调用通过一个map地图with force as true.用武力是真实的。
1
|
wgt.setSomething(somevalue, {force: true });
|
-
Parameters参数
-
props
- a map of the properties whose getter and setter shall be defined. ——一个映射的属性的getter和setter应被定义。The name is the property name, such as href and width. 这个名字是属性名,如href和宽度。The value is either null or a function that will be invoked when the value is changed.这个值可以是null或一个函数,该函数将被调用的值发生更改时。
-
depends取决于
void depends(String dependentPkgnm, dependedPkgnm);
Declare a package that must be loaded when loading another package.声明一��包,必须加载当加载另一个包。
Notice that it doesn't guarantee the loading order of the two packages. 请注意,它并不保证加载顺序的两个包。Thus, it is better to do in因此,最好是在#afterLoad#增加if a code snippet depends on both packages.如果一个代码片断,既取决于包。
-
Parameter参数
- dependentPkgnm - the name of the package that depends another package. dependentPkgnm——的包的名称取决于另一个包。In other words, calling换句话说,调用#loading#加载against this package will cause dependedPkgnn being loaded.反对这个计划将导致dependedPkgnn被加载。
- dependedPkgnm: the name of the package that shall be loaded if another package is being loaded.dependedPkgnm的包的名称应当加载如果加载的是另一个包。
-
See
Also看到也
- afterLoad(pkgnm, fn)增加(pkgnm,fn)- it registers a function to be executed after the specified package is loaded. ——它会注册一个函数之后执行指定的包被加载。Notice that it doesn't cause the package to be loaded.请注意,它并不会导致包加载。
disableESCdisableESC
void disableESC();
Disable the default behavior of ESC. 禁用的默认行为,ESC。In other words, after called, the user cannot abort the loading from the server.换句话说,在调用时,用户不能中止从服务器加载。
- See Also看到也
enableESCenableESC
void enableESC();
Enables the default behavior of ESC (i.e., stop loading from the server).支持ESC的默认行为(例如,停止从服务器加载)。
- See Also看到也
endProcessingendProcessing
void endProcessing();
Clears a flag,扫清了国旗,#processing#处理, to indicate that it the processing has done. ,以表明它已经做了处理。It also removes a message, if any, that indicates "processing".它删除一条消息(如果有的话),表示“处理”。
- Example:例子:
1
2
3
|
zk.startProcessing(1000); //do the lengthy operation zk.endProcessing(); |
- See also看到也
error错误
void error(String msg);
Display an error message to indicate an error.显示一条错误消息,指示一个错误。
- Example:例子:
1
|
zk.error( 'Oops! Something wrong:(' );
|
- See also看到也
errorDismisserrorDismiss
void errorDismiss();
Closes all error messages shown by关闭所有错误消息显示#error#错误.
- Example:例子:
1
|
zk.errorDismiss(); |
- See also看到也
get得到
Object get(Object obj, String name);
Retrieves a value from the specified property.检索值从指定的属性。
For
example,例如, zk.get(obj, "x")
: If getX or isX is
defined in obj,:如果getX或isX定义在obj, obj.isX()
or或
obj.getX()
is returned. 返回。If not
defined,如果没有定义, obj.x
is
returned.返回。
- Example:例子:
1
|
zk.get(o, 'value' );
|
-
Parameters参数
-
obj
- The object to assign values to.——对象赋值到。 -
name
- The property name- name属性
-
- Returns the value of the property返回该属性的值
- See also看到也
getHostgetHost
String getHost(String pkg, boolean js);
Returns the URI of the server (so called host) for the specified package.返回的URI服务器(也称为主机)为指定的包。
ZK Client Engine loads the packages from the same server that returns the HTML page. ZK客户引擎加载软件包的同一台服务器返回的HTML页面。If a package might be loaded from a different server, you can invoke如果一个包可能是加载自不同的服务器,您可以调用#setHost# setHostto specify it and then指定它,然后#getHost# getHostwill return the correct URL for the specified package.将返回正确的URL指定的包。
-
Parameters参数
- js - whether the returned URL is used to load the JavaScript file.js——无论是返回的URL用来加载JavaScript文件。#load#负载will pass true to this argument to indicate the URI is used to load the JavaScript file. 这将传递true参数,用于表示该URI是用来加载JavaScript文件。However, if you just want the URL to send the request back (such as json-p with jQuery's json), don't pass anything (or pass false) to this argument.然而,如果你只是想要发送请求的URL返回(比如json-p与jQuery的json),不放过任何(或传递false)来支持这个论点。
- See Alo看到Alo
isLoadedisLoaded
boolean isLoaded(String pkgnm, boolean includeLoading);
Tests if a package is loaded (or being loaded).如果一个包加载测试(或被加载)。
-
Parameters参数
- pkgnm - the package namepkgnm -包的名称
- includeLoading - [Optional] If true is specified, this method returns true if the package is loaded or being loaded. (可选的)includeLoading——如果真的是指定的,该方法将返回true,如果包是加载或被加载。If false or omitted, it returns true only if the package is loaded.如果错误或者忽略,被它只返回true,如果包是加载。
- See also看到也
load负载
boolean load(String pkgnms, Function func);
boolean load(String pkgnms, zk.Desktop dt, Function func);
Loads the specified package(s). 装载指定的包(s)。This method is called automatically when这个方法时自动调用mounting安装the peer widgets. 同行的小部件。However, if an application developer wants to access JavaScript packages that are not loaded, he has to invoke this method.然而,如果应用程序开发者想要访问的JavaScript的软件包,是不会加载,他将会调用这个方法。
The loading of a package is asynchronous, so you cannot create the widget immediately. 加载一个包是异步的,所以你不能立即创建小部件。Rather, use the third argument, func, or use相反,使用第三个参数,func,或使用#afterLoad#增加to execute.执行。
1
2
3
|
zk.load( 'zul.utl' , null , function () {
new zul.utl.Timer();
}); |
-
Parameters参数
- pkgnms - the names of the package(s) to load. pkgnms -包的名称(s)加载。If multiple packages are specified, separate them with comma, such as "zul.utl,zul.wgt".如果多个包指定,用逗号分开,比如“zul.utl,zul.wgt”。
- dt - [optional] the desktop used to get URI of the JavaScript file (dt -(可选的)桌面用于获取JavaScript文件的URI(zAu#comURI# comURI凿. 。If null, the first desktop is assumed.如果是null,第一个桌面是假设。
- func - [optional] the function to execute after all packages are loaded. func -(可选的)函数来执行所有的包都被加载后。Ignored if omitted. 如果省略忽视。Notice that func won't be executed until all requested packages are loaded; not just what are specified here.注意,func才会执行所有请求的包是加载;不只是这里指定的是什么。
- Returns true if all packages have been loaded (not just the specified ones), or false if any package is loading.返回true,如果所有的软件包被加载(不仅仅是指定的),或假如果任何包加载。
- See Also看到也
log日志
void log(vararg);
Logs an message for debugging purpose.日志消息用于调试目的。
- Example:例子:
1
2
|
zk.log( 'reach here' );
zk.log('value is", value); |
- See also看到也
parseInt方法
int parseInt(String value, int radix);
Parses a string to an integer.将一个字符串转换为整数。
It is the same as the built-in parseInt method except it handles NaN.它是一样的内置方法方法除了它处理南。
-
Parameters参数
-
value
- the string to parse.——字符串解析。 -
radix
- represent the base of the number in the string. ——代表基地的连续的数字。10 is assumed if omitted.10是假定如果省略。
-
- Returns the number, or 0 if NaN.返回数字,或0如果南。
- See also看到也
set设置
void set(Object obj, String name, Object value, Object
extra);
Assigns a value to the specified property.将值指定给指定的属性。
For
example,例如, zk.set(obj, "x", 123)
:
If:如果 setX
is defined in定义在 obj
,
obj.setX(123)
is called. 被称为。If not
defined,如果没有定义, obj.x = 123
is
called.被称为。
- Example:例子:
1
|
zk.set(o, 'value' , true ); //set a single property
|
-
Parameters参数
-
obj
- The object to assign values to.——对象赋值到。 -
name
- The property name- name属性 -
value
- The property value-属性值 -
extra
- An extra argument to pass to the——一个额外的参数传递给setX
method as the extra argument (the second argument). 法作为额外的参数(第二个参数)。For example,例如,zk.set(obj, 'x', 123, true)
invokes调用obj.setX(123, true)
. 。It is meaningless if there is no corresponding set method.它是没有意义的,如果没有相应的设置方法。
-
- See also看到也
startProcessingstartProcessing
void startProcessing(int timeout);
Set a flag,设置一个标志,#processing#处理, to indicate that it starts an processing. ,表明它将提供一个处理。It also shows a message to indicate "processing" after the specified timeout.它还显示了一个消息来指出“处理”经过特定的超时。
- Example:例子:
1
2
3
|
zk.startProcessing(1000); //do the lengthy operation zk.endProcessing(); |
-
Parameters参数
-
timeout
- the delay before showing a message to indicate "processing".之前——延迟显示一条消息来指出“处理”。
-
The message is shown immediately if omitted or 0.消息会立即显示如果省略或0。
- See also看到也
setHostsetHost
void setHost(String hostURL, String updateURI, Array<String> packages);
Defines the URL of the host for serving the specified packages.定义了URL地址的主机服务指定的包。
-
Parameters参数
- hostURL - the URL of the host (such ashostURL - URL地址的主机(如http://ajaxasservice-examples.appspot.comhttp://ajaxasservice-examples.appspot.com) that is used to send the request to (by use of, say, jQuery's json)),用于将请求发送到(通过使用的,也就是说,jQuery的json)
- updateURI - the URI of the update engine (such as /zkau) that is used to load the JavaScript fileupdateURI - URI的更新引擎(如/ zkau),用于加载JavaScript文件
- packages - a list of package names that are associated with the host specified in hostURL.包——一个列表的包名称,相关的hostURL中指定的主机。
- See Also看到也
-
<!--
<li id="f-about"><a href="/wiki/Documentation:About" mce_href="/wiki/Documentation:About" title="Documentation:About">About Documentation</a> | </li>
-->
- Content is available under内容可用在Copyrights版权||
- Disclaimers免责声明||
- Modified by修改ZKZK
<!-- end of the CONTAINER div --> <!-- Served in 0.195 secs. --><!-- Syntax -->
<script type="text/javascript"></script>
<!--<mce:script src="/skins/zk/syntaxhightlighter/shLegacy.js" mce_src="/skins/zk/syntaxhightlighter/shLegacy.js"></mce:script>-->
<script type="text/javascript"></script><script type="text/javascript"></script>
<!-- Google -->
<script type="text/javascript"></script><script type="text/javascript"></script><script type="text/javascript"></script>
<!-- Header -->
<script type="text/javascript"></script>
原文:
Defines the
URL of the host for serving the specified packages.
更好的翻译建议
提交翻译建议
感谢您为有道提供建议^_^
|
||
发表评论
-
zk6中listbox设置了checkmark="true" multiple="true" 没用的问题
2012-09-19 17:13 4186大家用zk6有没有遇 ... -
ZK运算符替换
2012-08-24 12:52 1136"}" ... ".&qu ... -
ZK url传值中文乱码解决
2012-08-16 15:02 1843今天早上发现使用zk6 @QueryParam和页 ... -
ZK 特殊字符替换
2012-07-10 16:50 1066< 用 < 来替换 ... -
ZK客户端加载结束
2012-07-05 13:36 0<zk> <window id=& ... -
ZK6学习笔记 二
2012-06-05 15:01 0ZK6学习笔记 二(验证) -
ZK6学习笔记 一
2012-05-21 10:53 1889ZK6学习笔记 一(升级信息与比较:RC---RC2--6.0 ... -
ZK6学习笔记 前言
2012-05-21 10:03 1192ZK6学习笔记 前言 从10年5月认识zk以来,一直不 ... -
ZK滚动条在最下方的例子
2012-04-11 09:25 0Clients.evalJavaScript("$( ... -
Hibernate3.X使用weblogic布署相关问题解决2
2012-02-27 18:45 1656在(1)篇发表之后,还以为万事大吉了(注:那时(1)中的配置文 ... -
Hibernate3.X使用weblogic布署相关问题解决
2012-02-14 14:27 1781前几天一直困扰我一个问题,项目从tomcat上移植到webl ... -
FireFox下截取字符串显示省略号
2012-01-30 16:08 1065CSS代码 <style type="tex ... -
搭建SSH,SSZ架构需注意数据库的编码问题
2011-08-26 11:12 1262搭建了一个Hibernate+Spring+ZKjsp的框架, ... -
求解???
2011-08-21 10:29 1341<window title="Test ... -
Separators 和空格  
2011-08-20 20:54 1661Separators ... -
zk的国际化
2011-08-11 14:47 1381参考文档http://books.zkoss.org/wiki ... -
使用JFreeChart更方便
2011-04-16 20:43 5023原文出处:http://tech.it168.com/j/2 ... -
强制换行/不换行
2011-01-15 19:44 1580强制不换行 div{white-space:nowrap;} ... -
zk执行本地脚本以及使用Jquery设置滚动条保持在底端
2011-01-15 16:16 2033<div id="viewerDiv&q ... -
ZK常用资料整理
2011-01-08 21:04 3938在一个页面中使用多种 ...
相关推荐
game_cdg26 Comp Sci 308 Project 1-游戏 卡梅隆·吉夫勒(Cameron Givler) 开始时间:2015年8月28日完成: HelloWorld来自: : 启动程序时,将出现一个带有单个按钮的窗口。 按下按钮,然后点击“ Hello ...
5. **安全机制**:详细描述CDG如何保障数据传输的安全,包括认证、授权和加密等。 6. **实现指南**:为开发者提供实施CDG接口的步骤和最佳实践。 7. **案例研究**:展示成功的CDG实施案例,以证明其有效性。 8. **...
CDG数据集具有以下格式:致谢: 这项工作是基于AntiLibray5先前的工作。 您可以在这里查看他: : 环境规格: 的Python:3.6.9 卡拉:0.9.11 操作系统:Linux / Ubuntu 18.04.5 LTS电脑规格: 处理器:Intel:...
5. **项目标识**:"CDG2000"和"YO6OGJ"是该项目的标识,帮助区分不同的项目阶段或版本。 6. **相关网站**:"www.cdg6.com"可能是项目发布者或制造商的网站,可能提供更详尽的产品信息、技术支持或下载资源。 7. **...
【标题】"alternance_CDG:Rapport d'alternance-LP CIASIE-CDG88"指的是一个关于交替实习(Alternance)的报告,特别针对的是LP CIASIE(很可能是一个专业课程或者文凭)在CDG88地区。CDG88可能代表了法国的地区代码...
5. **定制化**:为了满足不同应用场景的需求,cdg.js设计了一系列可配置选项,如背景颜色、透明度调整等,开发者可以根据自己的需求进行定制。 在实际应用中,cdg.js可以用于创建在线卡拉OK平台,让用户在网页上...
《CDG小播放器:CGC文件的专用解决方案》 在数字媒体领域,各种格式的文件层出不穷,其中CDG(Compact Disc+Graphics)文件是一种专为卡拉OK设计的图形音频格式,它结合了音乐和图像,为用户带来丰富的视听体验。而...
控制依赖图(CDG)控制依赖图构建算法注意:该项目依赖需要提前设置环境变量LLVM_DIR以及SVF_DIR使用以下命令编译Debug Edition npm i svf-libcmake . && make使用以下命令编译发行版npm i svf-libcmake -DCMAKE_...
* SKY® 电容膜片真空计CDG025D, CDG025D-S:一种高精度的电容膜片真空计,适用于真空度范围从10^-3到10^-10 Torr的测量。 二、配件 inficon公司还提供了一系列的配件产品,包括: * 馈入件:用于连接真空计和...
### 文档安全管理系统(CDG)通用解决方案 #### 一、需求概要 - **背景**:随着企业业务的快速发展,具有自主知识产权的核心技术和产品不断增加,企业内部的安全威胁也日益突出。为了保护核心技术文档和与竞争力...
【CDG测试中的鉴权失败】是指在CDMA2000系统中,移动设备进行通信时,由于鉴权过程中的错误导致的认证不通过问题。CDG,全称为CDMA发展组,是一个由全球主要CDMA2000无线通信公司组成的协会,致力于推动CDMA系统的...
2. **Climate Data Gateway (CDG)**:美国国家大气研究中心(NCAR)的CDG也提供ERA5数据的下载,适合美国地区的研究人员。 3. **FTP服务器**:虽然不推荐,但在某些情况下,也可以通过FTP直接下载,但这种方式可能...
18.【康养小镇】 [2018年5月-CDG国际] 鑫创国际健康科技小镇规划与启动区建筑设计文本 (129页).pdf
5. **建筑造型与立面设计**:CDG国际机构在设计中可能会融入现代元素和创新理念,打造具有辨识度的建筑形象,同时考虑与周围环境的协调。 6. **绿色建筑与可持续发展**:现代建筑设计强调环保和可持续,可能会采用...
- 构建构件依赖图(CDG):用于风险评估。 4. 基于SA的软件测试: 软件体系结构测试强调在设计阶段就考虑测试,以早期发现潜在问题。测试方法包括: - 测试内容:关注体系结构层面的功能和非功能需求。 - 测试准则...
产品型号:TL494CDG工作电压(V):7~42输出电压/电流(V/A):(External ref.)/0.2振荡频率(Hz):200K输出方式:开关模式封装/温度(℃):SOIC-16/0~70描述:开关模式PWM控制器价格/1片(套):¥3.20
karaoke4go 是非常早期的 CDG 文件格式的 alpha 原型,由 Phillips 和 Sony Entertainment 开发,用于显示定时歌词和音乐,目的是与您的朋友喝醉并用麦克风可怕地唱歌。 它在音频光盘上提供,并利用了从 R 到 W 的...
5. 生态基底的重要性:在康养小镇中,生态是作为基底来构建的。如麓湖生态城案例所示,它以生态为基底,结合了居住、产业和休闲娱乐配套设施。通过利用自然地形和水资源,如引用都江堰之水,依浅丘地形建湖,形成了...
5. 网络媒体事业群(OMG):涵盖了腾讯的多媒体业务,包括腾讯网、腾讯视频等。 6. 企业发展事业群(CDG):负责战略规划、投资者关系、品牌建设和投资并购等。 7. 技术工程事业群(TEG):为公司提供全面的技术支持...
不要错过MaajinTV的一秒钟! Vous voulez savoir quand est-ce que cdg_maajin est en live吗? Vous n'avezqu'à下载cette扩展! 支持语言:Français