摘要: 以下是一些常用的 HTTP Client API: . .setHeader("Header-Name", "Header-Value"): 设置请求头 . .addQueryParam("param-name", "param-value"): 添加查询参数 .setBody("{"key":"v 阅读全文
posted @ 2023-06-14 14:57 vx_guanchaoguo0 阅读(158) 评论(0) 推荐(0)
摘要: #### 返回拉丁编码 ![](https://img2023.cnblogs.com/blog/2697130/202306/2697130-20230614145138580-163937630.png) #### python 处理方式 ``` text.encode('latin').dec 阅读全文
posted @ 2023-06-14 14:54 vx_guanchaoguo0 阅读(74) 评论(0) 推荐(0)
摘要: ``` ### Check response status, headers, and content-type GET https://httpbin.org/get > {% client.test("Request executed successfully", function() { cl 阅读全文
posted @ 2023-06-14 11:34 vx_guanchaoguo0 阅读(212) 评论(0) 推荐(0)
摘要: #### oh-my-zsh ``` sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" ``` ### 修改背景颜色 * 打开终端 右键背景-》检查显示器-》双击喜欢的背景-》设置 阅读全文
posted @ 2023-06-14 08:50 vx_guanchaoguo0 阅读(65) 评论(0) 推荐(0)