PermGen space的全称是Permanent Generation space,是指内存的永久保存区域。这一部分用于存放Class和Meta的信息,Class在被 Load的时候被放入PermGen space区域,它和存放Instance的Heap区域不同,GC(Garbage Colle...
分类:
编程语言 时间:
2014-08-24 22:12:03
阅读次数:
247
Rsync一、基础知识1、rsync:是传输输工具,类似于scpScp的用法要知道远程主机的密码和账号文件在本地上传到远程Scp[option]sourcefile[[user@]host1:]destions/file文件在远程下载到本地Scp[option][[user@]host1:]destions/filesource/filersync?.afast,versatile,remote(and..
分类:
其他好文 时间:
2014-08-24 19:29:03
阅读次数:
320
六、Libvirt对于Libvirt,在启动虚拟机之前,首先需要define虚拟机,是一个XML格式的文件列出所有的Instance# virsh list Id Name State---------------------------------------------------- 10 in...
分类:
其他好文 时间:
2014-08-24 05:17:56
阅读次数:
697
DellRemoteAccessController访问基于Web的界面的默认用户名是root,默认密码是calvin,一般系统主清除后,就是此密码。
分类:
数据库 时间:
2014-08-24 04:09:42
阅读次数:
170
133.You created a profile APP_USER and assigned it to the users. After a month, you decide to drop the
profile. Some user sessions are currently connected to the database instance and are using the
...
分类:
移动开发 时间:
2014-08-24 00:24:04
阅读次数:
307
Description
Combinatorics is a branch of mathematics chiefly concerned with counting discrete objects. For instance, how many ways can you pick two people out of a crowd of
n people? Into how many...
分类:
其他好文 时间:
2014-08-23 20:24:01
阅读次数:
317
var EIP: Cardinal; procedure GetEIP(); stdcall;asm pop eax; mov EIP,eax; push eax;end; procedure TForm1.Button1Click(Sender: TObject);begin GetEI...
分类:
其他好文 时间:
2014-08-23 13:55:40
阅读次数:
163
最近开发和学习过程中,遇到很多零碎的知识点,在此简单地记录下:1.遇如下bug:org.unsavedtransientinstance-savethetransientinstancebeforeflushing:org.blog.blog.domain.HighStudent解释:意思是说hib...
分类:
其他好文 时间:
2014-08-23 08:49:10
阅读次数:
281
RFCRemote function Call 远程功能调用, 是SAP系统之间以及非SAP系统之间程序通信的基本接口技术. 例如BAPI , ALE都是基于RFC实现的SAP系统提供了三种外部接口1.通信接口(communication interface)2.文件I/O接口(file I/O i...
分类:
其他好文 时间:
2014-08-22 20:57:09
阅读次数:
405
SRVCTL命令可以控制RAC数据库中的instance,listener以及services。通常SRVCTL在ORACLE用户下执行。下面我们来介绍srvctl命令。1、通过SRVCTL命令来start/stop/check所有的实例:$ srvctl start|stop|status dat...
分类:
数据库 时间:
2014-08-22 17:36:09
阅读次数:
261