vue.config.js配置跨域
devServer: { host: '0.0.0.0', port: port… 继续阅读 vue.config.js配置跨域
devServer: { host: '0.0.0.0', port: port… 继续阅读 vue.config.js配置跨域
https://liuziangexit.com/HEIF-Utility/EN/
use git git clone https://github.com/xxx.git
默认不识别,需要在nginx.conf打开 underscores_in_headers on; #… 继续阅读 nginx识别带下划线的header
location / { default_type application/json; return… 继续阅读 nginx return json
# https://hub.docker.com/r/danielguerra/ubuntu-xrd… 继续阅读 docker run ubuntu desktop with xrdp
直接在自己包并排创建一个目标jar的同名包名 复制目标class到此处修改
全局配置request.js: // 创建axios实例 const service = axios… 继续阅读 若依 timeout 10000ms exceeded
#!/bin/bash PASSWORD='/home/nova/Desktop/rsyn… 继续阅读 rsync断点续传 网络闪断
#!/bin/sh for j in `mysql -uroot -e "USE spse… 继续阅读 mysqldump skip some tables
glibc: yum install -y glibc-common vim /etc/syscon… 继续阅读 CentOS cannot change locale UTF-8
单路由隐藏: { "path": "pages/sys/login/i… 继续阅读 uniapp hide navigationBarTitleText
func checkAlive(ip string, port int) bool { isAliv… 继续阅读 golang net.DialTimeout
import ( “fmt” _ “go.uber.org/automaxprocs” “runti… 继续阅读 golang use uber automaxprocs
FROM golang:1.17-alpine3.13 as builder RUN mkdir /… 继续阅读 golang multi stage build Dockerfile
go build -buildmode=plugin -o plugin1.so plugin1.g… 继续阅读 golang compile to plugin mode
lsof / |grep -i deleted
func Md5File(filePath string) (string, error) { va… 继续阅读 golang get file md5
func TestMapEqu(t *testing.T) { m1 := map[string]a… 继续阅读 golang reflect.DeepEqual 比较map对象
docker run \ –user root \ -d \ -p 3000:3000 \ –n… 继续阅读 docker run grafana:8.5.2