码迷,mamicode.com
首页 >  
搜索关键字:yum another copy is running    ( 41280个结果
SVN、TortoiseSVN相关问题
主要记录一些日常操作出现的问题:1.upgrade working copy:SVN客户端升级或降级的时候,在本地已经下载workspace右键会显示upgrade working copy。无论是升级还是降级TortoiseSVN,请大家安装完成后重启电脑。如果是升级(TortoiseSVN1.6...
分类:其他好文   时间:2014-05-14 02:41:53    阅读次数:642
[LeetCode]Evaluate Reverse Polish Notation
题目:Evaluate the value of an arithmetic expression inReverse Polish Notation.Valid operators are+,-,*,/. Each operand may be an integer or another expr...
分类:其他好文   时间:2014-05-13 22:43:01    阅读次数:335
centos6.5安装FTP服务器
1.检测是否安装了FTP rpm -qvsftpd2.安装ftp yum installvsftpd3.完成ftp安装后,将/etc/vsftpd/user_list 和 /etc/vsftpd/ftpusers文件中的root这一行注释掉 #root4.编辑 /etc/vsftpd/vsft...
分类:其他好文   时间:2014-05-13 22:39:58    阅读次数:294
2013 南京邀请赛 K题 yet another end of the world
1 /** 2 大意:给定一组x[],y[],z[] 确定有没有两个不同的x[i], x[j] 看是否存在一个ID使得 3 y[i]17 #include 18 using namespace std;19 long long x[1010],y[1010],z[1010];20 2...
分类:其他好文   时间:2014-05-13 21:15:24    阅读次数:352
Cycript
【Cycript】 Cycript allows developers to explore and modify running applications on either iOS or Mac OS X using a hybrid of Objective-C++ and JavaScri....
分类:其他好文   时间:2014-05-13 20:12:46    阅读次数:257
项目代码的缺陷
由于现在很多业务我都是在copy代码所以代码有的没有用有的对象是null,有的却不是obj=map.get()之后对象的属性有的之前都set好了在map.put的之前又设置了多余吧,应该删掉你
分类:其他好文   时间:2014-05-13 17:18:21    阅读次数:184
Android的代码都得自己一个个敲一遍吗?
最近在Android学习中,碰到一个头疼的问题,众所周知Android是一个开发源代码的平台,网上有很多网友分享的关于各种例子的demo,比如扫描二维码,瀑布流等,对于前人已有的成果,我们应该怎么看待呢,直接copy修改到自己的项目里吗,还是自己要耐心的先理解,然后重新编写一遍?...
分类:移动开发   时间:2014-05-13 05:16:46    阅读次数:263
Example LINUX init Script
Fromtimetotime,peoplewantmetocreateLINUXinitscriptsforthem.Iusuallyjusttakeanexistingoneforanotherserviceandchangeituptoworkformynewapplication,butmostofthemhavebecomesolongthesedaysthatIenduphavingtohackoutatonofcodejusttoreducethemdowntotheverybasicscript..
分类:系统相关   时间:2014-05-13 03:59:53    阅读次数:306
rhel、centos好用的yum源
http://pkgs.repoforge.org/rpmforge-release/
分类:其他好文   时间:2014-05-13 01:49:34    阅读次数:224
vsftpd的快速安装
环境:centos5.932位1.使用yum命令直接安装:yum-yinstallvsftpd然后为它创建日志文件:touch/var/log/vsftpd.log2.启动与配置自启动使用chkconfig--list来查看vsftpd服务启动项情况;如果看到的是如下显示的结果:vsftpd0:off1:off2:off3:off4:off5:off6:off服务全部都是off的..
分类:其他好文   时间:2014-05-13 01:45:24    阅读次数:433
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!