上一页 1 2 3 4 5 6 7 8 9 ··· 29 下一页
摘要: #region 复制对象 #region MyRegion private static Dictionary<string, object> _Dic = new Dictionary<string, object>(); public static TOut TransExp<TIn, TOut 阅读全文
posted @ 2022-02-08 11:52 人生为卒 阅读(304) 评论(0) 推荐(0) 编辑
摘要: 如果系统时间往前调整,不会触发Trigger计时 方法:①重启程序 ②重置Trigger计时 /// <summary> /// 任务调度对象 /// </summary> protected static IScheduler m_scheduler; //重置计时器 foreach (strin 阅读全文
posted @ 2022-01-27 11:52 人生为卒 阅读(52) 评论(0) 推荐(0) 编辑
摘要: Server using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows.Forms; using System.Net.Sockets; usi 阅读全文
posted @ 2022-01-25 11:16 人生为卒 阅读(32) 评论(0) 推荐(0) 编辑
摘要: 转载:https://www.cnblogs.com/bengpaobarookie/p/12557391.html Visual Studio Ultimate 2013 KEY(密钥):BWG7X-J98B3-W34RT-33B3R-JVYW9 Visual Studio Premium 201 阅读全文
posted @ 2022-01-14 18:00 人生为卒 阅读(398) 评论(0) 推荐(0) 编辑
摘要: 参考此网站 https://cron.qqe2.com/ 阅读全文
posted @ 2022-01-14 10:06 人生为卒 阅读(28) 评论(0) 推荐(0) 编辑
摘要: #region 使用接口关闭windows系统 /// <summary> /// 重启就使用DoExitWin(EWX_REBOOT),关机就使用DoExitWin(EWX_SHUTDOWN)等 /// </summary> public void SetCloseWindows() { try 阅读全文
posted @ 2022-01-07 11:07 人生为卒 阅读(47) 评论(0) 推荐(0) 编辑
摘要: SELECT PickAmount FROM dbo.t_RingGearActPickDetail WHERE TransCard= 阅读全文
posted @ 2021-12-29 17:20 人生为卒 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 生成bat文件,用管理员执行,选择1即可设置完成 @echo off :start cls echo, echo 修改右键菜单模式 echo, echo 1 穿越到Windows 10默认模式 echo, echo 2 恢复为Windows 11默认模式 echo, echo 0 什么也不做,退出 阅读全文
posted @ 2021-12-13 14:37 人生为卒 阅读(2107) 评论(0) 推荐(0) 编辑
摘要: 转载: https://blog.csdn.net/zengcong2013/article/details/50354546/ 修改系统数据库SQL alter database master modify file ( name = master, filename ='C:\Program F 阅读全文
posted @ 2021-12-08 11:51 人生为卒 阅读(307) 评论(0) 推荐(0) 编辑
摘要: Mysql SELECT TABLE_NAME,TABLE_ROWS,DATA_LENGTH/1024/1024 "DATA_LENGTH",CREATE_TIME,TABLE_COLLATION FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_SCHEMA = 阅读全文
posted @ 2021-09-09 15:22 人生为卒 阅读(82) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 29 下一页