批里批里 (゜-゜)つ🍺 干|

七つ一旋桜

园龄:4年2个月粉丝:6关注:3

11 2023 档案

kotlin orm kotysa笔记
摘要:依赖 implementation("org.ufoss.kotysa:kotysa-spring-jdbc:3.2.1") implementation("org.springframework.data:spring-data-jdbc") implementation("com.alibaba
16
0
0
使用mold和cranelift加速rust构建速度
摘要:mold mold目前不支持windows 在 Linux 上,实际上非常容易使用,只需安装 Mold,然后在 cargo 命令前加上 mold -run 。例如, mold -run cargo build 。也可以在 .cargo/config.toml 中启用,就像这样: [target.x8
135
0
0
dial tcp: lookup proxy.golang.org on [::1]:53: read udp [::1]:46622->[::1]:53: read: connection refused
摘要:go mod tidy出现报错 dial tcp: lookup proxy.golang.org on [::1]:53: read udp [::1]:46622->[::1]:53: read: connection refused 解决方案 编辑/etc/resolv.conf,添加如下内容
704
0
0
podman容器无法从外部连接
摘要:启动容器时添加--net host参数即可 podman run -d -p 80:80 --rm --network=host --name nginx nginx 如果有防火墙可以尝试放行端口 # 放行 ufw allow 80 # 关闭 ufw deny 80
124
0
0
Ubuntu中使用apt-fast加速apt的执行速度
摘要:安装 /bin/bash -c "$(curl -sL https://gitee.com/nanakura/apt-fast-mirror/raw/main/install.sh)" 使用 sudo apt-fast install git build-essential gdb-multiarc
50
0
0
go启用prefork
摘要:gin package main import ( "flag" "fmt" "github.com/gin-gonic/gin" "github.com/valyala/fasthttp/reuseport" "log" "net" "net/http" "os" "os/exec" "runti
74
0
0
点击右上角即可分享
微信分享提示
深色
回顶
收起