随笔分类 -  visual studio

visual studio
摘要:VSCode 快捷键(整理) VSCode 快捷键整理 1,搜索 Ctrl + F:查找 Ctrl + H:替换 2,行操作 剪切一行:Ctrl+X 复制一行:Ctrl+C 删除一行:Ctrl+Shilft+K Alt+ ↑ / ↓:向上/向下移动行 Move line up/down Shift+ 阅读全文
posted @ 2022-03-20 15:50 2eggs 阅读(147) 评论(1) 推荐(0)
摘要:三层架构和MVC的区别 一、三层架构 三层架构(3-tier architecture) 通常意义上的三层架构就是将整个业务应用划分为:界面层(User Interface layer)、业务逻辑层(Business Logic Layer)、数据访问层(Data access layer)。区分层 阅读全文
posted @ 2020-12-03 16:00 2eggs 阅读(438) 评论(0) 推荐(0)
摘要:1、解决方案分两部分 Server 提供WebApi 及简单网页,Model数据格式、DB访问接口、Sql访问 Client 提供硬件连接方案、及业务逻辑功能、数据展示、提示信息 2、Server结构如 3、Client结构如 4、Client警示信息 警示Code 前两个字符 U(SD) UI S 阅读全文
posted @ 2020-09-18 11:11 2eggs 阅读(84) 评论(0) 推荐(0)
摘要:public static string WriteLogFileName(string strLog, string strFileName = "MyLog") { string strPath = System.Windows.Forms.Application.StartupPath + @ 阅读全文
posted @ 2020-06-17 08:15 2eggs 阅读(394) 评论(0) 推荐(0)
摘要:c#,asp.net 4.0-4.4 是 在发送HTTP请求前加入下行代码 ServicePointManager.SecurityProtocol = (SecurityProtocolType)192 | (SecurityProtocolType)768 | (SecurityProtocol 阅读全文
posted @ 2020-06-16 08:22 2eggs 阅读(1534) 评论(3) 推荐(0)
摘要:web窗体应用程序,vs自动生成文件全部删除 C:\Users\Administrator\Desktop\fineuiDemo\EmptyProjectNet45_FineUI_v6.0.3\EmptyProjectNet45_FineUI 1、2 dll fineui dll 2、extjs拷贝 阅读全文
posted @ 2020-06-12 14:26 2eggs 阅读(190) 评论(1) 推荐(0)
摘要:ctrl shift K U 注释 Ctrl+K,Ctrl+F 快捷键。就格式化好了 1、文件监控 C# FileSystemWatcher 在监控文件夹和文件时的用法 2、气泡栏目 C# WinForm中NotifyICon控件的用法 3、注册自启动可执行文件 RegistryHelper.Set 阅读全文
posted @ 2020-06-12 09:57 2eggs 阅读(263) 评论(0) 推荐(0)
摘要:private void InitializeEvents() { AppEvents.Instance.UpdateConnectionStatusEvent += UpdateStatus; AppEvents.Instance.UpdateScreenEvent += LogToScreen; 阅读全文
posted @ 2020-06-05 14:46 2eggs 阅读(224) 评论(0) 推荐(0)
摘要:VS 多线程调试 Visual Studio 多线程多工程多项目 多个exe调试 (看图就差不多会了,微软的东西真的是挺方便) 阅读全文
posted @ 2020-06-05 12:50 2eggs 阅读(301) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-05-22 12:20 2eggs 阅读(1285) 评论(2) 推荐(0)
摘要:重装系统,打开VS进行程序调试运行的时候 Unable to find manifest signing certificate in the certificate store 阅读全文
posted @ 2018-04-09 08:33 2eggs 阅读(233) 评论(0) 推荐(0)