原创 Vue Core 8

namespace WebApplication2 { public class Program { public static void Main(string[] args) {

原创 c# Attribute

public class LogIPAttribute : TypeFilterAttribute { public LogIPAttribute() : base(typeof(LogIPFilterImpl)) {

原创 寶塔恢復

services: mysql_recovery: container_name: mysql_recovery hostname: mysql_recovery image: mysql:5.6.51

原创 duckdb

conda install conda-build anaconda-client conda create --name duckdb-conda conda activate duckdb-conda pip install duckd

原创 tauri-app

安裝 pnpm create tauri-app ✔ Project name · app1 ✔ Choose which language to use for your frontend · TypeScript / JavaScri

原创 XB

wget https://repo.percona.com/apt/percona-release_latest.$(lsb_release -sc)_all.deb dpkg -i percona-release_latest.$(ls

原创 playwright

wget https://go.dev/dl/go1.20.4.linux-amd64.tar.gz tar -xzvf go1.20.4.linux-amd64.tar.gz -C /usr/local/ vim ~/.bashrc ex

原创 HarmonyLib Patch

using System; using System.IO; using System.Linq.Expressions; using System.Net; using System.Reflection; using HarmonyL

原创 C++ java 啓動器

#include <Windows.h> #include <stdlib.h> #include <string> int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInsta

原创 Aspose.cell 常用封包

導出成List [AttributeUsage(AttributeTargets.Property, AllowMultiple = false)] public class ExcelColumnAttribute : A

原创 Newtonsoft.JSON 自定義JsonConverter

引用: https://www.cjavapy.com/article/2513/ https://www.cnblogs.com/weihanli/p/11080531.html https://www.cnblogs.com/Lulu

原创 Inno Setup

modpath.iss // ---------------------------------------------------------------------------- // // Inno Setup Ver: 5.4.2

原创 fiddler 導入 pcap 分析修復

plink.exe -batch -ssh -pw password [email protected] "tcpdump -ni br-lan -s 0 -w - not port 22" | "C:\Program Files\Wire

原创 Vim 優化

git clone --depth=1 https://github.com/amix/vimrc.git ~/.vim_runtime sh ~/.vim_runtime/install_awesome_vimrc.sh git clon

原创 nginxproxymanager 結合 step-ca

1.安裝 npm 2.啓動step-ca services: app: image: smallstep/step-ca container_name: step-ca hostname: step-ca