08 2013 档案

摘要:错误如下Forbidden (403)CSRF verification failed. Request aborted.求解············· 阅读全文
posted @ 2013-08-26 16:59 玉伽 阅读(380) 评论(0) 推荐(0)
摘要:设置最大值、最小值和格式化 yAxis: { title: { text: ' ' }, min:0, max:4, labels : { formatter : function() {//设置纵坐标值的样式 return ''; } } } 阅读全文
posted @ 2013-08-26 16:56 玉伽 阅读(579) 评论(0) 推荐(0)
摘要:设置容器的浮动方式为相对定位,然后确定容器的宽高,比如宽500高300的层,然后设置层的外边距。div{Width:500px;height:300px;Margin:-150px00-250px;position:relative;left:50%;top:50%;} 阅读全文
posted @ 2013-08-22 15:57 玉伽 阅读(211) 评论(0) 推荐(0)
摘要:当加入/g后,就是匹配所有,不加的时候只是匹配第一个 阅读全文
posted @ 2013-08-15 15:38 玉伽 阅读(2168) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2013-08-15 09:22 玉伽 阅读(731) 评论(0) 推荐(0)
摘要:Error1: 2003:Can't connect to MySQL server on 'localhost'解决方法:关闭Linux的防火墙功能,或者设置容许TCP协议的3306端口通过,可以下使用如下命令开启TCP协议的3306端口。[root@bugzilla~]#more/etc/sysconfig/iptables。 -ARH-Firewall-1-INPUT-ptcp--dport3306-jACCEPT。Error2: 1130 - Host'ClientIP' is not allowed to connect to this MyS 阅读全文
posted @ 2013-08-13 11:37 玉伽 阅读(417) 评论(0) 推荐(0)