问题:TherewasaproblemimportingoneofthePythonmodulesrequiredtorunyum.Theerrorleadingtothisproblemwas:NomodulenamedyumPleaseinstallapackagewhichprovidesthismodule,orverifythatthemoduleisinstalledcorrectly.It‘spossiblethattheabovemoduledoesn‘tmatchthecurrentv..
分类:
编程语言 时间:
2014-07-16 16:36:29
阅读次数:
172
python安装模块时:pythonsetup.pyinstall错误:ImportError:Nomodulenamedsetuptools没有setuptools的模块,安装这个模块即可解决此问题:下载setuptools包wgetthttp://pypi.python.org/packages/source/s/setuptools/setuptools-0.6c11.tar.gztarzxvfsetuptools-0.6c11.tar.g..
分类:
编程语言 时间:
2014-07-16 16:26:03
阅读次数:
231
升级python版本后,运行yum
# yum -y install openssl
提示如下:
There was a problem importing one of the Python modules
required to run yum. The error leading to this problem was:
No module named yum
Pl...
分类:
编程语言 时间:
2014-07-16 14:04:47
阅读次数:
193
1. 设置iis pool: cls Import-Module WebAdministration Get-ChildItem IIS:\apppools | ForEach-Object{ $name = $_.name Write-Host $_.name $pool = Get-Item I...
分类:
其他好文 时间:
2014-07-16 12:26:18
阅读次数:
1084
无书面授权,请勿转载
第五章 自定义模块
Using a module
Now that we have written our very first module for Ansible, we should give it a
go in a playbook. Ansible looks at several places for its modules: first it looks ...
分类:
其他好文 时间:
2014-07-16 09:14:31
阅读次数:
376
数据库表设计
1.1.1. 模块管理(jk_module)
项
类型
说明
id
long
就是数据库记录idx号
name
string
模块名称
orderid
int
排序id 由小到大显示
deleted
...
分类:
编程语言 时间:
2014-07-16 08:48:52
阅读次数:
261
help(__import__)__import__(...) __import__(name, globals={}, locals={}, fromlist=[], level=-1) -> module 导入一个模块。 globals:决定上下文,不修改。 locals:当前未使用。 ...
分类:
编程语言 时间:
2014-07-16 00:48:27
阅读次数:
302
函数地址:hook_preprocess_HOOK
1 首先解释下hook_preprocess_HOOK这个钩子的含义:
hook
_ preprocess _ HOOK
[module]
_ preprocess _ [theme hook name]
自定义的模块名字 ...
分类:
其他好文 时间:
2014-07-15 12:39:45
阅读次数:
191
ngx_event_core_module模块的ngx_event_process_init方法对事件模块做了一些初始化。其中包括将“请求连接”这样一个读事件对应的处理方法(handler)设置为ngx_event_accept函数,并将此事件添加到epoll模块中。当有新连接事件发生时,ngx_event_accept就会被调用。大致流程是这样:
worker进程在ngx_worker...
分类:
其他好文 时间:
2014-07-15 12:25:28
阅读次数:
299
yumremoveibusyuminstallfcitxfcitx-table-chinesefcitx-gtk2fcitx-gtk3fcitx-libsfcitx-datacd~vi.bash_profile输入以下几行exportGTK_IM_MODULE=fcitxexportQT_IM_MODULE=fcitxexportXMODIFIERS=“@im=fcitx”输入命令killallfcitx&&fcitx&查看/etc/rc.d/rc.loca..
分类:
其他好文 时间:
2014-07-15 12:05:46
阅读次数:
260