码迷,mamicode.com
首页 >  
搜索关键字:yum another copy is running    ( 41280个结果
未能加载程序集System.EnterpriseServices.Wrapper.dll
1.使用CMD命令行 copy C:WINDOWS\Microsoft.NET \Framework\v2.0.50727\System.EnterpriseServices.Wrapper.dll C:WINDOWS\Assebmly\GAC_32\System.Enter...
分类:移动开发   时间:2014-05-26 22:54:23    阅读次数:444
yum安装apache后更改worker模式
进入linux命令模式,输入#yum install httpd //安装apache#vi /etc/sysconfig/httpd //修改文件,打开worker模式将#号去掉重启apache,命令如下#service httpd restart报错如下:[root@localhost~]#se...
分类:其他好文   时间:2014-05-26 22:07:53    阅读次数:315
poj 2253 Frogger
DescriptionFreddy Frog is sitting on a stone in the middle of a lake. Suddenly he notices Fiona Frog who is sitting on another stone. He plans to visi...
分类:其他好文   时间:2014-05-26 21:55:01    阅读次数:352
php.curl详解
目前为目最全的CURL中文说明了,学PHP的要好好掌握.有很多的参数.大部份都很有用.真正掌握了它和正则,一定就是个采集高手了.PHP中的CURL函数库(Client URL Library Function)curl_close - 关闭一个curl会话curl_copy_handle - 拷贝一...
分类:Web程序   时间:2014-05-26 21:52:15    阅读次数:364
log4net的使用
1.下载log4net.dll2.将组件添加引用到项目中3.项目里新建一个配置文件Log4Net.config,删除自动生成的代码,Copy下列代码到该文件. 4.在程序类里面加入(注意是在namespace上面加)[assembly: log4net.C...
分类:Web程序   时间:2014-05-26 20:57:34    阅读次数:363
default listener is not configured in grid infrastructure home
Oracle Restart enable database creation requries Default listener configured and running in Grid Infrastructure home,Use NETCA in Grid Infrastructure ...
分类:其他好文   时间:2014-05-26 15:21:07    阅读次数:276
MonkeyRunner (三)
Running monkeyrunnerYou can either run monkeyrunner programs from a file, or enter monkeyrunner statements in an interactive session. You do both by i...
分类:其他好文   时间:2014-05-26 15:07:58    阅读次数:263
@property属性的用法
* weak(assign) :代理\UI控件* strong(retain) :其他对象(除代理\UI控件\字符串以外的对象)* copy :字符串,block* assign :非对象类型(基本数据类型int\float\BOOL\枚举\结构体)-UI控件也不一定是用weak的,要根据具体情况具...
分类:其他好文   时间:2014-05-26 13:11:02    阅读次数:236
Ubuntu下的LNMP环境
保证联网的情况下,直接参照http://lnmp.org/install.html进行安装,以下花括号内为原文引用:{1、使用putty或类似的SSH工具登陆VPS或服务器;登陆后运行:screen -S lnmp如果提示screen: command not found 命令不存在可以执行:yum...
分类:其他好文   时间:2014-05-26 08:52:19    阅读次数:232
Yum只更新安全补丁的方法
当大家想只给centos系统更新补丁的时候,往往会把其他一些无用的组件给更新下来,现在就给大家说下怎么只更新补丁而又不更新其他组件.1.安装yum插件即可:yum install yum-security2.检查安全更新yum --security check-update3.只安装安全更新yum ...
分类:其他好文   时间:2014-05-24 13:01:02    阅读次数:531
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!