方法1.go to the Product menu and find the Edit
Scheme menu there.While in Edit Scheme window, select the "Run" option on the
left hand side of the scree...
分类:
其他好文 时间:
2014-06-12 21:03:42
阅读次数:
317
~~~把apache安装为服务myweb,用apacheMonitor启动myweb发现无法启动,提示:the
requested operation has failed~~~通过下面的方法排查 发现 httpd-vhosts.conf配置文件
documentRoot: "f:\lm\" 这里应...
分类:
其他好文 时间:
2014-06-12 15:52:44
阅读次数:
215
精简了一下CentOS的开机自启服务,结果重启之后出现提示StartingHALdaemon:[FAILED]然后启动到crond的时候halt了……按理说这个守护进程不是致命的,FAILED也是应该能启动起来系统的,它只是担负U盘以及其他USB硬件识别功能。但是问题是如果需要启动到图形界面,鼠标键盘识别失..
分类:
其他好文 时间:
2014-06-10 23:35:36
阅读次数:
1055
由于使用Ubuntu的缘故,开始使用VirtualBox,使用中遇到了一些小问题,整理如下(已经许久未更新,希望对刚接触的朋友有帮助,老手们请自动忽略)。VirtualBox下载地址:https://www.virtualbox.org/wiki/Downloads1、VirtrualBoxUSB设备无法分配首先需要安装补丁包(Oracle_VM..
分类:
其他好文 时间:
2014-06-10 23:14:54
阅读次数:
244
在第8节中,我们提到如果要让租户从私有的VM网络中访问外网,需要进行NAT网关的设置。1.我们先来看看本节所需要的硬件环境。我这边准备了2台物理机,并添加入VMM管理:sc-hostrt:配置3块物理网卡,作NAT网关用sc-host2:配置2块物理网卡,作放置租户的自建VM虚拟机用。如果实..
分类:
其他好文 时间:
2014-06-10 18:50:56
阅读次数:
305
在PS2.0中,如果返回值为空,则count也会返回空(vm.txt内容为空),如下:(gc
d:\vm.txt).count如果加上@的话,会返回0@(gc
d:\vm.txt).count在PS3.0中,即使内容为空,count也会返回0=============================...
分类:
其他好文 时间:
2014-06-10 12:58:20
阅读次数:
177
dir1下有个log_1.log dir2下有个log_2.log 两个文件如下:
p_ylwu@VM_194_111_sles10_64:/home/jdxochen/exercise> cat -v dir1/log_1.log
1
3
5
7
9
0
p_ylwu@VM_194_111_sles10_64:/home/jdxochen/exercise> cat -v di...
分类:
系统相关 时间:
2014-06-10 11:04:29
阅读次数:
265
在CentOS
6上的eclipse安装了svbclipse插件后,svn不能使用,并且第一次使用的时候还出现下面错误窗口提示 Failed to load JavaHL
Library. These are the errors that were encountered: ...
分类:
编程语言 时间:
2014-06-10 00:51:27
阅读次数:
410
每个app 都有一个自己的 linux 进程;每个进程都在自己的虚拟机里执行两个app
可以跑在一个进程,一个vm里android app 四大组件:activity,content provider, services, broardcast
receiversContent Resolver ....
分类:
移动开发 时间:
2014-06-10 00:25:23
阅读次数:
287