上一页 1 2 3 4 5 6 7 8 9 10 ··· 30 下一页
摘要: 转载: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 人生为卒 阅读(449) 评论(0) 推荐(0)
摘要: 参考此网站 https://cron.qqe2.com/ 阅读全文
posted @ 2022-01-14 10:06 人生为卒 阅读(31) 评论(0) 推荐(0)
摘要: #region 使用接口关闭windows系统 /// <summary> /// 重启就使用DoExitWin(EWX_REBOOT),关机就使用DoExitWin(EWX_SHUTDOWN)等 /// </summary> public void SetCloseWindows() { try 阅读全文
posted @ 2022-01-07 11:07 人生为卒 阅读(57) 评论(0) 推荐(0)
摘要: SELECT PickAmount FROM dbo.t_RingGearActPickDetail WHERE TransCard= 阅读全文
posted @ 2021-12-29 17:20 人生为卒 阅读(29) 评论(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 人生为卒 阅读(2185) 评论(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 人生为卒 阅读(358) 评论(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 人生为卒 阅读(88) 评论(0) 推荐(0)
摘要: #region 使用SqlBulkCopy将DataTable中的数据批量插入数据库中 #region MySql批量提交 /// <summary> /// MySql批量提交 /// </summary> /// <typeparam name="T"></typeparam> /// <par 阅读全文
posted @ 2021-08-30 15:38 人生为卒 阅读(591) 评论(0) 推荐(0)
摘要: #region MySql批量提交 /// <summary> /// MySql批量提交 /// </summary> /// <typeparam name="T"></typeparam> /// <param name="TbName">表名</param> /// <param name= 阅读全文
posted @ 2021-08-30 15:33 人生为卒 阅读(647) 评论(0) 推荐(0)
摘要: set GLOBAL max_connections=1024;set GLOBAL mysqlx_max_connections=1024; set GLOBAL max_connect_errors = 1024;show variables like '%max_connections%';s 阅读全文
posted @ 2021-07-18 14:30 人生为卒 阅读(66) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 30 下一页