http-server的特点: http-server is a simple, zero-configuration command-line http server. It is powerful enough for production usage, but it's simple and ...
分类:
Web程序 时间:
2020-01-20 12:43:21
阅读次数:
142
#include <bits/stdc++.h> #include<math.h> #include <string> using namespace std; const int maxn = 40010;//最大学生人数 bool check(char c){ if(c >= '0' && c< ...
分类:
编程语言 时间:
2020-01-17 00:23:47
阅读次数:
155
Allowance As a reward for record milk production, Farmer John has decided to start paying Bessie the cow a small weekly allowance. FJ has a set of coi ...
分类:
其他好文 时间:
2020-01-16 23:42:36
阅读次数:
117
一、标签标签的主要作用:解决同类型的资源对象越来越多,为了更好的管理,按照标签分组;常用的标签分类:release(版本):stable(稳定版)、canary(金丝雀版本、可以理解为测试版)、beta(测试版)environment(环境变量):dev(开发)、qa(测试)、production(生产)application(应用):ui、as(应用软件)、pc、sctier(架构层级):fro
分类:
Web程序 时间:
2020-01-14 19:05:22
阅读次数:
335
dubbo-spring-boot-actuator 提供 Production-Ready 特性: 健康检查控制断点外部化配置 GitHub https://github.com/apache/incubator-dubbo-spring-boot-project/tree/master/dubb ...
分类:
编程语言 时间:
2020-01-13 15:55:36
阅读次数:
83
E:\soft\Java\JDK1.8\bin\java.exe -classpath E:\code\test\out\production\test;E:\code\test\lib\ha-api.jar;E:\code\test\lib\javax.annotation.jar;E:\code ...
分类:
Web程序 时间:
2020-01-10 15:37:20
阅读次数:
265
文章转自 快速开始 my.ini # possible values : production, development app_mode = development [paths] # Path to where grafana can store temp files, sessions, an ...
分类:
其他好文 时间:
2020-01-09 20:25:54
阅读次数:
80
Week1 Bird recognition in the city of Peacetopia (case study)( 和平之城中的鸟类识别(案例研究)) 1.Problem Statement This example is adapted from a real production ap ...
分类:
系统相关 时间:
2020-01-06 13:02:04
阅读次数:
90
~~~ 官网:https://kubernetes.io/docs/setup/production environment/tools/kubeadm/install kubeadm/ installing kubeadm kubelet and kubectl GitHub:https://gi ...
分类:
其他好文 时间:
2020-01-05 18:41:32
阅读次数:
81
1、初始化项目 npm init 2、安装依赖包( 以vant webapp 为例 ) npm i vant-weapp -S --production 3、微信开发者工具配置 1、打开 详情 -- 选中 使用npm模板2、左上角 -- 工具 -- 构建npm ( 之后会提示 完成构建 ) 4、问题 ...
分类:
微信 时间:
2020-01-04 16:41:41
阅读次数:
223