摘要:
可在腾讯云上申请免费的SSL证书(一年) 申请后保存那个后缀为jks的证书 apache-tomcat环境配置: 需修改文件路径: D:\apache-tomcat-xxxx-windows-x64\apache-tomcat-xxxx\conf\server.xml <Connector port 阅读全文
摘要:
onclick="del_equipment(' + id + ',' +weitId + ','+inspectedEquipment+')" html = html +"<a title='编辑' class='btn btn-xs btn-info' href=' ./bianya.html? 阅读全文
摘要:
//产品清单 //产品数量长度 var cnbvLength = FieldCount9 + 1; var arrayList=[]; for(var i = 0; i < cnbvLength; i++){ var item={}; item.productId=$("#ModelId_" + i 阅读全文
摘要:
//查询到的地质地貌 var old_landform = data[i].landform; //console.log(old_landform) //获取原来选中的值并拆分 var checkArray = old_landform.split("、"); // console.log(checkArray) //获取所有复选框的值 var checkBoxAll = $("input[na 阅读全文
摘要:
var mapData = [ {'latitude':30.67, 'longitude':104.07}, {'latitude':34.76, 'longitude':113.65}, {'latitude':29.65, 'longitude':91.13}, {'latitude':43. 阅读全文
摘要:
姓名:<input type="text" id="name1"> 年龄:<input type="text" id="age1"> <button id="click_btn">点击</button> // localStorage.name = "张三"; // localStorage.age 阅读全文
摘要:
//clearTimeout的作用是清除setTimeout的方法.或者说注销setTimeout方法,让setTimeout方法停止或无法运行. // 使用clearTimeout时必须指定一个参数.该参数是setTimeout返回的ID值.也就是说当你使用setTimeout时.必须要为setT 阅读全文
摘要:
1 echarts.appMap = function (id, opt) { 2 // 实例 3 var chart = this.init(document.getElementById(id)); 4 // var curGeoJson = {}; 5 var cityMap = { 6 "河 阅读全文
摘要:
<span class="mui-icon mui-icon-star mui-pull-right"></span> 阅读全文
摘要:
1.china.js 文件中 echarts.registerMap('china', //名字要是'china',不能写成'中国' 2.echarts 配置中地图名称 mapName: 'china', var myChart = echarts.chinaMap('firstchart', { 阅读全文