上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 107 下一页
摘要: /// <summary> /// 生成器模式 Builder Pattern /// </summary> public enum MeatType { Beef, Pork, Chicken, Turkey, Salami, } /// <summary> /// 生成器模式 Builder P 阅读全文
posted @ 2022-11-07 22:19 ®Geovin Du Dream Park™ 阅读(18) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Geovinu.Du.DuAbstractFac 阅读全文
posted @ 2022-11-06 07:05 ®Geovin Du Dream Park™ 阅读(26) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// The Product declares the interface, which is common to all objects /// that can be produced by the creator <see cref="Restaurants.Co 阅读全文
posted @ 2022-11-05 06:26 ®Geovin Du Dream Park™ 阅读(13) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 空对象模式 null object Pattern /// /// </summary> public abstract class Application { /// <summary> /// /// </summary> private static rea 阅读全文
posted @ 2022-11-04 22:41 ®Geovin Du Dream Park™ 阅读(17) 评论(0) 推荐(0) 编辑
摘要: <!doctype html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <meta name= 阅读全文
posted @ 2022-11-04 00:38 ®Geovin Du Dream Park™ 阅读(26) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <metaCharset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-sc 阅读全文
posted @ 2022-11-03 16:27 ®Geovin Du Dream Park™ 阅读(17) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApp1; /// <summar 阅读全文
posted @ 2022-11-02 21:07 ®Geovin Du Dream Park™ 阅读(22) 评论(0) 推荐(0) 编辑
摘要: /** * 版权所有 2022 涂聚文有限公司 * 许可信息查看: * 描述: * * 历史版本: JDK 17.01 * 2022-09-12 创建者 geovindu * 2022-09-12 添加 Lambda * 2022-09-12 修改:date * 接口类 * 2022-09-12 修 阅读全文
posted @ 2022-11-01 21:50 ®Geovin Du Dream Park™ 阅读(25) 评论(0) 推荐(0) 编辑
摘要: /** * 版权所有 2022 涂聚文有限公司 * 许可信息查看: * 描述: * * 历史版本: JDK 17.01 * 2022-09-12 创建者 geovindu * 2022-09-12 添加 Lambda * 2022-09-12 修改:date * 接口类 * 2022-09-12 修 阅读全文
posted @ 2022-10-31 23:23 ®Geovin Du Dream Park™ 阅读(58) 评论(0) 推荐(0) 编辑
摘要: <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebMethodAjaxdemo.aspx.cs" Inherits="DuFullCalendar.WebMethodAjaxdemo" %> <!doctype html> <h 阅读全文
posted @ 2022-10-31 22:21 ®Geovin Du Dream Park™ 阅读(30) 评论(0) 推荐(0) 编辑
上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 107 下一页