01 2021 档案

摘要:explorer 打开资源管理器 windows 界面卡死的时候,就是黑屏,或者界面一卡一卡的时候 可以通过Win+R 运行 explorer 阅读全文
posted @ 2021-01-27 18:34 LuoCore 阅读(699) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/minotauros/p/10773258.html /// <summary> /// 时间工具类 /// </summary> public static class DateTimeUtil { /// <summary> /// 时间戳计时开始 阅读全文
posted @ 2021-01-21 17:04 LuoCore 阅读(479) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/webxiaoma/article/details/70053444 一、我们在看代码时经常在img或css背景图片中看到: src=”data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAB4CAMAAA 阅读全文
posted @ 2021-01-21 16:58 LuoCore 阅读(756) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/qiqingli/article/details/88992029 winformTextBox 下拉框自动提示、自动补全功能AutoCompleteCustomSource 关键属性: 1.AutoCompleteCustomSource 功能:自定义所 阅读全文
posted @ 2021-01-20 15:46 LuoCore 阅读(1209) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/weixin_30920853/article/details/94810738 1.远程登陆到主机上 2.任务管理器杀进程rdpclip.exe 3.【开始】,搜索rdpclip.exe,点击运行 此时重新复制文件,可以跨主机复制啦 阅读全文
posted @ 2021-01-16 09:52 LuoCore 阅读(80) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/qq395537505/article/details/88947111 https://blog.csdn.net/gnail_oug/article/details/89920195 osql -S 服务器地址 -U 用户名 -P 密码 -d 数据库名 阅读全文
posted @ 2021-01-14 18:10 LuoCore 阅读(1090) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/qq_38762313/article/details/100161149 对象转json字符串 string jsStr=Newtonsoft.Json.JsonConvert.SerializeObject(对象) json字符串转对象 User us 阅读全文
posted @ 2021-01-13 15:50 LuoCore 阅读(135) 评论(0) 推荐(0) 编辑
摘要:/// <summary> /// POST请求 /// </summary> /// <param name="url"></param> /// <param name="value"></param> /// <param name="contentType"></param> /// <pa 阅读全文
posted @ 2021-01-13 11:39 LuoCore 阅读(158) 评论(0) 推荐(0) 编辑
摘要:HttpContext.Current.Request.ServerVariables["REMOTE_ADDR"] /// <summary> /// 日志文件 /// </summary> /// <param name="message">日志信息</param> /// <param nam 阅读全文
posted @ 2021-01-13 11:36 LuoCore 阅读(200) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/keno/archive/2013/01/24/2874618.html VS2005代码编辑器的展开和折叠代码确实很方便和实用。以下是展开代码和折叠代码所用到的快捷键,很常用: Ctrl + M + O: 折叠所有方法 Ctrl + M + M: 折 阅读全文
posted @ 2021-01-13 11:12 LuoCore 阅读(203) 评论(0) 推荐(0) 编辑