上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 118 下一页
摘要: /** * TypeScript 实体类 Model * Builder Pattern * 生成器是一种创建型设计模式, 使你能够分步骤创建复杂对象。 * https://stackoverflow.com/questions/12827266/get-and-set-in-typescript 阅读全文
posted @ 2023-10-05 20:14 ®Geovin Du Dream Park™ 阅读(12) 评论(0) 推荐(0)
摘要: /** * TypeScript 实体类 Model * https://stackoverflow.com/questions/12827266/get-and-set-in-typescript * https://github.com/Microsoft/TypeScript/wiki/Cod 阅读全文
posted @ 2023-10-05 07:41 ®Geovin Du Dream Park™ 阅读(27) 评论(0) 推荐(0)
摘要: /** * file: factory.ts * 抽象工厂 * The Abstract Factory interface declares a set of methods that return * different abstract products. These products are 阅读全文
posted @ 2023-10-04 16:55 ®Geovin Du Dream Park™ 阅读(15) 评论(0) 推荐(0)
摘要: /** * @file geovindu.c * @author geovindu (Geovin Du) * @brief * @version 0.1 * @date 2023-10-03 * * @copyright Copyright (c) 2023 * */ #include "incl 阅读全文
posted @ 2023-10-03 09:57 ®Geovin Du Dream Park™ 阅读(23) 评论(0) 推荐(0)
摘要: /// <summary> /// 打开DAT 文件 /// </summary> void operatefile() { char data[100]; const char* fname = "afile.dat"; // 打开文件. ofstream outfile; outfile.ope 阅读全文
posted @ 2023-10-02 11:20 ®Geovin Du Dream Park™ 阅读(59) 评论(0) 推荐(0)
摘要: JavaScript设计模式 Frontent Architecture for Design Systemsby Micah Godbolt Learning Javascirpt Design Patternsby Addy Osmanihttps://www.oreilly.com/libra 阅读全文
posted @ 2023-10-02 11:16 ®Geovin Du Dream Park™ 阅读(20) 评论(0) 推荐(0)
摘要: // Sorting Algorithms int JavaScript /** * file Sort.js * 1. Bubble Sort冒泡排序法 */ function BubbleSort(arry, nszie) { var i, j, temp; var swapped; for ( 阅读全文
posted @ 2023-10-01 21:31 ®Geovin Du Dream Park™ 阅读(13) 评论(0) 推荐(0)
摘要: /** * encoding: utf-8 * 版权所有 2023 涂聚文有限公司 * 许可信息查看:https://github.com/Baidu-AIP/java-sdk/blob/master/src/main/java/com/baidu/aip/http/AipRequest.java 阅读全文
posted @ 2023-09-30 17:33 ®Geovin Du Dream Park™ 阅读(202) 评论(0) 推荐(0)
摘要: using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Configuration; using System.Linq; using System.Web; using System.N 阅读全文
posted @ 2023-09-30 16:11 ®Geovin Du Dream Park™ 阅读(91) 评论(0) 推荐(0)
摘要: # encoding: utf-8 # 版权所有 2023 涂聚文有限公司 # 许可信息查看: # 描述: # Author : geovindu,Geovin Du 涂聚文. # IDE : PyCharm 2023.1 python 311 # Datetime : 2023/9/30 6:56 阅读全文
posted @ 2023-09-30 08:37 ®Geovin Du Dream Park™ 阅读(187) 评论(0) 推荐(0)
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 118 下一页