在父页面弹出窗口中,添加回调函数,当close时调用,直接上代码: art.dialog.open(url,?{
????????lock?:?true,
????????title?:?text,
????????width?:?‘800px‘,
???????...
分类:
其他好文 时间:
2014-10-16 21:45:03
阅读次数:
191
条件表达式形式:condition, then and else ...混合使用表达式实例: ...其他表达式也可以省略,在这种情况下,返回一个null值如果条件是错误的 ...
分类:
其他好文 时间:
2014-10-16 21:00:13
阅读次数:
304
Oracle “CONNECT BY”是层次查询子句,一般用于树状或者层次结果集的查询。其语法是:[ START WITH condition ]CONNECT BY [ NOCYCLE ] condition说明: 1. START WITH:告诉系统以哪个节点作为根结点开始查找并构造结果集,该....
分类:
数据库 时间:
2014-10-16 19:28:23
阅读次数:
266
锁的持有者,谁是锁 ??? public class Lock (?????? ?????? public synchronized? void fun1(){ ????????????? //业务运算.??????? ?????? }; ?????? public s...
分类:
编程语言 时间:
2014-10-16 14:48:52
阅读次数:
220
eclipse 使用一段时间后,有时会因为一些故障自己就莫名奇妙的关闭了,再打开时有时没有问题,有时有会提示错误 Workspace Unavailable:
Workspace in use or cannot be created, choose a different one.
原因:出现这种情况一般是workspace的配置文件中出现了.lock文件(workspace...
分类:
其他好文 时间:
2014-10-16 11:33:52
阅读次数:
137
参考http://blog.csdn.net/zbszhangbosen/article/details/7434637#reply
这里补充一些:
(1)InnoDB默认加锁方式是next-key locking
(2)在聚集索引中,如果主键有唯一性约束(unique,auto increment),next-key locking 会自动降级为record locking。
(3)由于...
分类:
数据库 时间:
2014-10-16 11:04:42
阅读次数:
305
高并发的情况下,锁是一个灾难;那么架构是如何做到无锁编程的?...
分类:
其他好文 时间:
2014-10-16 02:38:16
阅读次数:
151
Async, Await 是基于 .NEt 4.5架构的, 用于处理异步,防止死锁的方法的开始和结束, 提高程序的响应能力。比如:Application area Supporting APIs that contain async methodsWeb access Ht...
mongodb 没法启动 exception in initAndListen: 12596 old lock file, terminatingwww.MyException.Cn,网友分享于:2013-01-24浏览:124次2mongodb 无法启动 exception in initAndL...
分类:
数据库 时间:
2014-10-15 12:39:56
阅读次数:
183
--prefix=/usr--sbin-path=/usr/sbin/nginx--conf-path=/etc/nginx/nginx.conf--error-log-path=/var/log/nginx/error.log--http-log-path=/var/log/nginx/access.log--pid-path=/var/run/nginx/nginx.pid--lock-path=/var/lock/nginx.lock--user=nginx--group=nginx--with-htt..
分类:
其他好文 时间:
2014-10-15 05:48:00
阅读次数:
188