rabbitmq 406 错误 rabbitmq 启动报错:com.rabbitmq.client.ShutdownSignalException: channel error; reason: {#method<channel.close>(reply-code=406, reply-text=PRECONDITION_FAILED - inequivalent arg 'durable' for queue ...
java项目http变更https 1、生成 .KeyStore文件C:\Users\dell>keytool -genkey -alias tomcat -keyalg RSA输入密钥库口令:再次输入新口令:您的名字与姓氏是什么? [Unknown]: Lu您的组织单位名称是什么? [Unknown]: isoft您的组织名称是什么? [Unknown]: Galaxy您所在的城市或区域名称是什么?
openlayers3调用GeoServer发布的wfs openlayers3调用GeoServer发布的wfs<!doctype html><html><head><meta charset="utf-8"><title>Load wfs</title>
openlayers3异步调用geojson, Ajax <!doctype html><html><head><meta charset="utf-8"><title>Load Json</title> <script src="js/
threejs 鼠标移动控制模型旋转 <!doctype html><html><head><meta charset="utf-8"><title>threejs鼠标移动控制模型旋转</title></head><body> <script src="js/threejs/three.js"></script>
js调用iframe内函数 代码例子:<!doctype html><html><head> <meta charset="utf-8"> <title>js invoke iframe inner function</title> <style> *{ margin: 0; padding:0;} </style></head><body> <iframe id="t
iframe与主框架跨域相互访问方法 1.同域相互访问假设A.html 与 b.html domain都是localhost (同域)A.html中iframe 嵌入 B.html,name=myframeA.html有js function fMain()B.html有j
action中调用Spring 注解 service 总是为空 Action中调用Spring的注解的service层总是为空,但是在使用getBean却能得到service的bean。原因: 缺了一个jar包:struts2-spring-plugin-2.x.xx.x.jar包 因为Action类没有交给spring来管理造成的。 要想将Action类交给spring来管理,必须加上这个jar。参考: http://blog.csdn.net/taoo
使用dragdealer.js实现拖拉效果 dragdealer.js拖拉效果的jquery插件。<!doctype html><html><head><meta charset="utf-8"><title>content scroller</title><style>h4 { margin: 30px 0 10px 0; color: #666; font-size: 20px; font-weight: nor
html5+d3 svg 线条、图形颜色渐变动画 代码如下:<!doctype html><html><head><meta charset="utf-8"><title>线条、图形颜色渐变动画</title><script src="js/jquery.min.js"></script><script src="js/d3.js"></script><script> $(document).ready(function(){
将tomcat映射到不同的域名 1. 首先需要在OS中添加域名 Hosts文件存放在C:\Windows\System32\drivers\etc下,因为hosts文件不能在当前文件夹下被修改,所以先把hosts复制一份到其它地方,然后修改。 添加了如下内容: 127.0.0.1 lhx.com 127.0.0.1 test.com 然后将保存后的文件copy到原先的位置。 这样在本地添加域名就成功了,可以在浏览