会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
*tfe*
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*
阅读(13)
评论(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*
阅读(18)
评论(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*
阅读(14)
评论(0)
推荐(0)
WebApi接口的调用和传参
摘要: public Common.mdlResultModel<mdlGetHistoryData> GetHistoryDataByCondition(int pDeviceId, int pPageIndex, int pPageSize, string pStartTime, string pEnd
阅读全文
posted @ 2023-08-02 16:29 *tfe*
阅读(80)
评论(0)
推荐(0)
Winform两个项目间的调用
摘要: Winform1: static class Program { /// <summary> /// 应用程序的主入口点。 /// </summary> [STAThread] static void Main(string[] args) { Application.EnableVisualSty
阅读全文
posted @ 2023-08-02 16:26 *tfe*
阅读(85)
评论(0)
推荐(0)
导航
博客园
首页
新随笔
联系
订阅
管理
公告