码迷,mamicode.com
首页 >  
搜索关键字:provides    ( 1060个结果
PyGObject笔记1——用Python写图形界面
PyGObject is a Python extension module that gives clean and consistent access to the entire GNOME software platform through the use of GObject Introspection. PyGObject provides full support of GObject Introspection and all of its features (callbacks, GVari...
分类:编程语言   时间:2014-07-29 13:04:47    阅读次数:343
替换yum源时出现的错误
今天在redhat5.4_64系统替换yum源的时候出现:[root@mailyum.repos.d]#yumcleanmetadataTherewasaproblemimportingoneofthePythonmodulesrequiredtorunyum.Theerrorleadingtothisproblemwas:/usr/lib/python2.4/site-packages/_sqlitecache.so:wrongELFclass:ELFCLASS32Pleasei..
分类:其他好文   时间:2014-07-26 15:39:48    阅读次数:278
java解析页面包
http://www.open-open.com/jsoup/parsing-a-document.htmjsoup: Java HTML Parserjsoupis a Java library for working with real-world HTML. It provides a ver...
分类:编程语言   时间:2014-07-22 22:52:57    阅读次数:288
基于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 files, or to monitor directories. When a direc...
分类:系统相关   时间:2014-07-22 22:39:53    阅读次数:476
ubuntu 安装 mongodb
#!/bin/sh?? ? ### BEGIN INIT INFO?? ? # Provides:???? mongodb?? ? # Required-Start:?? ? # Required-Stop:?? ? # Default-Start:??????? 2 3 4 5?? ? # Default-Stop:????...
分类:数据库   时间:2014-07-22 08:16:37    阅读次数:309
JWNL的配置使用
JWNL是什么?JWNL is an API for accessing WordNet-style relational dictionaries. It also provides functionality beyond data access, such as relationship di...
分类:其他好文   时间:2014-07-19 18:12:04    阅读次数:237
after_create and after_commit
A relational database, like mysql, provides transactions to wrap several operations in one unit, make them all pass or all fail. All isolation levels ...
分类:其他好文   时间:2014-07-18 17:21:39    阅读次数:287
查找提供指定命令的软件包
当系统中有一个命令的时候,通过rpm-qf/path/to/command可以查到这个命令是由哪个软件包安装的。但是,如果说需要用的这个命令不存在呢,该如何找到能提供这个命令的软件包。通过yum能够解决这个问题#yumhelp|grepprovides providesFindwhatpackageprovidesthegivenvalue比如,..
分类:其他好文   时间:2014-07-17 16:35:46    阅读次数:237
QEMU KVM Libvirt手册(10):Managing Virtual Machines with libvirt
libvirt is a library that provides a common API for managing popular virtualization solutions, among them KVM and Xen. 使用virt-install创建image qemu-img ...
分类:其他好文   时间:2014-07-16 18:35:42    阅读次数:273
phpStorm 使用技巧大集合
之前整理了一部分使用技巧了,但是在实际操作中发现phpstorm的技巧实在是太多了,所以大部分都统一整理到这篇文字中 ,备用插件11:phpstrom的插件Provides live edit HTML/CSS/JavaScript.配合chrome的jb插件(http://www.j...
分类:Web程序   时间:2014-07-14 14:49:08    阅读次数:271
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!