摘要:
Step 1 File -> Preferences -> Proxy Settings set to None Step 2 In my case the server were the service was installed was configured only for TLS. SSL 阅读全文
摘要:
//ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls; //.NET 4.5 //.NET 4.6 and above,no any code need add//ServicePointManager.SecurityP 阅读全文
摘要:
IF DB_ID('Wages') IS NOT NULLDROP DATABASE WagesGOcreate database Wages if OBJECT_ID('StudentInfo','U') IS NOT NULL DROP TABLE StudentInfoGO CREATE TA 阅读全文