2019年3月19日

摘要: 第一步 sc delete ServiceTimer --删除对应服务ServiceTimer 第二步 如果本地则生成,服务器则更新exe(将Debug下的文件复制到D盘或E盘下)第三步 cd C:\Windows\Microsoft.NET\Framework\v4.0.30319 --换成对应框 阅读全文
posted @ 2019-03-19 11:45 *tfe* 阅读(81) 评论(0) 推荐(0) 编辑
摘要: ///<summary> /// 上传图片 api接口 ///</summary> ///<returns></returns> [Route("api/User/UploadImg/")] [HttpPost] publicUploadImgResult UploadImg() { string 阅读全文
posted @ 2019-03-19 11:40 *tfe* 阅读(117) 评论(0) 推荐(0) 编辑
摘要: public void WriteFile(string strText, string textName) { string time = DateTime.Now.ToString("yyyy-MM"); textName = time + "\\" + textName; DirectoryI 阅读全文
posted @ 2019-03-19 10:41 *tfe* 阅读(93) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 应用标识:极光推送的用户名(门禁) /// </summary> private readonly string AppKey = ConfigurationManager.AppSettings["AppKey"]; /// <summary> /// 极光推送 阅读全文
posted @ 2019-03-19 10:31 *tfe* 阅读(113) 评论(0) 推荐(0) 编辑

2019年1月14日

摘要: /// <summary> /// 去除不必要的标题 /// </summary> /// <param name="table"></param> /// <returns></returns> public DataTable GetExcelTable(DataTable table) { f 阅读全文
posted @ 2019-01-14 09:27 *tfe* 阅读(304) 评论(0) 推荐(0) 编辑

导航