上一页 1 ··· 57 58 59 60 61 62 63 64 65 ··· 90 下一页
摘要: open -a /Applications/Google\ Chrome.app --args --disable-web-security --user-data-dir 自动播放 /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Ch 阅读全文
posted @ 2020-08-13 15:37 Running00 阅读(65) 评论(0) 推荐(0) 编辑
摘要: /* Enable the "Request Desktop Site" functions on mobile chrome (android and iOS) allow users to see desktop layouts on responsive sites. Note that th 阅读全文
posted @ 2020-08-11 17:03 Running00 阅读(101) 评论(0) 推荐(0) 编辑
摘要: this.connect = new WebSocket(ws://${location.host}/ws); this.connect.onmessage // 数据处理 this.connect.onclose // 重新连接 阅读全文
posted @ 2020-08-11 14:15 Running00 阅读(78) 评论(0) 推荐(0) 编辑
摘要: 情况一: 公告栏轮播:每1s执行一次1-3 1)step1:将数组第一个push到数组末尾 2)transform:translateY,改变Y的值到 负数 元素的高度位置,transition:transform 500ms ease,(500ms之后到达负元素高度位置) 3)500ms之后,将第 阅读全文
posted @ 2020-08-11 10:43 Running00 阅读(268) 评论(0) 推荐(0) 编辑
摘要: pg 库 文件句柄 case study redis mysql pg 加固 私有化 BNS缓存 需求 防刷 线上节点 远程节点 环境 黑产 阅读全文
posted @ 2020-08-10 11:22 Running00 阅读(82) 评论(0) 推荐(0) 编辑
摘要: SSL(Secure Sockets Layer 安全套接字协议),及其继任者传输层安全(Transport Layer Security,TLS)是为网络通信提供安全及数据完整性的一种安全协议。TLS与SSL在传输层与应用层之间对网络连接进行加密。 https://curl.haxx.se/doc 阅读全文
posted @ 2020-08-10 10:42 Running00 阅读(125) 评论(0) 推荐(0) 编辑
摘要: https://segmentfault.com/a/1190000016696368 阅读全文
posted @ 2020-08-05 17:44 Running00 阅读(81) 评论(0) 推荐(0) 编辑
摘要: axios.interceptors.response.use((data) => { return data; }, (error) => { // 400 // 500 // 4xx // 5xx // 会进入error return Promise.reject(err); // 这里如果re 阅读全文
posted @ 2020-07-31 19:47 Running00 阅读(86) 评论(0) 推荐(0) 编辑
摘要: curl -i参数打印出服务器回应的 HTTP 标头。 -d参数用于发送 POST 请求的数据体。 -X参数指定 HTTP 请求的方法。 -X POST http://www.ruanyifeng.com/blog/2019/09/curl-reference.html 阅读全文
posted @ 2020-07-31 15:52 Running00 阅读(75) 评论(0) 推荐(0) 编辑
摘要: 突然改版,进来找不到按钮了[捂脸] 阅读全文
posted @ 2020-07-31 15:49 Running00 阅读(194) 评论(0) 推荐(0) 编辑
上一页 1 ··· 57 58 59 60 61 62 63 64 65 ··· 90 下一页