上一页 1 ··· 48 49 50 51 52 53 54 55 56 ··· 103 下一页
摘要: 1、现象 2原因分析 class=left的div盒子使用了浮动属性float:left,而class=nofloat未使用。这样一个浮动DIV,一个未使用float浮动属性,所以就造成重叠现象。 3、解决方法 (1)清除样式 (2)2个都用浮动,或者都不用。 阅读全文
posted @ 2019-02-25 23:54 JackGIS 阅读(9583) 评论(0) 推荐(1)
摘要: 1、柱子列宽自适属性: pointWidth:25, //柱子宽度,如果设定该值,则下面2个属性无效 pointPadding: 0.4,//每列之间的距离值,默认此值为0.1 groupPadding: 0,//每个值之间的间距,其实和poingPadding有一样的效果。不过这个主要是用于对付存 阅读全文
posted @ 2018-12-22 19:29 JackGIS 阅读(2102) 评论(0) 推荐(0)
摘要: var chart = Highcharts.chart('container',{ chart: { type: 'column' }, title: { text: '月平均降雨量' }, subtitle: { text: '数据来源: WorldClimate.com' }, xAxis: 阅读全文
posted @ 2018-12-22 19:25 JackGIS 阅读(987) 评论(0) 推荐(0)
摘要: var chart = Highcharts.chart('container', { chart: { type: 'column' }, title: { text: '月平均气温' }, subtitle: { text: '数据来源: WorldClimate.com' }, xAxis: 阅读全文
posted @ 2018-12-22 19:23 JackGIS 阅读(543) 评论(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 阅读(18708) 评论(0) 推荐(0)
上一页 1 ··· 48 49 50 51 52 53 54 55 56 ··· 103 下一页