BACKGROUNDThe present disclosure relates generally to information processing systems and, more specifically, to a mechanism that maintains the archite...
分类:
其他好文 时间:
2014-06-18 22:03:25
阅读次数:
216
WinDirStat is a disk usage statistics viewer and cleanup tool for various versions ofMicrosoft Windows.Note:if you are looking for an alternative forL...
在应用有frameset或者iframe的页面时,parent是父窗口,top是最顶级父窗口(有的窗口中套了好几层frameset或者iframe),self是当前窗口, opener是用open方法打开当前窗口的那个窗口。window.self功能:是对当前窗口自身的引用。它和window属性是等...
今天做的一个Struts2+MyFaces(JSF)+Spring的应用,为了使用JSF,我的struts.xml中使用了如下代码 ...
分类:
其他好文 时间:
2014-06-18 16:54:18
阅读次数:
441
今天登陆公司实验室的vCSA,突然发现密码失效了。原来以为是有人修改了密码。但是经过强大的谷歌搜索,发现原来vCSA的密码有效期默认是90天失效的。然后就读到了VMware的一篇关于重置vCSA密码的文章。受益匪浅。原文地址:http://kb.vmware.com/selfservice/microsites/search.d..
分类:
移动开发 时间:
2014-06-16 18:22:53
阅读次数:
407
对于linux系统硬件信息的查看,主要针对cpu、memory、disk,以及网卡,每一种硬件的信息通常会有多种查看方法。1.cpu查看/proc/cpuinfo文件可查看cpu的详细信息。[root@primary_server~]#cat/proc/cpuinfo
vendor_id :GenuineIntel
cpufamily :15
model :4
modelname :Intel(..
分类:
系统相关 时间:
2014-06-16 18:03:26
阅读次数:
525
一、YUM定义1、介绍:Yum(全称为YellowdogUpdater,Modified)是一个在Fedora和RedHat以及SUSE、CentOS中的Shell前端软件包管理器。基于RPM包管理,能够从指定的服务器自动下载RPM包并且安装,可以自动处理依赖性关系,并且一次安装所有依赖的软件包,无须繁琐地一次次下载、安..
分类:
系统相关 时间:
2014-06-16 17:47:06
阅读次数:
309
AsweallareawarethatApacheisaverypowerful,highlyflexibleandconfigurableWebserverforNixOS.Hereinthistutorial,wearegoingtodiscussonemorefeatureofApachewhichallowsustohostmorethanonewebsiteonasingleLinuxmachine.ImplementingvirtualhostingwithApachewebservercanhe..
分类:
其他好文 时间:
2014-06-16 17:41:56
阅读次数:
439
01.在服务端创建zabbix组configuration---Templates---createtemplate---TemplateLinux
DiskIO===其中选择组为"Template"在TemplateLinuxDiskIO中创建Discoveryrule:Name:Diskdevice
discovery
Key:custom.vfs.dev.discovery
FilterMacro{#DISK}Regexp@Disk
devicefordiscover..
分类:
其他好文 时间:
2014-06-16 17:00:42
阅读次数:
543
publicclassTest
{
publicstaticvoidmain(String[]args)throwsException{
Childrenc=newChildren();
c.show();
}
}
classParent
{
publicvoidshow(){
stepOne();
stepTwo();
}
voidstepOne(){
System.out.println("parent.stepOne()");
}
voidstepTwo(){
/..
分类:
其他好文 时间:
2014-06-16 15:12:59
阅读次数:
178