摘要:
常用语句 修改数据库视图存储过程权限: grant all privileges on *.* to ''@"%" identified by "root";flush privileges; grant all privileges on *.* to root@"%" identified by 阅读全文
摘要:
C# HTTP请求 get post public class HttpRequestHelper { public static bool CheckValidationResult(object sender, X509Certificate certificate, X509Chain cha 阅读全文