linux 启动oracle监听报错:permission denied的问题 错误描述: TNSLSNR for Linux: Version 10.2.0.4.0 Production System parameter file is /home/db/oracle/product/10.2.0 ...
分类:
其他好文 时间:
2018-11-14 15:34:24
阅读次数:
227
运维常用指令 如何使用log: 1.用deploy登陆。 2.cd ~/xxx/current. 进入Rails程序的当前目录下。 3.tail -n 500 log/production.log 查看最近期的500条记录。 4.tail -f log/production.log 这样一直挂着,随 ...
分类:
其他好文 时间:
2018-11-08 20:44:14
阅读次数:
231
预备环境处理 安装yum 源 yum install -y yum-utils yum-config-manager --add-repo https://release.memsql.com/production/rpm/x86_64/repodata/memsql.repo 配置免秘钥登录 创建... ...
分类:
数据库 时间:
2018-11-07 14:05:13
阅读次数:
1186
cross-env能跨平台地设置及使用环境变量 在windows系统上,我们使用: "SET NODE_ENV=production && webpack --config build/webpack.config.js" 在类unix系统和安装并使用了bash的windows的系统上,我们会使用: ...
分类:
其他好文 时间:
2018-11-06 13:39:56
阅读次数:
3740
module.exports = { // 部署应用时的基本 URL baseUrl: process.env.NODE_ENV 'production' ? '192.168.60.110:8080' : '192.168.60.110:8080', // build时构建文件的目录 构建时传入 ...
分类:
Web程序 时间:
2018-11-06 13:32:17
阅读次数:
449
RabbitMQ is the most widely deployed open source message broker. With more than 35,000 production deployments of RabbitMQ world wide at small startups ...
1、idStore概述Fabric支持创建多个Ledger,不同Ledger以ledgerID区分。多个ledgerID及其创世区块存储在idStore数据库中,idStore数据库基于leveldb实现。idStore默认使用路径:/var/hyperledger/production/ledgersData/ledgerProvider/。idStore库中特殊key"underCo
分类:
其他好文 时间:
2018-11-01 19:47:14
阅读次数:
155
最好的办法是通过脚本进行生产环境数据库更新. 如: dotnet ef migration script -i -o "script.sql". 这样将会产生一个你不用在意线上版本的脚本. 但是Polemo.EntityFrameworkCore.Mysql下暂时是不支持的. 可能将来会支持. 可以 ...
分类:
数据库 时间:
2018-10-31 12:34:57
阅读次数:
216
问题描述 springboot程序在启动时提示信息 解决方式 把tcnative-1.dll文件放至 Tomcat 6.0\bin 目录下, 或者配置tomcat的环境变量 新建变量名TOMCAT_HOME,值设置为tomcat的安装目录 然后添加到PATH中 问题分析 tomcat整合本地apr会 ...
分类:
编程语言 时间:
2018-10-25 00:11:54
阅读次数:
1019
self define indicator https://docs.spring.io/spring-boot/docs/current/reference/html/production-ready-endpoints.html#_writing_custom_healthindicators ...
分类:
其他好文 时间:
2018-10-24 20:17:49
阅读次数:
128