Python 基础
Post in
二 22 十一月 2022
List 列表
list1 = ['red', 'green', 'blue']
list1[0] # red
list1[-1] # blue 反向索引
list1[0:2] # red, green [0, 2)
- 更新列表项
list1 …
list1 = ['red', 'green', 'blue']
list1[0] # red
list1[-1] # blue 反向索引
list1[0:2] # red, green [0, 2)
list1 …
cd 文件目录
替换 outbounds: settings: vnext: address 为代理ip
./v2ray
SwitchyOmega
proxy: - 代理协议:SOCKS5 - 代理服务器:127 …
Extensions:
https://docs.aws.amazon.com/zh_cn/cli/latest/userguide/welcome-examples.html
document: https://awscli.amazonaws.com/v2/documentation/api/latest/reference/s3/index.html
下载 …
1)安装依赖
npm install next-plugin-antd-less
npm install classnames
npm install less-loader
2)在next.config.js中加配置
const withAntdLess = require('next-plugin-antd-less');
const nextConfig …
monorepo模式: 该模式将代码工件作为轻量级 monorepo 的一部分 …
在Keras中有两种深度学习的模型:序列模型(Sequential)和通用模型(Model)
Docker的三个基本概念:
在第一次部署项目的时候把项目等环境直接放 …
http://nodejs.cn/download/
https://registry.npmmirror.com/binary.html?path=node/
去下载一个 linux 可用的 node 版 …
用户和组身份:身份验证 + 访问授权
https://portal.azure.com/
https://portal.azure.com/#blade/Microsoft_AAD_IAM/LicensesMenuBlade/Overview
新 …