码迷,mamicode.com
首页 >  
搜索关键字:error: no curses/termcap library found    ( 15182个结果
python No handlers could be found for logger错误的解决
在import logging之后,有时程序调试阶段不能正常运行,但只会报No handlers could be found for logger "module"错误.查看详细的log信息,需要在之后加入logging.basicConfig()import logginglogging.bas...
分类:编程语言   时间:2014-08-20 11:46:46    阅读次数:371
安装numpy问题汇总
系统环境是win7(64bit)+python3.4(64bit)+numpy1.82+vs2012 1.如果用sourceforge上编译好的32bit的exe安装,会提示‘python version ** required,which was not found in the registry’.    原因是安装的python是64bit的吧(不确定),但是注册表里确实没有, 2.自...
分类:其他好文   时间:2014-08-20 09:20:16    阅读次数:314
添加 引用using Excel=Microsoft.Office.Interop.Excel所遇到的问题
我引用microsoft office 15.0 object library,并没有找到excel组件。但编译器中并没有报错。很奇怪这个问题。。
分类:其他好文   时间:2014-08-20 01:13:35    阅读次数:188
IS2009制作Oracle 静默安装包(一)感谢空白先生特许授权
原文:IS2009制作Oracle 静默安装包(一)感谢空白先生特许授权上一篇: MyEclipse中消除frame引起的“the file XXX can not be found.Please check the location and try again.”的错误 本文经原作者特许授权于海洋...
分类:数据库   时间:2014-08-19 18:55:15    阅读次数:357
Malformed or corrupted AST file:......module file out of date
Malformed or corrupted AST file: 'Unable to load module "/Users/zhangyu/Library/Developer/Xcode/DerivedData/ModuleCache/11WVWISKX5HB9/Darwin.pcm": mod...
分类:其他好文   时间:2014-08-19 18:52:15    阅读次数:199
ZOJ3197 Google Book 【贪心】
Google Book Time Limit: 1 Second      Memory Limit: 32768 KB You, the best hacker in the world, want to download the books published on Google Book. After some investigation, you found that...
分类:其他好文   时间:2014-08-19 16:38:05    阅读次数:222
[Enterprise Library for .NET Framework 2.0]缓存使用小计
关键代码:using Microsoft.Practices.EnterpriseLibrary.Caching;using Microsoft.Practices.EnterpriseLibrary.Caching.Expirations;using System;namespace ETLUti...
分类:Web程序   时间:2014-08-19 16:23:54    阅读次数:221
ldconfig几个需要注意的地方
就是不管做了什么关于library的变动后,最好都ldconfig一下,不然会出现一些意想不到的结果。不会花太多的时间,但是会省很多的事
分类:其他好文   时间:2014-08-19 16:00:34    阅读次数:184
Hibernate异常:java.lang.NoClassDefFoundError: org/objectweb/asm/Type
解决方法:将Hibernate lib包下的asm.jar添加到项目的library中。 解决方法:将Hibernate lib包下的cglib-2.1.3.jar添加到项目的library中。 ??...
分类:编程语言   时间:2014-08-19 12:54:14    阅读次数:218
R语言diagram包画订单状态流图
代码如下:library("diagram")#a 3&&aa[i,j]0 && aa[j,i]>0){ c[i,j] <- c[j,i] <- 0.06 } j <- j+1 } i <- i+1 }c[1,10] <- 0.45c[6,1] <- 0.45c...
分类:其他好文   时间:2014-08-19 12:51:04    阅读次数:214
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!