main.go package main import ( "github.com/gin-gonic/gin" "net/http" "path" ) func main() { r :=gin.Default() r.LoadHTMLFiles("./upload.html") r.GET("/ ...
分类:
Web程序 时间:
2021-02-26 13:25:16
阅读次数:
0
参考资料: https://blog.csdn.net/qq_33547243/article/details/107433616 https://www.cnblogs.com/shoufu/p/12904832.html https://github.com/NVIDIA/nvidia-dock ...
分类:
其他好文 时间:
2021-02-25 12:13:14
阅读次数:
0
本节代码开源地址 代码地址 项目运行截图 搭建后端工程 0.导入sql 在数据库导入 /* Navicat Premium Data Transfer Source Server : localhost Source Server Type : MySQL Source Server Version ...
分类:
编程语言 时间:
2021-02-25 11:42:14
阅读次数:
0
A supply chain is a network of retailers(零售商), distributors(经销商), and suppliers(供应商)-- everyone involved in moving a product from supplier to customer ...
分类:
其他好文 时间:
2021-02-24 13:20:28
阅读次数:
0
A supply chain is a network of retailers(零售商), distributors(经销商), and suppliers(供应商)-- everyone involved in moving a product from supplier to customer ...
分类:
其他好文 时间:
2021-02-24 13:16:47
阅读次数:
0
在一台新机器上安装 openssh-clients yum install -y openssh-clients-7.4p1-21.el7.x86_64 使用scp 远程传输文件,出现bash: scp: command not found报错 因为远程机器没有openssh-client,所以导致 ...
分类:
其他好文 时间:
2021-02-23 14:31:28
阅读次数:
0
go get -v ... go get -u ... 都提示 get "gopkg.in/fsnotify.v1": found meta tag get.metaImport{Prefix:"gopkg.in/fsnotify.v1", VCS:"git", RepoRoot:"https:// ...
分类:
其他好文 时间:
2021-02-22 12:29:12
阅读次数:
0
概要 首先由客户端安装VNC Server,启动服务并配置密码。服务端添加该设备配置,即可通过web远程访问和控制该客户端设备。通常应用于,远程设备维修和远程操作协助。 选择下载VNC VNC叫做虚拟网络计算(Virtual Network Compting)。是一种协议。主要用于桌面共享。 VNC ...
https://titanwolf.org/Network/Articles/Article?AID=6d260d47-8ba6-4fa6-ba2f-4dc4c2dd6800#gsc.tab=0 Calculation of RTO in tcp and related open source im ...
分类:
系统相关 时间:
2021-02-20 12:07:41
阅读次数:
0
CentOS 安装完成之后默认是关闭网络连接的,每次重启之后还要重新打开网络连接,比较麻烦.我们可以直接设置成开机自动连接网络. 1、首先查看网卡信息 使用 ifconfig 命令查看,这里的网卡名称是 ens33 2、进入目录 /etc/sysconfig/network-scripts 该目录下 ...
分类:
其他好文 时间:
2021-02-20 12:04:25
阅读次数:
0