dataclasses 模块 本节主要讲述dataclasses的dataclass,field 导入: from dataclasses import dataclass, field 1.This module provides a decorator and functions for aut ...
分类:
其他好文 时间:
2021-05-24 17:15:42
阅读次数:
0
1.实现前后端数据交互,先启动后端 2.配置代理 在你的项目目录下创建一个文件,叫 vue.config.js: module.exports = { // 部署应用时的基本 URL publicPath:"", // build 时构建文件的目录 outputDir: 'dist', // bui ...
分类:
其他好文 时间:
2021-05-24 16:59:08
阅读次数:
0
SQL简介 Hi,我们今天要讲的这套SQL课程更适合初学者自学,内容由浅入深。如果你恰好是程序小白、运营、产品,在工作中需要用到SQL,这套课程简直是为你量身定做。 前期你将学会如何通过SQL命令查询所需的数据,并应用到工作中。 之后将会深入学习所有有关 SQL 的知识 ,每个小节最后都会有练习题。 ...
分类:
数据库 时间:
2021-05-24 16:56:46
阅读次数:
0
安装步骤: 1、先下载mysq5.x绿色版,然后解压出来,放在一个目录下,这个叫myql的根目录,以下简称根目录。 2、在myql根目录创建并编辑“my.ini”文件,配置内容为: [mysql]# 设置mysql客户端默认字符集default-character-set=utf8 [mysqld] ...
分类:
其他好文 时间:
2021-05-24 14:52:29
阅读次数:
0
1.安装插件:compression-webpack-plugin npm i -D compression-webpack-plugin 我用的插件在package.json中的版本如下: "devDependencies": { "compression-webpack-plugin": "^3 ...
分类:
Web程序 时间:
2021-05-24 13:37:41
阅读次数:
0
Given a constant K and a singly linked list L, you are supposed to reverse the links of every K elements on L. For example, given L being 1→2→3→4→5→6, ...
分类:
其他好文 时间:
2021-05-24 13:17:05
阅读次数:
0
//此时是等价的 exports.name = 'xxx' module.exports.sex = '男' //此时把module.export指向的对象改变,以module.exports为准 module.exports = { id:'1', girlfriend:{ name:'yyy' ...
分类:
其他好文 时间:
2021-05-24 12:21:09
阅读次数:
0
说到Java IDE ,Eclipse是不能不提到的 IDEA VS Eclipse 项目文件夹 Java项目 IDEA Project Module Eclipse Workspace Project ( maps) 如何区分项目文件夹 和 项目? 项目文件夹是用于储存一个个项目 项目根目录 下 ...
分类:
其他好文 时间:
2021-05-24 11:01:39
阅读次数:
0
1、No module named 'pip' 安装jupyter的时候,提示No module named 'pip',检查了pip的环境变量,也都正确。可以使用下面命令修复安装pip: windows平台解决方法 python -m ensurepip 然后升级pip:python -m pip ...
分类:
编程语言 时间:
2021-05-24 08:47:49
阅读次数:
0
第一步,创建单独的目录(因为软件较多,容易混乱),下载需要的软件: 我们需要下载nginx,pcre,zlib,openssl以及nginx-rtmp-module: nginx 官网下载最新, nginx-rtmp-module 可以在github上下载最新, 本人是在官网下载最新 mkdir w ...
分类:
系统相关 时间:
2021-05-24 06:47:04
阅读次数:
0