12 2018 档案

摘要:Could not load file or assembly 'xxx.xxx.xxx, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. A strongly-named asse 阅读全文
posted @ 2018-12-25 18:06 H辉 阅读(6632) 评论(0) 推荐(0) 编辑
摘要:1 接收数据流转成字符串,注意编码 byte[] recv= Request.BinaryRead(Request.TotalBytes);string sourceByte = Encoding.UTF8.GetString(recv); 2 确认文件流在整个数据流的起止位置 比如: //找到文件 阅读全文
posted @ 2018-12-06 21:29 H辉 阅读(436) 评论(0) 推荐(0) 编辑
摘要:原因: 发起授权请求的页面必须是在授权目录下的页面,而不能是存在与子目录中。否则会返回错误,android返回“System:Access_denied”,ios返回"access_control:not_allowed"。 比如 授权目录是:http://xxx.com/wxpay/ 支付实例是: 阅读全文
posted @ 2018-12-05 14:35 H辉 阅读(5495) 评论(0) 推荐(0) 编辑