摘要:
项目从http升级到https后,jsp页面存在发送http请求的情况下就会出现该异常。因为HTTPS 是 HTTP over Secure Socket Layer,以安全为目标的 HTTP 通道,所以在 HTTPS 承载的页面上不允许出现 http 请求。 以下页面头加到页面头部可以将页面htt 阅读全文
摘要:
{ checkbox: true, visible: true, formatter: function (value, row, index) { if(row.isCheck =="1"){ return {disabled : true,} }else{ return {disabled : 阅读全文
摘要:
roam : 'scale',//禁止拖拽 scaleLimit:{ //所属组件的z分层,z值小的图形会被z值大的图形覆盖 min:0.7, //最小的缩放值 max:3, //最大的缩放值 }, 阅读全文
摘要:
label: { emphasis: { show: true, //开启悬浮事件 color: '#D4EEFF'//字体颜色 } }, 阅读全文
摘要:
bootstarp加载两个table时onLoadSuccess只调用一次 onLoadSuccess: function (datas) { alert(3); rows = $('#bootstrap-table').bootstrapTable('getData', true); initgz 阅读全文
摘要:
$(".col-sm-6,.select-table > div:eq(1)").append('<div id=echarts_pie" style="width:500px;height: 340px;margin: 5px auto;">1</div>'); 实例 选取 class 为 "in 阅读全文
摘要:
第一、在安装nginx的sbin目录下执行./nginx -v查看安装nginx的版本号 第二、在安装nginx的sbin目录下执行。./nginx -V查看安装nginx的版本号和模块 第三、 使用nginx的nginx_upstream_check模块来检测后端服务器的转态时,设置只允许某段IP 阅读全文
摘要:
人类可读格式的信息 df -h 显示特定分区的信息 df -hT /etc 显示设备名称、总块数、总磁盘空间、已用磁盘空间、可用磁盘空间和文件系统上的挂载点。 df 阅读全文
摘要:
{ title: '序号', align: 'center', halign: 'center', formatter: function (value, row, index) { var options = $('#bootstrap-table').bootstrapTable('getOpt 阅读全文
摘要:
连接redis时出现错误:Could not connect to Redis at 127.0.0.1:6379: Connection refused 在/usr/local/etc/目录下找到redis.conf 将daemonize no 修改为 daemonize yes 再输入 redi 阅读全文