- 博客(6)
- 资源 (26)
- 收藏
- 关注
原创 SpringBoot2.2.4调用Elasticsearch7.2.0
@RunWith(SpringRunner.class)@SpringBootTestpublic class EsDemoApplicationTests { @Autowired private RestHighLevelClient restHighLevelClient; /** * 系统索引 */ private final ...
2020-04-26 15:40:58 337
转载 Delph日志类
unit WriteInfo;interface uses SysUtils; procedure WriteDbgLog(sLogInfo : string);implementation procedure WriteDbgLog(sLogInfo : string);var logfile : String ; tmpStr : PChar;
2014-08-23 23:42:48 378
翻译 C#设置双屏显示模式
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Runtime.InteropServices;namespace RecordSystem.Common{ public static class ScreenHelper {
2014-08-23 23:36:18 7988 4
原创 C#关闭其他进程(非Kill)
/// /// 寻找窗口句柄 /// /// 窗口类型名称 /// 窗口标题名称 /// [DllImport("user32.dll")] private static extern IntPtr FindWindow(string lpClassName, string lpW
2014-08-23 23:30:09 1361
原创 C#强制关机、重启以及注销计算机
using System;using System.Collections.Generic;using System.Text;using System.Runtime.InteropServices;namespace CommonDLL{ public class ShutDownSys { //C#关机代码 // 这个结构体将会传
2014-08-23 23:20:40 1817
原创 C#持续Ping
using System;using System.Collections.Generic;using System.Text;using System.Net.NetworkInformation;using System.Windows.Forms;namespace PingManage{ class PingInfo { private Sys
2014-08-23 23:05:49 979
elasticsearch.rar
2020-04-26
AForge.NET控制摄像头点播抓拍以及录像
2017-09-22
C#操作配置文件
2014-09-06
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人