在11g中有个新特性是系统的分区表,下面来做个实验:
SQL> select * from v$version;
BANNER
--------------------------------------------------------------------------------
Oracle Database 11g Enterprise Edition Release 11.2...
分类:
数据库 时间:
2014-11-11 12:42:58
阅读次数:
163
虚拟机里边是Windows server 2003的系统,本机VS2008开发的exe程序移植到虚拟机中Release版本正常,Debug版本不能正常启动报“应用程序配置不正确”,在安装了vcredist_x86.exe之后仍然无法解决问题,使用Dependency Walker跟踪报Error: ...
分类:
其他好文 时间:
2014-11-11 10:46:46
阅读次数:
196
1.安装jython1.1 进入http://www.jython.org/downloads.html ,网页上会显示当前最稳定的版本(The most current stable release),本文撰写时,稳定版本为Jython 2.5.3,因此点击`Download Jython 2.5...
分类:
其他好文 时间:
2014-11-10 23:19:33
阅读次数:
250
一:autorelease1> autorelease原理:将我们创建的对象放到一个对象释放池中(是一个栈区)当池子释放时,会将池子中的对象都做一次release操作(自动释放池存放在一个池子中,就近原则,符合先进后出)2>自动释放池的创建方式(1)ios5.0以前的创建方式NSAutoreleas...
分类:
其他好文 时间:
2014-11-10 23:16:43
阅读次数:
249
问题:[root@cddserver2 ~]#yum -y install gcc-*Loaded plugins: fastestmirror, prestoCould not retrieve mirrorlisthttp://mirrorlist.centos.org/?release=6&a...
分类:
系统相关 时间:
2014-11-10 21:28:04
阅读次数:
521
Follow up for N-Queens problem.
Now, instead outputting board configurations, return the total number of distinct solutions.
思路1:打表
public class Solution {
public int totalNQ...
分类:
其他好文 时间:
2014-11-10 19:58:54
阅读次数:
220
设置在Release模式下调试的方法:1.工程项目上右键 -> 属性2.c++ -> 常规 -〉调试信息格式 选 程序数据库(/Zi)或(/ZI), 注意:如果是库的话,只能(Zi)3.c++ -> 优化 -〉优化 选 禁止(/Od)4.连接器 -〉调试 -〉生成调试信息 选 是 (/DEBUG)转...
分类:
其他好文 时间:
2014-11-10 17:20:08
阅读次数:
150
1、添加SCM 首先我们需要在POM中加入scm信息,这样Maven才能够替你完成svn操作,这里我的配置如下: Xml代码??: 2、配置maven-release-plugin 这个插件会帮助我们升级pom版本,提交,打tag,然后再升级版本,再...
分类:
其他好文 时间:
2014-11-10 10:13:47
阅读次数:
161
viepel.repohttp://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-1.noarch.rpm2.yumgroupinstall"XWindowSystem"yuminstallxfce4*yuminstallfirefox3.https://copr.fedoraproject.org/coprs/mosquito/myrepo/repo/epel-7/mosquito-myrepo-epel-7.repo[mosquito-my..
分类:
其他好文 时间:
2014-11-10 10:12:01
阅读次数:
213
The customers got the shared memory 80error on AIX environment; utility truss is used to track the debug info,eXtremeDB.registry access error is found. Release notesdescribed as follows: These names ...
分类:
数据库 时间:
2014-11-10 10:00:31
阅读次数:
237