码迷,mamicode.com
首页 >  
搜索关键字:no module named win32com.client 错误解决    ( 16022个结果
内核调试神器SystemTap — 探测点与语法(二)
SystemTap脚本主要是由探测点和探测点处理函数组成的,来看下都有哪些探测点可用。 The essential idea behind a systemtap script is to name events, and to give them handlers. Systemtap works by translating the script to C, running the system C compiler to create a kernel module from that. When t...
分类:其他好文   时间:2014-06-07 01:59:08    阅读次数:369
python 解析html基础 HTMLParser库,方法,及代码实例
HTMLParser, a simple lib as html/xhtml parser              官方解释:              This module defines a class HTMLParser which serves as the basis for parsing text files formatted in HTML (HyperText...
分类:编程语言   时间:2014-06-05 11:02:37    阅读次数:354
SAP BAPI一览 史上最全
全BADI一览  List of BAPI's       BAPI WG Component Function module name Description Description Obj. Type Object name Method n...
分类:Windows程序   时间:2014-06-05 09:26:37    阅读次数:3265
【LR11】Error -27796: Failed to connect to server"server:port": [10060] Connection timed out错误解决办法
场景描述:被测系统是发布在远程服务器上的,假设IP是10.10.10.10,端口是8066,那么访问地址是http://10.10.10.10:8066/,在control机器上我设置了IP欺骗。错误现象:在场景运行时出现大量Action.c(8): Error -27796: Failed to ...
分类:其他好文   时间:2014-06-04 19:04:58    阅读次数:1295
JBPM在Eclipse中运行时页面错误ProcessEngine cannot be resolved to a type
JBPM在Eclipse中运行时页面错误ProcessEngine cannot be resolved to a type从网上找了一些杂七杂八的回答,比如在Java EE Module Dependencies设置中添加依赖的jar但是这个设置是以前旧版本的Eclipse所有的。新版的已经没有这...
分类:系统相关   时间:2014-06-03 13:25:27    阅读次数:482
asp.net配置IIS过程错误解决
转载:http://zjcxyxy.blog.163.com/blog/static/9005992520131125105626409/1、安装IIS。在控制面版安装后,发现没有IIS管理功能,重新配置,发现有一些选项默认没有打勾,将Internet信息服务下全部选中,控制面版出来了IIS管理选项...
分类:Web程序   时间:2014-06-03 08:14:21    阅读次数:419
Unity3d:The requested item has been unloaded
问题描述:System.Xml类库下实例化的对象所有枚举类的值都显示如标题错误解决方案1:查看所在类是否:MonoBehaviour,如果没继承,添加即可。
分类:其他好文   时间:2014-05-31 07:53:41    阅读次数:387
"flash download failed - Target dll has been cancelled"错误解决办法
在用mdk通过stlink烧写官方例程到stm32f429I discovery时,烧写了十来个程序都没问题,突然在烧写一个程序时,弹出了“flash download failed - Target dll has been cancelled”,然后后续的烧写都失败了。原因可能是其中一个程序将s...
分类:其他好文   时间:2014-05-31 06:58:56    阅读次数:2006
node.js中的exports和module.exports
不同的编程语言都有各自的代码组织和复用的方式,如.net、php中的命名空间,python中的import,ruby中的module等,来避免命名空间污染。一直都没搞清楚node中的exports和module.exports的区别,借此搞清楚node的代码模块复用方式。首先怎么创建node中的mo...
分类:Web程序   时间:2014-05-30 14:47:27    阅读次数:236
解决SQL Server管理器无法连接远程数据库Error: 1326错误
解决SQL Server管理器无法连接远程数据库Error: 1326错误我们在在使用SQL Server时都会遇到使用SQL Server Management Studio无法连接远程数据库实例的问题,错误描述信息摘录如下:An error has occurred while establis...
分类:数据库   时间:2014-05-29 20:50:49    阅读次数:404
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!