有时候我们只知道命令却不知道产生这个命令安装包,怎么办?使用选项provides去发现命令的安装包#yum--help|grepprovides
providesFindwhatpackageprovidesthegivenvalue(找到包提供的给定值)用法举例:查找scp命令的安装包#yumprovides*/scp
Loadedplugins:downloadonly,fas..
分类:
其他好文 时间:
2016-02-23 16:02:00
阅读次数:
265
Immutable.js provides several conversion methods to migrate one structure to another. Each Immutable.js class contains a prefixed "to" method like Map
分类:
编程语言 时间:
2016-02-22 06:45:45
阅读次数:
262
如果出现下面问题:[root@thunderspeed~]#ifconfigbash:ifconfig:commandnotfound...[root@thunderspeed~]#[root@thunderspeed~]#netstatbash:netstat:commandnotfound...[root@thunderspeed~]#使用provides搜索依赖包sudoyumprovidesifconfig搜索结果是:net-tools因此需要安装..
分类:
Web程序 时间:
2016-02-20 01:58:06
阅读次数:
694
(英文部分为转的。代码是个人代码) 1 What’s inotify The inotify API provides a mechanism for monitoring file system events. Inotify can be used to monitor individual f
分类:
系统相关 时间:
2016-02-18 21:29:05
阅读次数:
332
Subversion 1.7 provides many benefits: svn1.7版本有以下好处: Improved performance. Increased speed for many common source control operations, most notably a
分类:
移动开发 时间:
2016-02-15 18:22:00
阅读次数:
249
原文地址:http://effbot.org/librarybook/asyncore.htm The asyncore module This module provides a “reactive” socket implementation. Instead of creating socke
分类:
编程语言 时间:
2016-02-14 15:30:23
阅读次数:
219
This is an example of how to use the AtomicInteger class of Java. Thejava.util.concurrent.atomic package provides very useful classes that support loc
分类:
其他好文 时间:
2016-02-12 10:33:25
阅读次数:
230
lua5.1 模块理解 http://www.lua.org/manual/5.1/manual.html#pdf-module 模块 5.3 – Modules The package library provides basic facilities for loading and buildi...
分类:
其他好文 时间:
2016-02-07 02:19:36
阅读次数:
266
什么是NSTimer 官方给出解释是:“A timer provides a way to perform a delayed action or a periodic action. The timer waits until a certain time interval has elapsed
分类:
其他好文 时间:
2016-01-30 17:41:57
阅读次数:
113
UI Automator Viewer The uiautomatorviewer tool provides a convenient GUI to scan and analyze the UI components currently displayed on an Android devic
分类:
其他好文 时间:
2016-01-28 21:05:23
阅读次数:
304