摘要: /// <summary> /// 应用标识:极光推送的用户名(门禁) /// </summary> private readonly string AppKey = ConfigurationManager.AppSettings["AppKey"]; /// <summary> /// 极光推送 阅读全文
posted @ 2019-03-19 10:31 *tfe* 阅读(113) 评论(0) 推荐(0) 编辑

2023年8月2日

摘要: 还原数据库失败:先断开连接declare @d varchar(8000)set @d= ' 'select @d=@d+ ' kill '+cast(spid as varchar)+char(13)from master.sys.sysprocesses where dbid=db_id('NW 阅读全文
posted @ 2023-08-02 16:31 *tfe* 阅读(4) 评论(0) 推荐(0) 编辑
摘要: select request_session_id spid, OBJECT_NAME(resource_associated_entity_id) tableName from sys.dm_tran_locks where resource_type='OBJECT'Kill 死锁id 阅读全文
posted @ 2023-08-02 16:30 *tfe* 阅读(4) 评论(0) 推荐(0) 编辑
摘要: using System.Reflection; public static string Join<T>(List<T> pListForJoin, string pPropertyName, string pSeparator, string pEnclosed) { if (pListForJ 阅读全文
posted @ 2023-08-02 16:30 *tfe* 阅读(6) 评论(0) 推荐(0) 编辑
摘要: public Common.mdlResultModel<mdlGetHistoryData> GetHistoryDataByCondition(int pDeviceId, int pPageIndex, int pPageSize, string pStartTime, string pEnd 阅读全文
posted @ 2023-08-02 16:29 *tfe* 阅读(52) 评论(0) 推荐(0) 编辑
摘要: Winform1: static class Program { /// <summary> /// 应用程序的主入口点。 /// </summary> [STAThread] static void Main(string[] args) { Application.EnableVisualSty 阅读全文
posted @ 2023-08-02 16:26 *tfe* 阅读(59) 评论(0) 推荐(0) 编辑

2020年7月7日

摘要: //固定第一行和第一列 $(".packpro_div").scroll(function(){//给table外面的div滚动事件绑定一个函数 var left=$(".packpro_div").scrollLeft();//获取滚动的距离 var top=$(".packpro_div").s 阅读全文
posted @ 2020-07-07 09:58 *tfe* 阅读(2109) 评论(0) 推荐(0) 编辑

2020年5月25日

摘要: /// <summary> /// 实现Base64加密解密 /// </summary> public sealed class Base64 { /// <summary> /// BASE64编码加密 /// </summary> /// <param name="s"></param> // 阅读全文
posted @ 2020-05-25 11:44 *tfe* 阅读(1016) 评论(0) 推荐(0) 编辑

2020年4月15日

摘要: List<SalesStatisticsReportModels> list = new List<SalesStatisticsReportModels>(); list.RemoveAll(o => { return o.productname == ""; }); 阅读全文
posted @ 2020-04-15 17:12 *tfe* 阅读(1720) 评论(0) 推荐(0) 编辑

2020年4月2日

摘要: 使用input的list属性: 如: <!-- <div class="changeDiv"> --> <a>性别:</a> <input id="sex" type="text" list="sexlist"> <datalist id="sexlist"> <option>男</option> 阅读全文
posted @ 2020-04-02 17:23 *tfe* 阅读(942) 评论(0) 推荐(0) 编辑

2020年3月4日

摘要: https://blog.csdn.net/shenshendeai/article/details/79212792 阅读全文
posted @ 2020-03-04 15:28 *tfe* 阅读(454) 评论(0) 推荐(0) 编辑

导航