安装pysqlite-2.6.3
error: Unable to find vcvarsall.bat
解决方法:
只要安装了VS系列软件,在"..python安装路径…\Lib\distutils目录下有个msvc9compiler.py找到243行
1toolskey = "VS%0.f0CO...
分类:
数据库 时间:
2014-12-12 00:00:44
阅读次数:
1336
Symptoms Accessing certain JIRA pages result in: SEVERE: Internal server error com.atlassian.jira.issue.index.SearchUnavailableException: com.atlassia...
分类:
其他好文 时间:
2014-12-11 12:01:00
阅读次数:
351
关于内核报错 “Unable to handle kernel paging request at virtual address” 的问题, 绝大多数都是由于程序使用了不可用的指针而引起的, 定位这类问题的办法很简单,也希望我的描述足够简单实用...
分类:
系统相关 时间:
2014-12-10 16:29:15
阅读次数:
371
这个错误时在Mysql主从配置产生的,最后找到这个Mysql的一个bughttp://bugs.mysql.com/bug.php?id=62055bug的主要原因是:打开文件的函数中指定打开模式时,如果O_CREAT和O_EXCL同时指定,那么当文件存在时会导致打开文件出错,这个使用方法本来也没有...
分类:
数据库 时间:
2014-12-10 16:02:24
阅读次数:
386
由于建表的时候木有注意,在生产SQL时pd在列名上都加了“”这个东东,故只有通过以下VB脚本即可批量修改,在Tools=>Execute Commands下的Edit/Run Scripts,或者通过Ctrl+Shift+X运行以下脚本即可:'****************************...
分类:
其他好文 时间:
2014-12-10 15:41:52
阅读次数:
223
转自:http://blog.csdn.net/zhufuing/article/details/18354491错误提示:[2014-01-16 09:27:35 - Dex Loader] Unable to execute dex: java.nio.BufferOverflowExcepti...
分类:
编程语言 时间:
2014-12-09 17:37:16
阅读次数:
212
Unable to start activity ComponentInfo{com.example.customview/com.example.customview.MainActivity}:...
分类:
其他好文 时间:
2014-12-09 12:21:14
阅读次数:
155
标签:杂谈分类: 数据库技术工具:Sybase PowerDesigner 15.1Microsoft SQL Server 2005第一步概要设计:打开PowerDesigner软件,设计“概念数据模型”(Conceptual Data Model):点击workspace 右键---》New—>...
分类:
数据库 时间:
2014-12-09 09:16:06
阅读次数:
240
zookeeper在单机上伪集群测试时,出现Unable to start AdminServer, exiting abnormally...
分类:
其他好文 时间:
2014-12-08 21:23:58
阅读次数:
1446