摘要:
1、 系统环境Windows 10 2、 设置静态站点目录,注意不要出现中文(这里踩了很多坑,可以查看错误日志error.log, “No mapping for the Unicode character exists in the target multi-byte code page”) 这里 阅读全文
摘要:
1、微信小程序获取Access_token: access_token具体时效看官方文档。 using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System. 阅读全文
摘要:
QRCodeHelper 二维码生成 1 using System; 2 using System.Drawing; 3 using ThoughtWorks.QRCode.Codec; 4 using System.IO; 5 using System.Text; 6 using System.D 阅读全文