上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 51 下一页
摘要: /// <summary> /// 转换为人民币大写金额形式 /// </summary> /// <param name="Money">金额</param> /// <returns>返回大写形式</returns> public static string NumberToChineseMon 阅读全文
posted @ 2021-12-02 11:39 LuoCore 阅读(285) 评论(0) 推荐(0) 编辑
摘要: :: :: 获取管理员权限set _Args=%*if "%~1" NEQ "" ( set _Args=%_Args:"=%)fltmc 1>nul 2>nul || ( cd /d "%~dp0" cmd /u /c echo Set UAC = CreateObject^("Shell.App 阅读全文
posted @ 2021-12-01 09:33 LuoCore 阅读(1079) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/chenghaibing2008/article/details/45332993 SELECT object_name(a.parent_obj) as [表名] ,a.name as [触发器名称] ,(case when b.is_disabled= 阅读全文
posted @ 2021-11-30 11:54 LuoCore 阅读(531) 评论(0) 推荐(0) 编辑
摘要: 键盘快捷方式 - Visual Studio (Windows) | Microsoft Docs Visual Studio 中的键盘快捷方式 可打印快捷方式备忘单 单击可获取适用于 Visual Studio 的可打印键盘快捷方式备忘单。 Visual Studio 的常用键盘快捷方式 生成:常 阅读全文
posted @ 2021-11-24 10:11 LuoCore 阅读(2785) 评论(0) 推荐(1) 编辑
摘要: https://blog.wixy.cn/archives/10.html <PropertyGroup> <TargetFramework>net6.0</TargetFramework> <Nullable>enable</Nullable> <ImplicitUsings>enable</Im 阅读全文
posted @ 2021-11-23 15:05 LuoCore 阅读(549) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_30755709/article/details/98165428 ,从命令行进入VS 2017安装目录下面的Common7\IDE文件夹。 例如,Windows 10系统中 VS 2017 企业版的默认安装目录如下: C:\Program 阅读全文
posted @ 2021-11-19 17:22 LuoCore 阅读(198) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 清空App.config节点下的内容 /// </summary> /// <param name="strNode"></param> public static void AppConfigRemoveChild(string strNode) { XmlDo 阅读全文
posted @ 2021-11-19 10:00 LuoCore 阅读(273) 评论(0) 推荐(0) 编辑
摘要: string ddd = "萨芬啊手动阀 asdfas--_asd fasf \r\n,ss,s。s.s‘dd’d·d`d%%##"; var dss = Regex.Replace(ddd, @"[^a-zA-Z0-9\u4e00-\u9fa5-_,,。.‘’·`!!@#$%^&*()]+","" 阅读全文
posted @ 2021-11-16 18:23 LuoCore 阅读(244) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 列表项下拉窗口宽度自适应 /// </summary> /// <param name="comboBox"></param> private void ComboBoxAutoDropDownListWidth(ComboBox comboBox) { int 阅读全文
posted @ 2021-11-08 17:56 LuoCore 阅读(299) 评论(0) 推荐(1) 编辑
摘要: /// <summary> /// 保留中文字符串 /// </summary> /// <returns></returns> public static string RetainChineseString(this string str) { StringBuilder chineseStri 阅读全文
posted @ 2021-11-05 18:31 LuoCore 阅读(650) 评论(0) 推荐(0) 编辑
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 51 下一页