摘要:
using System.Linq; using System.Net; using System.Net.NetworkInformation; using System.Net.Sockets; namespace XLL.Common.Helper { public class IpHelpe 阅读全文
摘要:
错误信息: 内部异常 1:HttpRequestException: The SSL connection could not be established, see inner exception. 内部异常 2:AuthenticationException: The remote certif 阅读全文
摘要:
错误信息:Incorrect string value: '\xE4\xB8\xAD\xE5\x9B\xBD' for column 'home_country 修改表、字段字符集 # 修改表字符集 alter table user_info default character set utf8; 阅读全文