一数据库版本 SYS@LEO1>select * from v$version; BANNER Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production PL/SQL Release 11.2.0.1.0 ...
分类:
数据库 时间:
2017-12-15 12:33:38
阅读次数:
169
Git Flow常用的分支 Production 分支 也就是我们经常使用的Master分支,这个分支最近发布到生产环境的代码,最近发布的Release, 这个分支只能从其他分支合并,不能在这个分支直接修改 Develop 分支 这个分支是我们是我们的主开发分支,包含所有要发布到下一个Release ...
分类:
其他好文 时间:
2017-12-12 11:11:20
阅读次数:
146
You want to import schema objects of the HR user using Oracle Data Pump from the development database, DEVDB, to the production database, PRODDB. A da ...
分类:
其他好文 时间:
2017-12-11 18:43:49
阅读次数:
101
在开始现在这个工作之前一直做的是第一线的程序员, 经过两年的production support, 还是有蛮多心得要分享的。 因为我做的是 real time trading support, 所以对问题的解决的速度要求比较高。 1 要多读文档, 大项目的结构很复杂,首先第一件 要做的事情不是去读代 ...
分类:
其他好文 时间:
2017-12-07 19:12:46
阅读次数:
170
切换到 gitlab-psql 用户下。然后使用gitlab内部的psql命令进入postgresql数据库内部。$ /opt/gitlab/embedded/bin/psql -h /var/opt/gitlab/postgresql -d gitlabhq_production然后操作数据库的CRDU。
分类:
数据库 时间:
2017-12-05 17:47:11
阅读次数:
214
A crash reporter is a software application whose function is to identify report crash details and to alert when there are crashes, in production or on ...
分类:
其他好文 时间:
2017-12-04 19:03:25
阅读次数:
206
cross-env能跨平台地设置及使用环境变量 大多数情况下,在windows平台下使用类似于: NODE_ENV=production的命令行指令会卡住,windows平台与POSIX在使用命令行时有许多区别(例如在POSIX,使用$ENV_VAR,在windows,使用%ENV_VAR%。。。) ...
分类:
其他好文 时间:
2017-11-22 17:54:53
阅读次数:
151
1. gitLab项目clone过后, 运行ng serve出错: 解决方式: npm install -g node-gyp npm install --global --production windows-build-tools 2. node-sass因为环境变化(如:别人从Mac OS吧代 ...
分类:
其他好文 时间:
2017-11-16 18:40:08
阅读次数:
196
In your production database, users report that they are unable to generate reports on an important table because it does not contain any data. While i ...
分类:
其他好文 时间:
2017-11-16 14:09:17
阅读次数:
254
公司使用spring cloud,所以稍微了解一下 看了一下spring官网对 spring boot 以及 spring cloud 的解释 Spring Boot Spring Boot makes it easy to create stand-alone, production-grade ...
分类:
编程语言 时间:
2017-11-14 19:31:31
阅读次数:
256