快捷键大全
http://mykeys.sinaapp.com/
IDEA
开启多个server管理模式: Alt + 8
清理多余import文件: Ctrl + Alt + o
...
JAVA
HotSpot https://adoptium.net/releases.html
OpenJ9 https://developer.ibm.com/languages/java...
html5提供了Server-Sent Events方法,通过服务器发送事件,更新能够自动到达。
使用示例:
if (typeof (EventSource) !== "undefined"...
windows下使用PostgreSQL
可移植版本下载与安装
下载地址:https://www.enterprisedb.com/downloads/postgres-postgresql...
在python环境下使用opencv:
pip install opencv-python
物体检测
void detectMultiScale(
const Mat& ...
WSL2编译inlets过程
1.安装go
apt install golang-go
2.配置go代理
echo "export GO111MODULE=on" >> ~...
记录git相关操作
个人配置
git config --global --replace-all user.name "malu"
git config --global --replace...
php.ini enable xdebug
xampp里自带该插件,如果是其他环境请下载:https://xdebug.org/download.php
xampp .eg
[XDebug...
PWA 是 Progressive Web Apps 的简称
中文叫渐进式web模型,或者叫下一代web模型。
我们可以理解成谷歌版小程序(其实它是小程序的爷爷!)
给 VUE 项目添加 ...
七牛静态资源库 (七牛 CDN)
https://staticfile.net/
jsDelivr (cloudflare CDN)
https://www.jsdelivr.com/
...