原创 CSS: rainbow Border with gradient and radius

  <!doctype html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta

原创 CSharp: pinyin in net 5 漢字拼音聲調

  using System; using NPinyin; //https://github.com/WuTong1995/NPinyin using Microsoft.International.Converters.PinYin

原创 Enum in C,C++

C: C11 以上 第一種方式: /** * @file duLangMap.h * @author geovindu,Geovin Du([email protected]) * @brief vscode c11 * @vers

原创 Python: Random

  # encoding: utf-8 # 版權所有 2023 塗聚文有限公司 # 許可信息查看: # 描述:https://docs.python.org/3/library/string.html # Author : geov

原创 Java: Thread

  /** * encoding: utf-8 * 版權所有 2023 塗聚文有限公司 * 許可信息查看: * 描述: * # Author : geovindu,Geovin Du 塗聚文. * # IDE

原创 JavaScript: WebGL3D

fragment.bns  文件用NotePad 打開  WebGL 3D 用tomcat 瀏覽 #version 300 es precision mediump float; uniform float uR; in vec3 vPo

原创 Enum in Python,Java,CSharp

Python: # encoding: utf-8 # 版權所有 2023 ©塗聚文有限公司 # 許可信息查看: # 描述: 語言種類枚舉類型 # Author : geovindu,Geovin Du 塗聚文. # IDE

原创 Java: OpenWeatherMap json Deserialization of Java Objects

openweathermap.json { "coord": { "lon": 114.0683, "lat":22.5455 } , "weather":[ { "id

原创 Java: Pinying 拼音

  /** * encoding: utf-8 * 版權所有 2023 塗聚文有限公司 * 許可信息查看: * 描述:https://github.com/houbb/pinyin * https://mvnrepository

原创 python: json Deserialization of Python dict

  from typing import List import json class Student(object): def __init__(self, first_name: str, last_name: str):

原创 Python: OpenWeatherMap json Deserialization of Python Objects

openweathermap.json { "coord": { "lon": 114.0683, "lat":22.5455 } , "weather":[ { "id": 803, "main":"Clouds",

原创 CSharp: weather

  using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Model { /// <s

原创 CSharp: 安裝docker之後 asp.net core 在vs 2022調試 IIS Express 端口另一程序在用問題

    查找端口是否佔用 檢查CMD中的阻塞端口範圍(管理員)  改寫 launchSettings.json 端口      

原创 CSharp: vs 2022

package.json   { "name": "healthcheck", "version": "0.0.0", "scripts": { "ng": "ng", "start": "echo Start

原创 java:Json

/** * encoding: utf-8 * 版權所有 2023 塗聚文有限公司 * 許可信息查看: * 描述: * # Author : geovindu,Geovin Du 塗聚文. * # IDE :