码迷,mamicode.com
首页 >  
搜索关键字:provides    ( 1060个结果
yum小技巧
有时候我们只知道命令却不知道产生这个命令安装包,怎么办?使用选项provides去发现命令的安装包#yum--help|grepprovides providesFindwhatpackageprovidesthegivenvalue(找到包提供的给定值)用法举例:查找scp命令的安装包#yumprovides*/scp Loadedplugins:downloadonly,fas..
分类:其他好文   时间:2016-02-23 16:02:00    阅读次数:265
[Immutable.js] Converting Immutable.js Structures to Javascript and other Immutable Types
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
ifconfig,netstat 命令找不到解決办法
如果出现下面问题:[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
基于redis ae实现 Linux中的文件系统监控机制(inotify)
(英文部分为转的。代码是个人代码) 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
xcode中souceControl的苹果文档翻译(节选)
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
python asyncore
原文地址: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
AtomicInteger变量学习
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
lua 模块功能
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和Runloop的关系
什么是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
UIAutomator
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
1060条   上一页 1 ... 66 67 68 69 70 ... 106 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!