上一页 1 ··· 11 12 13 14 15
摘要: using System; using System.Collections.Generic; using System.DirectoryServices; using System.Linq; using System.Runtime.InteropServices; using System.Security.Principal; using System.Text; using Syst... 阅读全文
posted @ 2017-12-08 11:35 未风 阅读(816) 评论(0) 推荐(0)
摘要: 今天搭建微信扫码支付环境的时候,一样的配置参数,调用连接提示错误 错误:调用的目标发生了异常 然后跟踪到执行 代码报错,使用度娘搜索无果。后面从谷歌搜索英文错误得以解决 解决办法: add the following configuration to your application configu 阅读全文
posted @ 2017-12-02 14:31 未风 阅读(1643) 评论(0) 推荐(0)
摘要: 例如: 解决方案一:去掉 “ ” 解决方案二:修改 问题原因:因为XML文档中包含中文,所以不能使用 "utf-8" 格式的编码,只能使用 “GB2312” 阅读全文
posted @ 2017-12-01 16:52 未风 阅读(916) 评论(0) 推荐(0)
摘要: 链接EXCEL打开报错 代码如下(Excel2003版本)出现这种错误 现在只需要更改 修改成 并且把导入版本修改 阅读全文
posted @ 2017-10-26 14:55 未风 阅读(295) 评论(0) 推荐(0)
上一页 1 ··· 11 12 13 14 15