第一步找到package.json文件 dev修改为: "dev": "vite --port 8085" { "name": "web", "version": "0.0.0", "scripts": { "dev": "vite --port 8085", "build": "vite buil ...
分类:
其他好文 时间:
2021-02-18 13:10:54
阅读次数:
0
jdbc连接MySql数据库 package com.zhy; import com.mysql.jdbc.Driver; import java.sql.*; /** * @author ZHY * @data 2021/2/15 */ public class TestJdbc { public ...
分类:
数据库 时间:
2021-02-18 12:57:47
阅读次数:
0
首先,给出官方文档的链接: https://pytorch.org/docs/stable/generated/torch.gather.html?highlight=gather#torch.gather 然后,我用白话翻译一下官方文档。 gather,顾名思义,聚集、集合。有点像军训的时候,排队 ...
分类:
其他好文 时间:
2021-02-18 12:53:58
阅读次数:
0
一、MySQL安装 0、下载社区版安装包 官网下载地址:https://dev.mysql.com/downloads/installer/ 1、进入安装页面,这里不选择默认安装的所有工具,仅选择Server only。 2、如果没有VC++环境就点击execute安装,已安装就继续下一步。 3、安 ...
分类:
数据库 时间:
2021-02-17 15:08:41
阅读次数:
0
from pandas import Series import numpy as np data = Series(np.random.randn(10), index=[['a','a','a','b','b','b','c','c','d','d'], [1,2,3,1,2,3,1,2,2,3 ...
分类:
其他好文 时间:
2021-02-17 15:05:05
阅读次数:
0
vue.json { "Print to console": { "prefix": "vue", "body": [ "<template>", " <div>$0</div>", "</template>", "", "<script>", "export default {", " data ...
分类:
其他好文 时间:
2021-02-17 14:21:41
阅读次数:
0
1. POSIX解决什么问题 可移植操作系统接口Portable Operating System Interface of UNIX,POSIX标准定义了操作系统应该为应用程序提供的接口标准, 是IEEE为要在各种UNIX操作系统上运行的软件而定义的一系列API标准的总称。 主流的操作系统有两种, ...
分类:
其他好文 时间:
2021-02-17 14:20:03
阅读次数:
0
一、docker部署redis集群 1、节点规划 (3 master 3 node) ip port cpu/mem data-volume 192.168.40.132 7000 7003 4C & 8G /var/lib/redis/7000 /var/lib/redis/7003 192.16 ...
分类:
其他好文 时间:
2021-02-17 14:10:45
阅读次数:
0
npm init -y npm i express mongoose ejs npm i method-override nodemon app.js nodemon seeds/index.js models/campgrounds.js const mongoose = require('mon ...
分类:
其他好文 时间:
2021-02-16 12:42:42
阅读次数:
0
The connection to the server 192.168.1.11:6443 was refused - did you specify the right host or port? 怀疑是不是kubelet挂了,检查 [root@master1 prometheus]# syst ...
分类:
移动开发 时间:
2021-02-16 12:26:05
阅读次数:
0