摘要:
起因 写了一段shell脚本,在windows上压缩的文件,免密登录执行unzip后中文乱码。 解决 指定解压缩字符集 unzip -O utf-8 /path/filename.zip 阅读全文
摘要:
1.配置API接收 2.下载加密解密库 地址:https://developer.work.weixin.qq.com/devtool/introduce?id=36388,也可以复制下面的代码 2.1 WXBizMsgCrypt.cs 该方法封装了VerifyURL, DecryptMsg, En 阅读全文
摘要:
using Sys = System;using System.IO; /// <summary> /// 写入文件 /// </summary> /// <param name="Path">文件路径</param> /// <param name="content">文件内容</param> p 阅读全文