JAVA

JAVA HotSpot https://adoptium.net/releases.html OpenJ9 https://developer.ibm.com/languages/java...

SSE

html5提供了Server-Sent Events方法,通过服务器发送事件,更新能够自动到达。 使用示例: if (typeof (EventSource) !== "undefined"...

PostgreSQL

将Mysql数据库迁移至PostgreSQL 简单的方法:使用Navicat Premium复制功能 选中源表名-右击复制-到新库里粘贴 方法一.使用python工具 py-mysql2p...

OpenCV

在python环境下使用opencv: pip install opencv-python 物体检测 void detectMultiScale( const Mat& ...

Go

WSL2编译inlets过程 1.安装go apt install golang-go 2.配置go代理 echo "export GO111MODULE=on" >> ~...

Git

记录git相关操作 个人配置 git config --global --replace-all user.name "malu" git config --global --replace...

Xdebug

php.ini enable xdebug xampp里自带该插件,如果是其他环境请下载:https://xdebug.org/download.php xampp .eg [XDebug...

PWA

PWA 是 Progressive Web Apps 的简称 中文叫渐进式web模型,或者叫下一代web模型。 我们可以理解成谷歌版小程序(其实它是小程序的爷爷!) 给 VUE 项目添加 ...

CDN公共库加速服务

七牛静态资源库 (七牛 CDN) https://staticfile.net/ jsDelivr (cloudflare CDN) https://www.jsdelivr.com/ ...

Python

多版本安装 pyenv Linux 多版本安装:https://github.com/pyenv/pyenv-installer curl https://pyenv.run | bash...