Loading

摘要: 1.创建winform程序 第一个窗体 第二个窗体 2.新建类库 ConfigurationSettings 从我Demo中拷贝此类库下的所有类 3.配置app.config文件 <configuration> <configSections> <section name="StartUpConfi 阅读全文
posted @ 2022-08-24 16:14 DotNeter-Hpf 阅读(702) 评论(0) 推荐(0) 编辑
摘要: 1.创建asp.net mvc 空项目 1.1 添加Web服务(ASMX) 添加如下代码: public class Erp_WebService : System.Web.Services.WebService { [WebMethod] public string HelloWorld() { 阅读全文
posted @ 2022-08-24 16:12 DotNeter-Hpf 阅读(57) 评论(0) 推荐(0) 编辑
摘要: 前言 代码片段是小块可重用代码,可通过右键单击菜单(关联菜单)命令或热键组合插入到代码文件中。 代码片段通常包含常用的代码块(如 try-finally 或 if-else 块),可用于插入整个类或方法。 1.查看代码片段 工具 → 代码片段管理器 2.插入代码片段方式 输入快捷方式(例如try), 阅读全文
posted @ 2022-08-24 16:11 DotNeter-Hpf 阅读(216) 评论(0) 推荐(0) 编辑
摘要: cr -- Console.ReadLine() Console.ReadLine(); <?xml version="1.0" encoding="utf-8"?> <CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/200 阅读全文
posted @ 2022-08-24 16:10 DotNeter-Hpf 阅读(21) 评论(0) 推荐(0) 编辑
摘要: Quartz实现任务调度 阅读全文
posted @ 2022-08-24 15:38 DotNeter-Hpf 阅读(1488) 评论(3) 推荐(0) 编辑
摘要: 导入、导出Excel操作步骤 阅读全文
posted @ 2022-08-24 15:35 DotNeter-Hpf 阅读(843) 评论(0) 推荐(0) 编辑
摘要: 1.创建表,添加模拟数据 表名:T1 列名:c1 2.还原的语句 -- a) 备份当前数据库的事务日志:BACKUP LOG [数据库名] TO disk= N'备份的路径+文件名' WITH NORECOVERY -- b) 恢复一个误删除之前的完全备份:RESTORE DATABASE [数据库 阅读全文
posted @ 2022-08-24 15:34 DotNeter-Hpf 阅读(505) 评论(0) 推荐(0) 编辑
摘要: 定期备份操作步骤 阅读全文
posted @ 2022-08-24 15:32 DotNeter-Hpf 阅读(269) 评论(0) 推荐(0) 编辑
摘要: ASP.NET Core Docker容器部署和启动 阅读全文
posted @ 2022-08-24 14:45 DotNeter-Hpf 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 虚拟机安装Linux并配置网络,本人亲测 阅读全文
posted @ 2022-08-24 14:43 DotNeter-Hpf 阅读(111) 评论(0) 推荐(0) 编辑