摘要: 参考链接:http://jser.io/2014/08/19/how-to-use-aes-in-crypto-js-to-encrypt-and-decrypt Aug 19, 2014 //明文 test_Str=`{ "pageNo": 1, "pageSize": 15 }` const p 阅读全文
posted @ 2023-09-23 22:09 ZIU_zixu 阅读(416) 评论(0) 推荐(0)
摘要: 安装VNCServer sudo apt install xfce4 xfce4-goodies xorg dbus-x11 x11-xserver-utils sudo apt install tigervnc-standalone-server tigervnc-common vncserver 阅读全文
posted @ 2023-09-05 22:22 ZIU_zixu 阅读(410) 评论(0) 推荐(0)
摘要: 参考链接:http://jser.io/2014/08/19/how-to-use-aes-in-crypto-js-to-encrypt-and-decrypt Aug 19, 2014 //打印查看需解密的内容 console.log(pm.response.json().data) // 一般 阅读全文
posted @ 2023-09-05 22:20 ZIU_zixu 阅读(263) 评论(0) 推荐(0)
摘要: const superagent = require("superagent"); (async () => { try { const res = await superagent.get( "https://jsonplaceholder.typicode.com/users" ); const 阅读全文
posted @ 2023-09-02 15:29 ZIU_zixu 阅读(33) 评论(0) 推荐(0)
摘要: import requestsimport jsonpayload={ "userNo":"用户", "password":"密码"}response = requests.post(url,json=payload)print(response)print(' ')print(response.s 阅读全文
posted @ 2023-08-27 17:24 ZIU_zixu 阅读(14) 评论(0) 推荐(0)