在pom.xml的<project></project>的最下放写入如下代码: <!-- profiles setting start [mvn install -P xxx ] 1:development 2:test 3: production --> <profiles> <profile>
分类:
编程语言 时间:
2016-02-26 13:59:57
阅读次数:
167
1.连接 conn 1.1 以oracle用户登录系统,进入sqlplus环境,后以管理员模式登录 1 oracle@yas:~> sqlplus /nolog 2 SQL*Plus: Release 11.2.0.1.0 Production on Tue Feb 2 17:44:21 2016
分类:
数据库 时间:
2016-02-02 21:36:29
阅读次数:
270
1. RAILS_ENV=production rails s启动服务器 2. RAILS_ENV=production rails generate controller ProductionArray 3. RAILS_ENV=production rails generate migratio
分类:
其他好文 时间:
2016-02-01 18:07:51
阅读次数:
191
diudiugirl@DIUs:/var/www/ashelf$ RAILS_ENV=production rails s Usage: rails new APP_PATH [options] Options: -r, [--ruby=PATH] # Path to the Ruby binary
分类:
其他好文 时间:
2016-02-01 15:15:35
阅读次数:
409
1.数据导出时的日志 ;;; Export: Release 11.2.0.3.0 - Production on Thu Jan 21 11:13:33 2016 Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights
分类:
其他好文 时间:
2016-02-01 14:19:09
阅读次数:
256
OS: Oracle Linux Server release 5.7 DB: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production ① RMAN异机恢复的时候,db_name必须相同。如果想要改别的
分类:
其他好文 时间:
2016-02-01 14:15:28
阅读次数:
220
OS: Oracle Linux Server release 5.7 DB: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production 首先创建yoon数据库 SQL> create tablespac
分类:
数据库 时间:
2016-02-01 14:08:57
阅读次数:
223
OS: Oracle Linux Server release 5.7 DB: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production 1、以oracle用户登录启动dbca [root@rac ~]#
分类:
数据库 时间:
2016-02-01 13:53:28
阅读次数:
286
环境: OS: Oracle Linux Server release 5.7 DB: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production 1、查看临时表空间信息: select tablespac
分类:
数据库 时间:
2016-02-01 13:47:28
阅读次数:
180
OS: Oracle Linux Server release 5.7 DB: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production 1、查看监听状态: SQL> !lsnrctl status LS
分类:
数据库 时间:
2016-02-01 13:42:53
阅读次数:
221