10 2023 档案

摘要:#include <stdio.h> #include <stdlib.h> #include <assert.h> /** * @brief * * @param arr * @param length * @param key */ void removenum(int arr[],int le 阅读全文
posted @ 2023-10-29 14:36 ®Geovin Du Dream Park™ 阅读(16) 评论(0) 推荐(0) 编辑
摘要:/** * @file chainOfResponsibility.h * @author your name (geovindu) * @brief chain Of Responsibility 职责链模式 * @version 0.1 * @date 2023-10-28 * IDE: VSC 阅读全文
posted @ 2023-10-28 05:55 ®Geovin Du Dream Park™ 阅读(6) 评论(0) 推荐(0) 编辑
摘要:# encoding: utf-8 # 版权所有 2023 ©涂聚文有限公司 # 许可信息查看: word covert pdf # 描述:pip install pywin32 # # pip install PyPDF2 # Author : geovindu,Geovin Du 涂聚文. # 阅读全文
posted @ 2023-10-26 15:39 ®Geovin Du Dream Park™ 阅读(29) 评论(0) 推荐(0) 编辑
摘要:browser = webdriver.Firefox()edge=webdriver.Edge()safari=webdriver.Safari()chrome=webdriver.Chrome() https://pypi.org/project/selenium/ 案例1: # encodin 阅读全文
posted @ 2023-10-26 10:50 ®Geovin Du Dream Park™ 阅读(21) 评论(0) 推荐(0) 编辑
摘要:/*****************************************************************//** * \file helloworld.C * \brief 业务操作方法 * VSCODE c11 安装插件“Doxygen Documentation Ge 阅读全文
posted @ 2023-10-24 22:14 ®Geovin Du Dream Park™ 阅读(6) 评论(0) 推荐(0) 编辑
摘要:/** * @file helloworld.c * @author your name (geovindu@163.com) * @brief thread * @version 0.1 * @date 2023-10-24 * ide: vscode c11,c17 Ubuntu 22.04 * 阅读全文
posted @ 2023-10-24 15:58 ®Geovin Du Dream Park™ 阅读(33) 评论(0) 推荐(0) 编辑
摘要:下载插件安装 Doxygen Commentshttps://marketplace.visualstudio.com/items?itemName=FinnGegenmantel.doxygenComments 在工具--选项 进行设置 阅读全文
posted @ 2023-10-24 15:28 ®Geovin Du Dream Park™ 阅读(119) 评论(0) 推荐(1) 编辑
摘要:/** * file Sort.js * ide:vscode JavaScript Sorting Algorithms * 插件:IntelliSense,JSDoc,CodeLens,Debugger for Chrome, 静态代码检查:ESLint,JSHint,Flow Langugae 阅读全文
posted @ 2023-10-23 19:43 ®Geovin Du Dream Park™ 阅读(10) 评论(0) 推荐(0) 编辑
摘要:/** * @file helloworld.c * @author your name (geovindu) * @brief * ide: vscode c11,c17 * @version 0.1 * @date 2023-10-21 * * @copyright Copyright (c) 阅读全文
posted @ 2023-10-22 20:14 ®Geovin Du Dream Park™ 阅读(8) 评论(0) 推荐(0) 编辑
摘要:/** * @file validator.h * @author your name (you@domain.com) * @brief 访问者模式 Visitor Pattern 来源: C现代编程 集成开发环境、设计模式、极限编程、测试驱动开发、重构、持续集成 日.花井志生著,杨文轩译,人民邮 阅读全文
posted @ 2023-10-21 14:56 ®Geovin Du Dream Park™ 阅读(6) 评论(0) 推荐(0) 编辑
摘要:<!doctype html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-sca 阅读全文
posted @ 2023-10-20 17:27 ®Geovin Du Dream Park™ 阅读(8) 评论(0) 推荐(0) 编辑
摘要:windows: /** * ***************************************************************************** * @file TakeNumber.h * @brief 排队等号 window * @author (geov 阅读全文
posted @ 2023-10-19 14:47 ®Geovin Du Dream Park™ 阅读(22) 评论(0) 推荐(0) 编辑
摘要:/** * file: nested.rs * IDE: vscode * */ ///公有函数 pub fn function() { println!("called `my::nested::function()`"); } ///私有函数 #[allow(dead_code)] fn pri 阅读全文
posted @ 2023-10-19 08:53 ®Geovin Du Dream Park™ 阅读(6) 评论(0) 推荐(0) 编辑
摘要:/** * ***************************************************************************** * @file duSortType.h * @brief * @author () * @date 2023-10-18 * @c 阅读全文
posted @ 2023-10-16 00:22 ®Geovin Du Dream Park™ 阅读(13) 评论(0) 推荐(0) 编辑
摘要:///file: nestd.rs ///ide: RustRover 233.8264.22 /// /// /// /** *自定义函数 */ pub fn function() { println!("called `my::nested::function()`"); } #[allow(d 阅读全文
posted @ 2023-10-14 21:47 ®Geovin Du Dream Park™ 阅读(8) 评论(0) 推荐(0) 编辑
摘要:https://www.ruby-lang.org/zh_cn/https://rubyinstaller.cn/gem install sass gem update sass sass -v sass -h 阅读全文
posted @ 2023-10-14 20:39 ®Geovin Du Dream Park™ 阅读(9) 评论(0) 推荐(0) 编辑
摘要:/** * * Visitor Pattern 访问者是一种行为设计模式, 允许你在不修改已有代码的情况下向已有类层次结构中增加新的行为。 * file: Visitorts.ts * The Component interface declares an `accept` method that 阅读全文
posted @ 2023-10-13 18:12 ®Geovin Du Dream Park™ 阅读(7) 评论(0) 推荐(0) 编辑
摘要:/** * Strategy Pattern 策略是一种行为设计模式, 它将一组行为转换为对象, 并使其在原始上下文对象内部能够相互替换。 * * file: Strategyts.ts * The Context defines the interface of interest to clien 阅读全文
posted @ 2023-10-13 18:11 ®Geovin Du Dream Park™ 阅读(9) 评论(0) 推荐(0) 编辑
摘要:/** * Observer Pattern 观察者是一种行为设计模式, 允许一个对象将其状态的改变通知其他对象 * file: Observerts.ts * The Subject interface declares a set of methods for managing subscrib 阅读全文
posted @ 2023-10-12 18:16 ®Geovin Du Dream Park™ 阅读(7) 评论(0) 推荐(0) 编辑
摘要:/** * * Mediator pattern 中介者是一种行为设计模式, 让程序组件通过特殊的中介者对象进行间接沟通, 达到减少组件之间依赖关系的目的。 * file: Mediatorts.ts * The Mediator interface declares a method used b 阅读全文
posted @ 2023-10-12 13:18 ®Geovin Du Dream Park™ 阅读(7) 评论(0) 推荐(0) 编辑
摘要:/** * * Command Pattern 命令是一种行为设计模式, 它可将请求或简单操作转换为一个对象。 * file: Commandts.ts * The Command interface declares a method for executing a command. * */ i 阅读全文
posted @ 2023-10-12 13:17 ®Geovin Du Dream Park™ 阅读(5) 评论(0) 推荐(0) 编辑
摘要:/** * Template Method pattern 模版方法是一种行为设计模式, 它在基类中定义了一个算法的框架, 允许子类在不修改结构的情况下重写算法的特定步骤。 * file: Templatets.ts * The Abstract Class defines a template m 阅读全文
posted @ 2023-10-11 18:18 ®Geovin Du Dream Park™ 阅读(14) 评论(0) 推荐(0) 编辑
摘要:/** * State Pattern 状态是一种行为设计模式, 让你能在一个对象的内部状态变化时改变其行为。 * The Context defines the interface of interest to clients. It also maintains a * reference to 阅读全文
posted @ 2023-10-11 18:11 ®Geovin Du Dream Park™ 阅读(4) 评论(0) 推荐(0) 编辑
摘要:/** * Memento Pattern 备忘录是一种行为设计模式, 允许生成对象状态的快照并在以后将其还原。 * The Originator holds some important state that may change over time. It also * defines a me 阅读全文
posted @ 2023-10-11 18:02 ®Geovin Du Dream Park™ 阅读(8) 评论(0) 推荐(0) 编辑
摘要:/** * Iterator Pattern 迭代器是一种行为设计模式, 让你能在不暴露复杂数据结构内部细节的情况下遍历其中所有的元素 * file: Iteratorts.ts npm install -g babel-cli * Intent: Lets you traverse element 阅读全文
posted @ 2023-10-11 18:01 ®Geovin Du Dream Park™ 阅读(6) 评论(0) 推荐(0) 编辑
摘要:/** * Chain of Responsibility Pattern 责任链是一种行为设计模式, 允许你将请求沿着处理者链进行发送, 直至其中一个处理者对其进行处理。 * file: Chaints.ts * The Handler interface declares a method fo 阅读全文
posted @ 2023-10-11 08:52 ®Geovin Du Dream Park™ 阅读(13) 评论(0) 推荐(0) 编辑
摘要:/** * Proxy Pattern 代理是一种结构型设计模式, 让你能提供真实服务对象的替代品给客户端使用。 代理接收客户端的请求并进行一些处理 (访问控制和缓存等), 然后再将请求传递给服务对象。 * The Subject interface declares common operatio 阅读全文
posted @ 2023-10-10 16:45 ®Geovin Du Dream Park™ 阅读(17) 评论(0) 推荐(0) 编辑
摘要:/** * Flyweight Pattern 享元是一种结构型设计模式, 它允许你在消耗少量内存的情况下支持大量对象。 * https://refactoringguru.cn/design-patterns/flyweight/typescript/example#lang-features * 阅读全文
posted @ 2023-10-10 13:20 ®Geovin Du Dream Park™ 阅读(10) 评论(0) 推荐(0) 编辑
摘要:printf("hello world, c \n"); printf("你好,中国\n"); int duArry[] = {0,1,2,3,4,5} ; int* pArr; pArr = duArry; pArr = &duArry[0] ; int l=sizeof(duArry)/size 阅读全文
posted @ 2023-10-09 22:13 ®Geovin Du Dream Park™ 阅读(8) 评论(0) 推荐(0) 编辑
摘要:/** * Facade pattern 外观是一种结构型设计模式, 能为复杂系统、 程序库或框架提供一个简单 (但有限) 的接口。 * The Facade class provides a simple interface to the complex logic of one or * sev 阅读全文
posted @ 2023-10-08 11:56 ®Geovin Du Dream Park™ 阅读(7) 评论(0) 推荐(0) 编辑
摘要:/** * Decorator Pattern 装饰是一种结构设计模式, 允许你通过将对象放入特殊封装对象中来为原对象增加新的行为。 * The base Component interface defines operations that can be altered by * decorato 阅读全文
posted @ 2023-10-08 06:43 ®Geovin Du Dream Park™ 阅读(8) 评论(0) 推荐(0) 编辑
摘要:/** * Composite Pattern 组合是一种结构型设计模式, 你可以使用它将对象组合成树状结构, 并且能像使用独立对象一样使用它们。 * https://refactoringguru.cn/design-patterns/composite/typescript/example#la 阅读全文
posted @ 2023-10-08 06:20 ®Geovin Du Dream Park™ 阅读(10) 评论(0) 推荐(0) 编辑
摘要:/** * Bridge Pattern 桥接是一种结构型设计模式, 可将业务逻辑或一个大类拆分为不同的层次结构, 从而能独立地进行开发。 * https://dev.to/takaakit/uml-diagram-for-gof-design-pattern-examples-in-typescr 阅读全文
posted @ 2023-10-07 10:55 ®Geovin Du Dream Park™ 阅读(8) 评论(0) 推荐(0) 编辑
摘要:/** * Adapter pattern 适配器是一种结构型设计模式, 它能使不兼容的对象能够相互合作。 * file: Adapterts.ts * * */ /** * The Target defines the domain-specific interface used by the c 阅读全文
posted @ 2023-10-06 20:03 ®Geovin Du Dream Park™ 阅读(14) 评论(0) 推荐(0) 编辑
摘要:npm init -ynpm install -g typescripttsc --version npm install -g ts-nodenpm install eslint --save-dev npm install typescript typescript-eslint-parser 阅读全文
posted @ 2023-10-06 14:58 ®Geovin Du Dream Park™ 阅读(14) 评论(0) 推荐(0) 编辑
摘要:/** *file: prototypets.ts * Prototype Pattern 原型是一种创建型设计模式, 使你能够复制对象, 甚至是复杂对象, 而又无需使代码依赖它们所属的类。 * The example class that has cloning ability. We'll se 阅读全文
posted @ 2023-10-05 21:20 ®Geovin Du Dream Park™ 阅读(12) 评论(0) 推荐(0) 编辑
摘要:/** * TypeScript 实体类 Model * Builder Pattern * 生成器是一种创建型设计模式, 使你能够分步骤创建复杂对象。 * https://stackoverflow.com/questions/12827266/get-and-set-in-typescript 阅读全文
posted @ 2023-10-05 20:14 ®Geovin Du Dream Park™ 阅读(7) 评论(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™ 阅读(19) 评论(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™ 阅读(8) 评论(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™ 阅读(17) 评论(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™ 阅读(35) 评论(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™ 阅读(12) 评论(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™ 阅读(5) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示