08 2020 档案
摘要:C# 接口的Get、Post、WebService请求方法一览,值得收藏 public static class HttpHelper { const string DEFAULT_USER_AGENT = "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT
阅读全文
摘要:C# 获取当前时间戳和将时间戳转为时间Datetime类型的方法 /// <summary> /// 获取时间戳(精确到毫秒) /// </summary> /// <param name="time">时间</param> public static long ConvertDateTiemp(D
阅读全文
摘要:Dynamics CRM 365 窗体的Lookup字段通过JS按照某个字段过滤数据 function form_load() { Xrm.Page.getControl("new_remarktemplate").addPreSearch(addFilternew_remarktemplate);
阅读全文