码迷,mamicode.com
首页 >  
搜索关键字:ise module browser    ( 16248个结果
JNI实现JAVA和C++互相调用
SDK.h 1 #ifndef SDK_H 2 #define SDK_H 3 4 #include "AsyncProxy.h" 5 #include "Module.h" 6 #include 7 #include 8 #include 9 using std::map;10 using...
分类:编程语言   时间:2014-08-15 19:15:09    阅读次数:273
[python]一个低级错误/xxx instance has no attribute 'xxx'/'module' object is not callable
今天在写代码的时候出现了以下两个错误:TypeError: 'module' object is not callableAttributeError: excelChange instance has no attribute 'xlBook'上网一查,发现第一个错误是由于python中有两种不同...
分类:编程语言   时间:2014-08-15 17:37:29    阅读次数:344
一次ansible故障排除
运行ansbile时候报错:[root@localhostpyhook-2014-06-09-17:47:17-2454]#ansibleTraceback(mostrecentcalllast):File"/usr/bin/ansible",line25,in<module>fromansible.runnerimportRunnerFile"/usr/lib/python2.6/site-packages/ansible/runner/__init__.py",line37,in..
分类:其他好文   时间:2014-08-15 14:53:19    阅读次数:203
python中的下划线及双下划线
一、Python用下划线作为变量前缀和后缀指定特殊变量1. 单下划线开头: _xxx:弱“内部使用”标识,如:”from Module import *”,将不导入所有以下划线开头的对象,包括包、模块、成员2. 双下划线开头: __xxx:模块内的私有成员,外部无法直接调用。 即:私有类型的变...
分类:编程语言   时间:2014-08-15 14:14:38    阅读次数:380
Method and system for providing security policy for linux-based security operating system
A system for providing security policy for a Linux-based security operating system, which includes a template policy module configured to set an autho...
分类:系统相关   时间:2014-08-15 01:29:37    阅读次数:403
apihelper.py
1 def info(object, spacing=10, collapse=1): 2 """Print methods and doc strings. 3 4 Takes module, class, list, dictionary, or string."""...
分类:Windows程序   时间:2014-08-15 01:16:46    阅读次数:436
[Erlang之旅 0009] socket 通讯
前面学习完了gen_server 、gen_tcp 现在做一个简易的socket通讯,服务端将接收到的信息返回给客户端,具体代码如下:服务端: 1 -module(tcp_socket3). 2 -behaviour(gen_server). 3 4 -export([start/0, logi.....
分类:其他好文   时间:2014-08-14 23:20:06    阅读次数:303
PowerShell 中Snapin和Module
大家在运用powershell的时候经常需要导入Snapin和Module来帮助完成一些运维操作。比如以下两种操作:1我们通过调用活动目录Module来管理用户2通过导入Exchange的Snapin来完成对邮箱的管理但什么是Snapin和Module呢?从上面的举例来看两者都是powershell的扩展。在MSDN上Snapin..
分类:Windows程序   时间:2014-08-14 21:04:10    阅读次数:277
表结构更改后或新增加数据后同步到表中
select 'insert into mtx_system_module(module_id,module_code,module_name,module_note,create_date,version)values('+cast(moduleid as varchar(10))+','''+O...
分类:其他好文   时间:2014-08-14 20:03:39    阅读次数:253
【Linux】鸟哥的Linux私房菜基础学习篇整理(十二)
1. depmod [-Ane]:更新内核模块依赖。参数:无参数:depmod会主动分析目前内核的模块,并重新写入/lib/modules/$(uname -r)/modules.dep中;-A:depmod会查找比modules.dep内还要新的模块,如果找到符合模块才更新;-n:不写module...
分类:系统相关   时间:2014-08-14 19:45:09    阅读次数:237
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!