随笔分类 -  随笔

摘要:Error: certificate is not yet valid at TLSSocket.onConnectSecure (_tls_wrap.js:1501:34) at TLSSocket.emit (events.js:315:20) at TLSSocket._finishInit 阅读全文
posted @ 2023-11-25 20:14 木章 阅读(949) 评论(0) 推荐(0) 编辑
摘要:option = { "title": [ { "textAlign": "center", "text": "linear", "textStyle": { "fontSize": 12, "fontWeight": "normal" }, "left": "25%", "top": "0.5%" 阅读全文
posted @ 2023-10-30 13:12 木章 阅读(21) 评论(0) 推荐(0) 编辑
摘要:数厂代码,未实现 伪负载均衡 // 伪负载均衡 /* ;(() => { let nodes = JSON.parse(JSON.stringify(data.nodes)); let edges = JSON.parse(JSON.stringify(data.edges)); // 排查特殊节点 阅读全文
posted @ 2023-07-18 14:31 木章 阅读(12) 评论(0) 推荐(0) 编辑
摘要:http://ip-api.com/json 阅读全文
posted @ 2021-07-26 09:12 木章 阅读(26) 评论(0) 推荐(0) 编辑
摘要:1、无参数函数 let fn = function(){ return 'helloWorld'; } //简写为: let fn = ()=>{//但是没有参数时,括号不可以省略 return 'helloWorld'; } //根据规则二,简写为: let fn = ()=>'helloWorl 阅读全文
posted @ 2018-11-22 10:38 木章 阅读(239) 评论(0) 推荐(0) 编辑
摘要:死数据,固定数据 阅读全文
posted @ 2018-11-22 10:22 木章 阅读(119) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示