上一页 1 ··· 48 49 50 51 52 53 54 55 56 ··· 102 下一页
摘要: var chart = Highcharts.chart('container',{ chart: { type: 'column' }, title: { text: '月平均降雨量' }, subtitle: { text: '数据来源: WorldClimate.com' }, xAxis: 阅读全文
posted @ 2018-12-22 19:25 JackGIS 阅读(975) 评论(0) 推荐(0)
摘要: var chart = Highcharts.chart('container', { chart: { type: 'column' }, title: { text: '月平均气温' }, subtitle: { text: '数据来源: WorldClimate.com' }, xAxis: 阅读全文
posted @ 2018-12-22 19:23 JackGIS 阅读(532) 评论(0) 推荐(0)
摘要: 清除防火墙规则:iptables -F 关闭防火墙 /etc/init.d/iptables stop 关闭防火墙开机自启:chkconfig iptables off 查看iptables 是否开启:Chkconfig –list | grep iptables iptables 0:关闭 1:关 阅读全文
posted @ 2018-12-20 22:06 JackGIS 阅读(18690) 评论(0) 推荐(0)
摘要: 样例如下: <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title> 阅读全文
posted @ 2018-12-15 21:15 JackGIS 阅读(12498) 评论(1) 推荐(1)
摘要: wind.js如下: $(function() { var dixing = L.tileLayer.chinaProvider('Google.Satellite.Map', { maxZoom: 18, minZoom: 2 }); var map = L.map("map", { center 阅读全文
posted @ 2018-12-15 17:44 JackGIS 阅读(5291) 评论(0) 推荐(0)
上一页 1 ··· 48 49 50 51 52 53 54 55 56 ··· 102 下一页