摘要: .ajaxComplete() 当页面中有ajax请求完成时就会触发 .ajaxError()当页面中有ajax请求出错时触发 .ajaxSend() 当页面中有ajax请求发送时 就会触发 .ajaxSuccess() 当页面中有ajax请求成功响应时触发 .ajaxStart() 当页面中第一个 阅读全文
posted @ 2019-12-17 14:16 是闷闷啊 阅读(997) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta http-e 阅读全文
posted @ 2019-12-17 14:15 是闷闷啊 阅读(110) 评论(0) 推荐(0) 编辑
摘要: HTTP状态码(HTTP Status Code)一些常见的状态码为:200 - 服务器成功返回网页 404 - 请求的网页不存在 503 - 服务不可用所有状态解释:1xx(临时响应)表示临时响应并需要请求者继续执行操作的状态代码。代码 说明100 (继续) 请求者应当继续提出请求。 服务器返回此 阅读全文
posted @ 2019-12-17 14:12 是闷闷啊 阅读(181) 评论(0) 推荐(0) 编辑
摘要: series: [{ itemStyle: { normal: { 右 上 左 下 color: new echarts.graphic.LinearGradient(0, 1, 0, 0, [{ offset: 0, color: "red" // 0% 处的颜色 }, { offset: 0.6 阅读全文
posted @ 2019-12-17 13:53 是闷闷啊 阅读(341) 评论(0) 推荐(0) 编辑
摘要: 把点变成长方形 隐藏折线图的线的配置 阅读全文
posted @ 2019-12-17 13:49 是闷闷啊 阅读(2913) 评论(0) 推荐(0) 编辑
摘要: let ele = document.getElementsByClassName('charts_box_column'); setTimeout(function () { ele[0].scrollLeft = ele[0].scrollWidth; },1) 阅读全文
posted @ 2019-12-17 13:48 是闷闷啊 阅读(340) 评论(0) 推荐(0) 编辑