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
今天在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
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
(英文部分为转的。代码是个人代码)
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
#!/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 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
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
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的技巧实在是太多了,所以大部分都统一整理到这篇文字中 ,备用插件11:phpstrom的插件Provides live edit HTML/CSS/JavaScript.配合chrome的jb插件(http://www.j...
分类:
Web程序 时间:
2014-07-14 14:49:08
阅读次数:
271