主要区别:client模式启动快,运行速度慢(启动快可能是由于数据共享),HotSpot
VM的client模式实现了数据共享。Server 模式
启动慢,执行速度快。默认情况下,启动时JVM会通过检测主机是否为服务器来判定使用client模式还是server模式。client模式适用于GUI的开发...
分类:
其他好文 时间:
2014-07-22 23:00:54
阅读次数:
325
12、命令行启动
由于我是用VM进行安装的,所以首先需要修改默认启动为命令行的方式。
使用root登录,编辑/etc/inittab文件,将d:5:initdefault:改为d:3:initdefault:
知识点6:Linux的运行级别
# 0 - 停机(千万不能把initdefault 设置为0)
# 1 - 单用户模式 # s init s = init 1
# 2 - 多...
分类:
数据库 时间:
2014-05-04 18:09:26
阅读次数:
407
1、echo 3 > /proc/sys/vm/drop_caches
-------清理缓存2、free -------查看内存情况3、exit -------退出4、cd / -------到根目录5、cd ~
-------到本...
分类:
系统相关 时间:
2014-05-04 11:41:55
阅读次数:
379
1.sqlplus/nolog2.SQL> conn / as
sysdba已连接到空闲例程。3.SQL> shutdown abortORACLE 例程已经关闭。4.SQL> startupORACLE
例程已经启动。Total System Global Area 591396864 bytes...
分类:
数据库 时间:
2014-05-02 05:47:08
阅读次数:
376
现象:rengh@rengh-vm:~$ sudo apt-get install
ia32-libs[sudo] password for rengh: 正在读取软件包列表... 完成正在分析软件包的依赖关系树 正在读取状态信息... 完成
现在没有可用的软件包 ia32-...
分类:
其他好文 时间:
2014-05-02 05:42:49
阅读次数:
308
activating vt-x from biosIf you have HP
EliteBook 8770w do:Shutdown your mobile workstation.Push startup buttonpush ESC
keypush F10 to open BIOS setup...
分类:
其他好文 时间:
2014-05-01 21:08:36
阅读次数:
512
this list is very important , you can not
download what you want like fictx , flash-plugin , vm-tool and so onyou can use
the sites of China , also yo...
分类:
系统相关 时间:
2014-05-01 14:13:25
阅读次数:
561
主要介绍: 1.解决鼠标在windows和linux系统下切换的问题,实现自动切换;
2.解决windows和linux系统间的共享问题.VMwareTools的安装 (1) 虚拟机上启动linux,以根用户权限进入. (2)
在VMware的菜单栏选择VM->install vmware-...
分类:
其他好文 时间:
2014-05-01 00:05:58
阅读次数:
429
在windows下运行VMware创建的虚拟机时出错,无法运行。
错误提示大概为:
Failed to lock the file
Cannot open the disk 'D:\Windows Server 2008 R2 x64.vmdk' or one of the snapshot disks it depends on.
解决方法:
把虚拟机文件夹里【.lck】...
分类:
其他好文 时间:
2014-04-29 13:28:21
阅读次数:
366
需求:后台(指管理员后台)上传一个html模板到文件服务器上,前台(商家操作的平台)读取到模板,并填充数据,生成新的vm页面到webapp/WEB-INF/view目录下,用于预览、保存、打印。
最开始的代码:
@Test
public void test() throws Exception{
String templateUrl = baseServic...
分类:
Web程序 时间:
2014-04-29 13:11:21
阅读次数:
465