添加ora.OCRVOTE.dg资源:[root@rac1grid]#bin/crsctlstatresora.CRS.dg-pNAME=ora.CRS.dgTYPE=ora.diskgroup.typeACL=owner:grid:rwx,pgrp:oinstall:rwx,other::r--ACTION_FAILURE_TEMPLATE=ACTION_SCRIPT=AGENT_FILENAME=%CRS_HOME%/bin/oraagent%CRS_EXE_SUFFIX%ALIAS_NAME=..
分类:
其他好文 时间:
2015-03-11 19:56:30
阅读次数:
154
1、公共采集组 新建一个公共采集组,可以在以后做源代码扫描时能够不用再次进行扫描从而节省时间,下图为公共采集单位sp_jar的设置下图为rt_jar采集单位设置,方式和sp_jar相同,采集路径和过滤条件需要稍作调整2、项目分析采集设置 对需要分析的源代码项目进行采集配置other采集web项目,s...
分类:
其他好文 时间:
2015-03-11 19:22:19
阅读次数:
155
1.控件拖拽从右侧Palette菜单栏中选择控件,拖拽到左边的Layout中2.布局文件重用 Include Other Layout...创建bar_layout.xml 在main_layout.xml中重用 3.控件背景定义 drwable文件在drwable目录下创建s...
分类:
移动开发 时间:
2015-03-11 18:48:51
阅读次数:
212
1. File->New->Other Picture-12. Select "Android Project from Existing Code", and click "Next" button.3. click "Browse..." to select the root direct...
分类:
移动开发 时间:
2015-03-11 00:41:19
阅读次数:
177
原文网址:http://wxl24life.iteye.com/blog/1966058自己电脑上一直用的 JDK 版本是 1.6,今天决定更新到 1.7,在安装 JDK 1.7 后,控制台输入 java 命令测试是否安装成功的时候报错了:Other代码C:\Users\wxl24life>java...
N-Queens问题:Then-queens puzzle is the problem of placingnqueens on ann×nchessboard such that no two queens attack each other.思路: dfs + 回溯 常用模板我的代码:pub....
分类:
其他好文 时间:
2015-03-10 21:16:15
阅读次数:
152
The n-queens puzzle is the problem of placing n queens on an n×n chessboard such that no two queens attack each other
Given an integer n, return all distinct solutions to the n-queens puzzle.
Ea...
分类:
其他好文 时间:
2015-03-10 17:16:38
阅读次数:
161
使用 Visual Studio 2010 Team Foundation Server 进行源代码编辑时,可以对代码实施以下三种锁定之一:Unchanged - Keep any existing lockCheck Out - Prevent other users from checking ...
分类:
Web程序 时间:
2015-03-10 17:07:18
阅读次数:
212
1.各个子文件夹的作用 Classes: 编写的大多代码都保存在这里,其中包括所有的Objective-C类,可以在Classes文件夹下创建一些子文件夹来组织代码。 Other Sources: 包含除了Objective-C类之外的源代码文件,此文件夹包含下面两个文件 ...
分类:
其他好文 时间:
2015-03-10 15:16:14
阅读次数:
139
codefirst涉及到级联删除时可能会报下面的错误:
table 'TableName' may cause cycles or multiple cascade paths. Specify ON DELETE NO ACTION or ON UPDATE NO ACTION, or modify other FOREIGN KEY constraints.
这是由于同一张表中使用了同一个...
分类:
其他好文 时间:
2015-03-10 13:58:31
阅读次数:
130