摘要:
首先将sql server DateTime 转换为varchar(50)然后更新转换过的 DateTime字段,UPDATE 表名 SET LastUpdateTime=CONVERT(VARCHAR(50),cast(LastUpdateTime as datetime),120),Create... 阅读全文
摘要:
System.Net.WebException: An exception occurred during a WebClient request. System.UnauthorizedAccessException: Access to the path "路径" is denied.1.权限问... 阅读全文