npm i --save-dev terser-webpack-plugin /config/index.js import TerserPlugin from "terser-webpack-plugin" const config = { mini: { webpackChain(chain, ...
分类:
其他好文 时间:
2020-07-13 18:27:18
阅读次数:
325
下载Oracle VM VirtualBox 下载下来安装 下载镜像 http://archive.kernel.org/centos-vault/6.5/isos/i386/CentOS-6.5-i386-minimal.iso 安装虚拟机 这里我安装的是32bit的centOS6.5 mini版 ...
分类:
其他好文 时间:
2020-07-13 13:50:57
阅读次数:
79
请求地址:http://wthrcdn.etouch.cn/weather_mini 请求方法:get 请求参数:city(城市名) 响应内容:天气信息 天气 url 歌曲搜索接口 请求地址:https://autumnfish.cn/search 请求方法:get 请求参数:keywords(查询 ...
分类:
移动开发 时间:
2020-07-12 19:14:23
阅读次数:
160
给定一个三角形,找出自顶向下的最小路径和。每一步只能移动到下一行中相邻的结点上。 相邻的结点 在这里指的是 下标 与 上一层结点下标 相同或者等于 上一层结点下标 + 1 的两个结点。 例如,给定三角形: [ [2], [3,4], [6,5,7], [4,1,8,3] ] 自顶向下的最小路径和为 ...
分类:
其他好文 时间:
2020-07-12 12:18:48
阅读次数:
53
小程序基本目录 配置介绍 小程序包括两种配置:一种是全局配置app.json和页面自己的json文件 注意:配置文件中不能出现注释 全局配置app.json app.json是小程序的全局配置文件,包括小程序的所有页面路径、界面表现、网络超时、页面样式等等。 字段的含义: 1.pages字段——用于 ...
分类:
微信 时间:
2020-07-12 00:36:39
阅读次数:
110
初始设置:启用root用户帐户 The root Account in Ubuntu is disabled by default because his password is not set. To use root priviledges, basically it's better to u ...
分类:
系统相关 时间:
2020-07-11 22:45:22
阅读次数:
84
ViewportDownloadForm.js 源码还是得一行一行阅读,好多自定义的函数,得找到相应的用法 import React, { useRef, useCallback, useEffect, useState, createRef, } from 'react'; import Prop ...
分类:
Web程序 时间:
2020-07-11 12:35:05
阅读次数:
57
(1) INTRODUCTION We start our study of "World History" with the earliest human migration, almost 2 million years ago! Studies show that Africa is the ...
分类:
其他好文 时间:
2020-07-11 09:45:45
阅读次数:
46
解决python pip 出现read time out问题 出现read time out问题是一般由于python包被墙导致下载速度变慢,pip下载超时。 解决方法一: 添加 --default-timeout:自定义timeout时间,一般能解决大部分timeout问题,但是无法提升下载速度。 ...
分类:
其他好文 时间:
2020-07-10 15:32:44
阅读次数:
66
1.配置文件代码(需要配置稳健获取内容、以及文件存储地方’) # coding=utf-8 import warnings class DefaultConfigs(object): env = 'default' model_name = "resnet" # 训练模型:活参数 #base_fol ...
分类:
其他好文 时间:
2020-07-10 15:19:40
阅读次数:
94