05 2022 档案

摘要:字段 A 44 A 键。 AbntC1 147 ABNT_C1(巴西)键。 AbntC2 148 ABNT_C2(巴西)键。 Add 85 加号键。 Apps 72 应用程序键 (Microsoft Natural Keyboard)。 也称为菜单键,因为它显示特定于应用程序的上下文菜单。 Attn 阅读全文
posted @ 2022-05-25 19:13 Forbid404 阅读(5714) 评论(0) 推荐(1)
摘要:public class PrintDialogHelper { private const string PrintServerName = "DESKTOP-49LV5U6"; private const string PrintName = "80mm Series Printer"; pub 阅读全文
posted @ 2022-05-25 10:25 Forbid404 阅读(143) 评论(0) 推荐(0)
摘要:/// <summary> /// 金额转换成中文大写金额 /// </summary> /// <param name="LowerMoney">eg:10.74</param> /// <returns></returns> public string MoneyToUpper(string L 阅读全文
posted @ 2022-05-21 17:06 Forbid404 阅读(41) 评论(0) 推荐(0)
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows.Media.Imaging;using System.Drawing;using System 阅读全文
posted @ 2022-05-21 16:36 Forbid404 阅读(305) 评论(0) 推荐(0)
摘要:问题如上图; 原因及解析:在浏览器打开本地的html文件, 上面proxy中的url获取的就是一个本地文件, 协议是file://,如果是在服务器启动的话,则使用的是http或者https协议。出于安全性考虑, Chrome默认禁止了这种用法,file协议和http/https协议不同,会被Chro 阅读全文
posted @ 2022-05-21 09:56 Forbid404 阅读(709) 评论(0) 推荐(0)
摘要:public enum LogLevelEnum { [Description("未分配")] None = 0, [Description("非常重要")] Critical = 1, [Description("重要")] Important = 2, [Description("一般")] N 阅读全文
posted @ 2022-05-07 10:18 Forbid404 阅读(297) 评论(0) 推荐(0)