就可以专心接受ERROR 错误信息了,然后生成相应的文件或发邮件,供查询。 意为:这个appender 接受哪个级别的event ...
分类:
其他好文 时间:
2016-08-06 08:27:22
阅读次数:
125
需要 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:26:28
阅读次数:
284
什么是RabbitMQ 官网http://www.rabbitmq.com/ 1.应用程序间健壮的消息发送 2.简单易用 3.可在所有主流操作系统运行 4.支持巨量的开发者平台 5.开源和商用双重支持 下载server http://www.rabbitmq.com/download.html ja ...
分类:
Web程序 时间:
2016-08-06 08:25:22
阅读次数:
191
出现问题: 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:26:43
阅读次数:
242
一开始找不到表名,原来mysql 表名区分大小写。 修改参数 lower_case_table_names=1 成功运行后不能通过浏览器访问! 开启8080端口 一、关闭防火墙 firewall-cmd --state 查看状态 systemctl disable firewalld.service ...
分类:
系统相关 时间:
2016-08-06 08:26:22
阅读次数:
233
关键代码片段 1. 循环几次发送几次 2. selectOneMessageQueue 返回与上一个broker不同名的broker 3. timesTotal 是brokersSent 数组 4. 某broker发送失败时,如果想要重试其他broker,需要把retryAnotherBrokerW ...
分类:
其他好文 时间:
2016-08-06 08:25:40
阅读次数:
910
.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:24:45
阅读次数:
197
Failure consumption,later try to consume. MessageExt [queueId=0, storeSize=134, queueOffset=2, sysFlag=0, bornTimestamp=1442224189878, bornHost=/172.1 ...
分类:
其他好文 时间:
2016-08-06 08:23:39
阅读次数:
384
# 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:25:57
阅读次数:
213
1.1. 控制台使用 RocketMQ 提供有控制台及一系列控制台命令,用于管理员对主题,集群,broker 等信息的管理 登录控制台 首先进入RocketMQ 工程,进入/RocketMQ/bin 在该目录下有个mqadmin 脚本 查看帮助 在mqadmin 下可以查看有哪些命令 sh mqad ...
分类:
其他好文 时间:
2016-08-06 08:24:07
阅读次数:
4635
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:24:14
阅读次数:
2150
官网地址: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:24:42
阅读次数:
119
<select class="easyui-combobox" data-options="editable:false"> <select class="easyui-combobox" editable=false> 以上两种方式都生效。 1. 只能选择不可以键盘输入 editable:fals ...
分类:
其他好文 时间:
2016-08-06 08:21:42
阅读次数:
170
http://jquery.malsup.com/form/#getting-started 举例: ps:$('#ff').ajaxForm(options); 不会提交form表单,需要自己submit。 ...
分类:
Web程序 时间:
2016-08-06 08:24:32
阅读次数:
156