原创 TypeScript: Factory Method in TypeScript
人與人溝通,除了信息對稱之外,還有認知.... npm install -g typescriptnpm install -g ts-node index.ts //import * as fs from "fs"; //TypeScr
原创 typescript: vscode 配置環境 vue.js
可以在Node.js command prompt 下,轉到項目文件,進行命令行配置 https://code.visualstudio.com/docs/typescript/typescript-tutorial npm i
原创 python: Sorting Algorithms
# encoding: utf-8 # 版權所有 2023 塗聚文有限公司 # 許可信息查看:Python Sorting Algorithms # 描述: * https://www.programiz.com/dsa/counti
原创 python and CSharp: Essential Algorithms
python: # encoding: utf-8 # 版權所有 2023 塗聚文有限公司 # 許可信息查看: # 描述: # Author : geovindu,Geovin Du 塗聚文. # IDE : PyCh
原创 javascript: The Best Guided Tour Plugin
Best Tour Plugins To Guide Visitors Through Your Apphttps://yonkov.github.io/post/display-shepherd-only-once/https://www
原创 python: Bubble Sort
ubuntu 升級至python 3.11 sudo add-apt-repository ppa:deadsnakes/ppa sudo apt update sudo apt install python3.11 python3.1
原创 c: Sorting Algorithms
SortAlgorithm.h /*****************************************************************//** * \file SortAlgorithm.h *
原创 c: Selection Sort
SortAlgorithm.h /*****************************************************************//** * \file SortAlgorithm.h * \b
原创 Ubuntu 18.0 vscode 配置 C環境
sudo apt-get update sudo apt install gccsudo apt install gdbsudo apt install clangsudo apt install lldb c_cpp_properti
原创 python:excel統計操作用類封裝
# encoding: utf-8 # 版權所有 2023 塗聚文有限公司 # 許可信息查看: # 描述: # Author : geovindu,Geovin Du 塗聚文. # IDE : PyCharm 202
原创 python: excel假期時間提取統計
# encoding: utf-8 # 版權所有 2023 塗聚文有限公司 # 許可信息查看: # 描述: # Author : geovindu,Geovin Du 塗聚文. # IDE : PyCharm 202
原创 c:BubbleSort
#include <stdlib.h> #include <stdio.h> #include <string.h> typedef int ElementType; int* BubbleSort(int* data,int le
原创 css: css-nesting
https://www.cnblogs.com/coco1s/p/17692866.htmlhttps://github.com/chokcoco/iCSShttps://caniuse.com/css-nestinghttps://www
原创 cpp: vscode 配置C,C++
下載編譯器MinGW並解壓官網頁面:https://www.mingw-w64.org/下載頁面:https://sourceforge.net/projects/mingw-w64/files/ https://cmake.org/dow
原创 python: 讀取EXCEL的請假數據
# encoding: utf-8 # 版權所有 2023 塗聚文有限公司 # 許可信息查看: # 描述: # Author : geovindu,Geovin Du 塗聚文. # IDE : PyCharm 202