打赏
上一页 1 2 3 4 5 6 7 8 ··· 54 下一页
摘要: vmware导入文件报错 问题一: 配置文件“D:\Users\tyn\Documents\Virtual Machines\Ubuntu16 的克隆\Ubuntu16 的克隆.vmx”是由 VMware 产品创建,但该产品与此版 VMware Workstation 不兼容,因此无法使用。 无法打 阅读全文
posted @ 2022-07-01 18:33 苍山落暮 阅读(301) 评论(0) 推荐(0)
摘要: git clone no matching host key type found问题记录 报错信息 Unable to negotiate with 主机地址 port 端口号: no matching host key type found. Their offer: ssh-rsa,ssh-d 阅读全文
posted @ 2022-07-01 18:31 苍山落暮 阅读(174) 评论(0) 推荐(0)
摘要: EDID 知识普及 1.什么是EDID EDID的全称是Extended Display Identification Data(扩展显示标识数据),VGA、DVI的EDID由主块128字节组成,HDMI的EDID增加扩展块(128字节),扩展块的内容主要是和音频属性相关的,DVI和VGA没有音频, 阅读全文
posted @ 2022-07-01 18:30 苍山落暮 阅读(3563) 评论(0) 推荐(1)
摘要: Apifox使用 apifox接口中token的替换: (1.)登录接口,选择后置操作,选择公共脚本 // 把responseBody转换为json字符串 var resp = JSON.parse(responseBody); // 设置环境变量token,供后面的接口引用 pm.globals. 阅读全文
posted @ 2022-07-01 18:27 苍山落暮 阅读(1114) 评论(0) 推荐(0)
摘要: Gorm 实现对数据库的版本升级 1. 实现原理 package main import ( "log" "github.com/go-gormigrate/gormigrate/v2" "gorm.io/driver/sqlite" "gorm.io/gorm" ) func main() { d 阅读全文
posted @ 2022-07-01 18:24 苍山落暮 阅读(833) 评论(0) 推荐(0)
摘要: Goland生成类图 1.安装goplantuml # 找到生成成二进制目录,$GOBIN go get github.com/jfeliu007/goplantuml/cmd/goplantuml 将goplantuml集成到Goland 打开settings/Tools/External Too 阅读全文
posted @ 2022-07-01 18:12 苍山落暮 阅读(2176) 评论(0) 推荐(0)
摘要: Netcat工具使用 阅读全文
posted @ 2022-06-19 11:12 苍山落暮 阅读(23) 评论(0) 推荐(0)
摘要: QT安装 1.下载地址 官网地址: http://download.qt.io/ (很慢!) 2.推荐使用国内镜像源下载 中国科学技术大学:http://mirrors.ustc.edu.cn/qtproject/ 清华大学:https://mirrors.tuna.tsinghua.edu.cn/ 阅读全文
posted @ 2022-06-19 09:54 苍山落暮 阅读(171) 评论(0) 推荐(0)
摘要: websocket 查看websocket连接 netstat -n | awk '/^tcp/ {++S[$NF]} END {for(a in S) print a, S[a]}' netstat -a |grep 8090 强制移除websocket连接 ss -tap | grep CLOS 阅读全文
posted @ 2022-06-17 13:51 苍山落暮 阅读(2196) 评论(0) 推荐(0)
摘要: git 自动补全 下载git补全的配置 curl https://raw.githubusercontent.com/git/git/master/contrib/completion/git-completion.bash -o ~/.git-completion.bash 编辑~/.bashrc 阅读全文
posted @ 2022-06-17 13:51 苍山落暮 阅读(292) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 54 下一页