欢迎莅临 SUN WU GANG 的园子!!!

世上无难事,只畏有心人。有心之人,即立志之坚午也,志坚则不畏事之不成。

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 47 下一页

2021年9月15日

摘要: 第一步,创建Winfrom窗体界面 第二步,Nuget安装CefSharp--67版本为例 第三步,实现,如下所示: <?xml version="1.0" encoding="utf-8" ?> <configuration> <startup> <supportedRuntime version 阅读全文
posted @ 2021-09-15 11:50 sunwugang 阅读(240) 评论(0) 推荐(0) 编辑

2021年9月6日

摘要: /// <summary> /// 实体转字典项 /// </summary> /// <typeparam name="T"></typeparam> /// <returns></returns> public Dictionary<string, string> EntityToDiction 阅读全文
posted @ 2021-09-06 15:29 sunwugang 阅读(119) 评论(0) 推荐(0) 编辑

2021年9月3日

摘要: #region form-data格式 //start 将实体Contract转换成所需的小驼峰格式(例如:helloWord) Contract contract=new Contract(); contract.ContractName="合同1"; contract.ContractType= 阅读全文
posted @ 2021-09-03 15:49 sunwugang 阅读(162) 评论(0) 推荐(0) 编辑

2021年8月30日

摘要: using System; using System.Configuration; namespace ConfigurationTool { /// <summary> /// 用于XML操作 /// </summary> public class ConfigurationHelper { // 阅读全文
posted @ 2021-08-30 18:29 sunwugang 阅读(306) 评论(0) 推荐(0) 编辑

2021年8月13日

摘要: 字符串加密、解密算法包括: MD5、Des、Base64三种方式,详情如下所示: using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Security.Cry 阅读全文
posted @ 2021-08-13 11:34 sunwugang 阅读(99) 评论(0) 推荐(0) 编辑

2021年7月30日

摘要: region 加密数据 /// <summary> /// 加密数据 /// 如秘钥为空 则返回原文 /// </summary> /// <param name="content">加密前文本</param> /// <param name="desKey">密匙</param> /// <ret 阅读全文
posted @ 2021-07-30 15:54 sunwugang 阅读(53) 评论(0) 推荐(0) 编辑

2021年5月26日

摘要: using System; using System.Collections.Generic; using System.Data; using System.Linq; using System.Reflection; using System.Text; using System.Windows 阅读全文
posted @ 2021-05-26 16:42 sunwugang 阅读(116) 评论(0) 推荐(0) 编辑

2021年5月20日

摘要: using System; using System.Collections.Generic; using System.Linq; using System.Runtime.InteropServices; using System.Text; namespace ZB.QueueSys.Comm 阅读全文
posted @ 2021-05-20 10:36 sunwugang 阅读(166) 评论(0) 推荐(0) 编辑

2021年5月18日

摘要: --查询指定表的指定约束 select * from sysobjects where parent_obj in(select id from sysobjects where name='HIS_QUEUE') and name='InsertDatedefault' --删除约束 IF EXI 阅读全文
posted @ 2021-05-18 10:18 sunwugang 阅读(490) 评论(0) 推荐(0) 编辑

2021年5月13日

摘要: 第一步:创建用于排序帮助类 using System; using System.Collections.Generic; using System.ComponentModel; using System.Reflection; namespace ZB.QueueSys.Common { pub 阅读全文
posted @ 2021-05-13 16:26 sunwugang 阅读(188) 评论(0) 推荐(0) 编辑

上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 47 下一页