08 2020 档案
摘要:asp.net mvc 添加定时器只需在Global.asax文件写一个定时方法 在Application_Start()中写下 protected void Application_Start() { AreaRegistration.RegisterAllAreas(); RouteConfig
阅读全文
摘要:1.要用到一个类bai:QRCodeEncoder 这个类要添加一个du动态库:ThoughtWorks.QRCode.dll(可以上zhi网搜索) 然后引入命dao名空间:using ThoughtWorks.QRCode.Codec; 也可以直接通过 NuGet包 添加 搜索ThoughtWor
阅读全文
摘要:#region Member private static string[] moneyUnit = { "分", "角", "元", "拾", "佰", "仟", "萬", "拾", "佰", "仟", "亿", "拾", "佰", "仟", "萬" }; #endregion #region M
阅读全文
摘要:1.C#获取字符串后几位数 string a="hello123";//字符串int num = 3;//后3位数a = a.Substring(a.Length - num, num);得到 a="123"。 2.上面方法意思就是,从第几位开始,获取后的几位数。 string a="hello12
阅读全文

浙公网安备 33010602011771号