随笔分类 -  CSharp code

上一页 1 2 3 4 5 6 7 8 9 10 ··· 17 下一页
C#代码学习
摘要:/// <summary> /// Summary description for DBTable. /// 外观模式 Facade Patterns /// 20220918 /// geovindu,Geovin Du,涂聚文 /// </summary> public class DBTabl 阅读全文
posted @ 2022-09-24 09:08 ®Geovin Du Dream Park™ 阅读(27) 评论(0) 推荐(0)
摘要:/// <summary> /// Summary description for Decorator. /// 装饰 Decorator Patterns /// 20220918 /// geovindu,Geovin Du,涂聚文 /// </summary> public interface 阅读全文
posted @ 2022-09-23 23:56 ®Geovin Du Dream Park™ 阅读(19) 评论(0) 推荐(0)
摘要:/// <summary> /// Summary description for AbstractEmployee. /// 20220918 /// geovindu,Geovin Du,涂聚文 ///Composite Patterns 组合模式 /// /// </summary> publ 阅读全文
posted @ 2022-09-22 22:17 ®Geovin Du Dream Park™ 阅读(31) 评论(0) 推荐(0)
摘要:/// <summary> /// Summary description for VisList. /// 20220918 /// geovindu,Geovin Du,涂聚文 /// Bridge Patterns桥接 /// </summary> public interface VisLi 阅读全文
posted @ 2022-09-21 22:27 ®Geovin Du Dream Park™ 阅读(35) 评论(0) 推荐(0)
摘要:/// <summary> /// A simple file handlng class /// geovindu,Geovin Du,涂聚文 /// 适配器模式(Adapter Patterns) /// </summary> public class csFile { private stri 阅读全文
posted @ 2022-09-20 00:11 ®Geovin Du Dream Park™ 阅读(36) 评论(0) 推荐(0)
摘要:/// <summary> /// Summary description for Spooler. /// geovindu,Geovin Du,涂聚文 /// 单例 模式(Singleton Patterns) /// </summary> public class Spooler { /// 阅读全文
posted @ 2022-09-18 16:41 ®Geovin Du Dream Park™ 阅读(20) 评论(0) 推荐(0)
摘要:/// <summary> /// Summary description for Swimmer /// geovindu,Geovin Du,涂聚文 /// 原型模式(Prototype Patterns) /// </summary> public class Swimmer : ICompa 阅读全文
posted @ 2022-09-18 14:23 ®Geovin Du Dream Park™ 阅读(34) 评论(0) 推荐(0)
摘要:/// <summary> /// Summary description for Equities. /// geovindu,Geovin Du,涂聚文 /// 生成器(建造)模式(Builder Patterns) /// </summary> public abstract class Eq 阅读全文
posted @ 2022-09-18 11:10 ®Geovin Du Dream Park™ 阅读(26) 评论(0) 推荐(0)
摘要:/// <summary> /// Summary description for Garden. /// Abstract Factory Patterns /// geovindu,Geovin Du,涂聚文 /// </summary> public class Garden { protec 阅读全文
posted @ 2022-09-17 23:19 ®Geovin Du Dream Park™ 阅读(25) 评论(0) 推荐(0)
摘要:/// <summary> /// Summary description for Seeding. /// 工厂方法模式(Factory Method Patterns) /// </summary> public abstract class Seeding { protected int nu 阅读全文
posted @ 2022-09-17 23:10 ®Geovin Du Dream Park™ 阅读(24) 评论(0) 推荐(0)
摘要:/// <summary> /// Summary description for Namer. /// Base class for getting split names /// Simple Factory Patterns /// geovindu,Geovin Du,涂聚文 edit // 阅读全文
posted @ 2022-09-17 22:52 ®Geovin Du Dream Park™ 阅读(18) 评论(0) 推荐(0)
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using Syste 阅读全文
posted @ 2022-09-08 17:37 ®Geovin Du Dream Park™ 阅读(86) 评论(0) 推荐(0)
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using Syste 阅读全文
posted @ 2022-08-23 12:44 ®Geovin Du Dream Park™ 阅读(25) 评论(0) 推荐(0)
摘要:https://github.com/Apress/pro-asp.net-core-6https://github.com/Apress/pro-asp.net-core-3 <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Web 阅读全文
posted @ 2022-06-16 15:58 ®Geovin Du Dream Park™ 阅读(29) 评论(0) 推荐(0)
摘要:config.json /* 前后端通信相关的配置,注释只允许使用多行方式 Geovin Du,geovindu,涂聚文,塗聚文 ueditor/dialogs/image/image.html 预览图片不显示 预览图片出错地址 */ { /* 上传图片配置项 */ "imageActionName 阅读全文
posted @ 2022-06-12 19:29 ®Geovin Du Dream Park™ 阅读(266) 评论(0) 推荐(1)
摘要:Microsoft.EntityFrameworkCore.SqlServer SqlServer 2012及以上 https://github.com/dotnet/efcoreMicrosoft.EntityFrameworkCore.Sqlite Sqlite 3.7及以上 https://g 阅读全文
posted @ 2022-04-20 12:14 ®Geovin Du Dream Park™ 阅读(150) 评论(0) 推荐(0)
摘要:https://github.com/Cryptolens/SKGL 获取系统硬件环境 https://github.com/asxinyu/SKGLhttp://www.codeproject.com/Articles/17973/How-To-Get-Hardware-Information-C 阅读全文
posted @ 2022-03-10 13:12 ®Geovin Du Dream Park™ 阅读(385) 评论(0) 推荐(0)
摘要:NativeMethods.cs x64 using System; using System.Runtime.InteropServices; namespace Cyotek.GhostScript { /// <summary> /// 64位 /// https://github.com/k 阅读全文
posted @ 2022-03-02 15:27 ®Geovin Du Dream Park™ 阅读(104) 评论(0) 推荐(0)
摘要:using System; using System.Collections.Generic; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using iTextSharp.text; using i 阅读全文
posted @ 2022-01-27 18:17 ®Geovin Du Dream Park™ 阅读(86) 评论(0) 推荐(0)
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using Syste 阅读全文
posted @ 2022-01-26 22:39 ®Geovin Du Dream Park™ 阅读(137) 评论(0) 推荐(0)

上一页 1 2 3 4 5 6 7 8 9 10 ··· 17 下一页