// target 是DOM元素 // properties 是宿主的属性 $.parser.parseOptions(target,properties); 用到的方法 jQuery(elements) 将一个或多个DOM元素转化为jQuery对象。 attr(name) 取得第一个匹配元素的属性 ...
分类:
Web开发 时间:
2016-08-06 08:24:55
收藏:
0 评论:
0 赞:
0 阅读:
176
help ulimit help ulimit ulimit: ulimit [-SHacdefilmnpqrstuvx] [limit] Modify shell resource limits. Provides control over the resources available to t ...
分类:
其他 时间:
2016-08-06 08:24:45
收藏:
0 评论:
0 赞:
0 阅读:
179
ch.qos.logback.classic.encoder.PatternLayoutEncoder ch.qos.logback.classic.PatternLayout ch.qos.logback.core.pattern.PatternLayoutBase PatternLayoutBa ...
分类:
Web开发 时间:
2016-08-06 08:24:35
收藏:
0 评论:
0 赞:
0 阅读:
700
命名空间 xmlns:util="http://www.springframework.org/schema/util" 语法 http://www.springframework.org/schema/util http://www.springframework.org/schema/util/ ...
分类:
其他 时间:
2016-08-06 08:24:15
收藏:
0 评论:
0 赞:
0 阅读:
184
就可以专心接受ERROR 错误信息了,然后生成相应的文件或发邮件,供查询。 意为:这个appender 接受哪个级别的event ...
分类:
其他 时间:
2016-08-06 08:24:05
收藏:
0 评论:
0 赞:
0 阅读:
238
需要 commons-dbcp2 com.oracle.ojdbc6 配置地址 http://commons.apache.org/proper/commons-dbcp/configuration.html 示例地址http://svn.apache.org/viewvc/commons/prop ...
分类:
数据库技术 时间:
2016-08-06 08:23:55
收藏:
0 评论:
0 赞:
0 阅读:
264
什么是RabbitMQ 官网http://www.rabbitmq.com/ 1.应用程序间健壮的消息发送 2.简单易用 3.可在所有主流操作系统运行 4.支持巨量的开发者平台 5.开源和商用双重支持 下载server http://www.rabbitmq.com/download.html ja ...
分类:
Web开发 时间:
2016-08-06 08:23:45
收藏:
0 评论:
0 赞:
0 阅读:
297
出现问题: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'null' is therefore not allowed access. 解决办法: "C:\Program F ...
分类:
Web开发 时间:
2016-08-06 08:23:36
收藏:
0 评论:
0 赞:
0 阅读:
274
一开始找不到表名,原来mysql 表名区分大小写。 修改参数 lower_case_table_names=1 成功运行后不能通过浏览器访问! 开启8080端口 一、关闭防火墙 firewall-cmd --state 查看状态 systemctl disable firewalld.service ...
分类:
系统服务 时间:
2016-08-06 08:23:26
收藏:
0 评论:
0 赞:
0 阅读:
233
关键代码片段 1. 循环几次发送几次 2. selectOneMessageQueue 返回与上一个broker不同名的broker 3. timesTotal 是brokersSent 数组 4. 某broker发送失败时,如果想要重试其他broker,需要把retryAnotherBrokerW ...
分类:
其他 时间:
2016-08-06 08:23:19
收藏:
0 评论:
0 赞:
0 阅读:
2271
.pdm PowerDesigner's physical data model (relational model) file format mvc Model–view–controller, a software architecture used in software engineerin ...
分类:
Web开发 时间:
2016-08-06 08:23:05
收藏:
0 评论:
0 赞:
0 阅读:
289
Failure consumption,later try to consume. MessageExt [queueId=0, storeSize=134, queueOffset=2, sysFlag=0, bornTimestamp=1442224189878, bornHost=/172.1 ...
分类:
其他 时间:
2016-08-06 08:22:55
收藏:
0 评论:
0 赞:
0 阅读:
768
# cat /proc/version Linux version 2.6.18-348.el5 (mockbuild@x86-002.build.bos.redhat.com) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-54)) #1 SMP Wed N ...
分类:
系统服务 时间:
2016-08-06 08:22:45
收藏:
0 评论:
0 赞:
0 阅读:
387
...
分类:
其他 时间:
2016-08-06 08:22:35
收藏:
0 评论:
0 赞:
0 阅读:
205
1.1. 控制台使用 RocketMQ 提供有控制台及一系列控制台命令,用于管理员对主题,集群,broker 等信息的管理 登录控制台 首先进入RocketMQ 工程,进入/RocketMQ/bin 在该目录下有个mqadmin 脚本 查看帮助 在mqadmin 下可以查看有哪些命令 sh mqad ...
分类:
其他 时间:
2016-08-06 08:22:25
收藏:
0 评论:
0 赞:
0 阅读:
552
runbroker.sh -server By default, all client applications run in -client mode, while the directory server and certain server utilities run in -server m ...
分类:
其他 时间:
2016-08-06 08:22:15
收藏:
0 评论:
0 赞:
0 阅读:
507
官网地址:http://www.jgroups.org/ 聊天室示例:http://www.jgroups.org/tutorial/html/ch02.html 2.1. JGroups overview2.2. Creating a channel and joining a cluster2. ...
分类:
其他 时间:
2016-08-06 08:22:05
收藏:
0 评论:
0 赞:
0 阅读:
248
<select class="easyui-combobox" data-options="editable:false"> <select class="easyui-combobox" editable=false> 以上两种方式都生效。 1. 只能选择不可以键盘输入 editable:fals ...
分类:
其他 时间:
2016-08-06 08:21:35
收藏:
0 评论:
0 赞:
0 阅读:
271
http://jquery.malsup.com/form/#getting-started 举例: ps:$('#ff').ajaxForm(options); 不会提交form表单,需要自己submit。 ...
分类:
Web开发 时间:
2016-08-06 08:21:25
收藏:
0 评论:
0 赞:
0 阅读:
267
...
分类:
数据库技术 时间:
2016-08-06 08:21:15
收藏:
0 评论:
0 赞:
0 阅读:
233