1、在根目录下创建 .env.production (生产环境) .env.development(开发环境) .env.test(测试环境) .env.production (生产环境) NODE_ENV = production VUE_APP_URL = http:// (这里填写相对环境的请 ...
分类:
其他好文 时间:
2020-03-18 11:57:07
阅读次数:
65
问题:使用CONN / AS SYSDBA(注意空格)命令登录win10系统的Oracle11g数据库,失败,显示没有权限。 C:\Users\25836>SQLPLUS/NOLOG SQL*Plus: Release 11.2.0.1.0 Production on 星期三 3月 7 18:18: ...
分类:
数据库 时间:
2020-03-13 11:28:33
阅读次数:
114
const path = require('path'); module.exports = { mode: "production", // "production" | "development" | "none" // 告诉webpack是生产环境还是开发环境. entry: "./app/e ...
分类:
Web程序 时间:
2020-03-11 22:09:10
阅读次数:
104
import time import threading import queue import random #三个做包子的,一个吃包子的,采用队列形式 #创建三个生产线程和一个消费线程 class Production(threading.Thread): def __init__(self): ...
分类:
其他好文 时间:
2020-03-08 21:52:23
阅读次数:
68
We are getting random NetworkExceptions and TimeoutExceptions in our production environment: Brokers: 3 Zookeepers: 3 Servers: 3 Kafka: 0.10.0.1 Zooke ...
分类:
Web程序 时间:
2020-03-02 12:49:05
阅读次数:
90
PHP引擎php.ini参数优化 无论是apache还是nginx,php.ini都是适合的。而php-fpm.conf适合nginx+fcgi的配置首先选择产品环境的php.ini(php.ini-production)/home/oldboy/tools/php-5.3.27/php.ini-d ...
分类:
Web程序 时间:
2020-02-28 10:29:44
阅读次数:
71
本文翻译自 https://www.tigera.io/blog/running-istio-on-kubernetes-in-production-part-i/,作者 Alexander Lukyanchenko,发表于2019年5月。 什么是Istio? Istio是一种服务网格(servic ...
分类:
Web程序 时间:
2020-02-14 18:59:41
阅读次数:
96
环境变量配置 环境变量可以在以下文件中配置: 文件内部使用键值对的方式对变量进行配置 被载入的变量将会对 vue cli service 的所有命令、插件和依赖可用,同时为一个特定模式准备的环境文件的 (例如 .env.production) 将会比一般的环境文件 (例如 .env) 拥有更高的优先 ...
分类:
其他好文 时间:
2020-02-13 12:57:14
阅读次数:
59
Vue 项目环境变量 环境变量: 模式 development 模式用于 vue cli service serve production 模式用于 vue cli service build 和 vue cli service test:e2e test 模式用于 vue cli service ...
分类:
其他好文 时间:
2020-02-10 00:15:05
阅读次数:
88
debug redmine send email procedure production.log shows modify password in /redmine/config/configuration.yml reboot remine How to config the logger le ...
分类:
其他好文 时间:
2020-02-05 13:36:08
阅读次数:
87