摘要: 起因 写了一段shell脚本,在windows上压缩的文件,免密登录执行unzip后中文乱码。 解决 指定解压缩字符集 unzip -O utf-8 /path/filename.zip 阅读全文
posted @ 2022-06-17 15:41 微风吹过~ 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 1.配置API接收 2.下载加密解密库 地址:https://developer.work.weixin.qq.com/devtool/introduce?id=36388,也可以复制下面的代码 2.1 WXBizMsgCrypt.cs 该方法封装了VerifyURL, DecryptMsg, En 阅读全文
posted @ 2022-06-17 14:23 微风吹过~ 阅读(1537) 评论(1) 推荐(5) 编辑
摘要: using Sys = System;using System.IO; /// <summary> /// 写入文件 /// </summary> /// <param name="Path">文件路径</param> /// <param name="content">文件内容</param> p 阅读全文
posted @ 2022-06-17 10:40 微风吹过~ 阅读(410) 评论(0) 推荐(0) 编辑