码迷,mamicode.com
首页 >  
搜索关键字:an unhandled exception has occurred    ( 21894个结果
Spyder提示ValueError: API 'QString' has already been set to version 1
转载自:http://wuyuans.com/2013/02/spyder-valueerror-api-qstring-has-already-been-set-to-version-1/在IPython中使用enthought.mayavi正常,但在Spyder中确有问题,提示如下:ValueE...
分类:Windows程序   时间:2014-07-09 21:47:51    阅读次数:1422
数据库升级ora-04063 DBMS_REGISTRY has error
在做Oracle数据库从11.2.0.1.0升级到11.2.0.2.8时,软件升级没有问题,实例升级没有问题,升级psu的时候。执行@?/rdbms/admin/catbundle psu apply时,仅仅显示一部分信息,即终止apply。在dba_registry_history中未显示11.2...
分类:数据库   时间:2014-07-09 21:26:47    阅读次数:317
poj 1258 最小生成树
链接: http://poj.org/problem?id=1258Agri-NetTime Limit:1000MSMemory Limit:10000KTotal Submissions:38326Accepted:15424DescriptionFarmer John has been ele...
分类:其他好文   时间:2014-07-09 00:11:17    阅读次数:251
批量MD5命名文件
#coding=utf-8import osimport hashlibdef GetFileMd5(filename): if not os.path.isfile(filename): print(filename) return mymd5 = has...
分类:其他好文   时间:2014-07-08 23:52:38    阅读次数:502
C++11 里lambda表达式的学习
最近看到很多关于C++11的文档,有些是我不怎么用到,所以就略过去了,但是lambda表达式还是比较常用的,其实最开始学习python的时候就觉得lambda这个比较高级,为什么C++这么弱。果然C++增加这个东西。语法[ capture ] ( params ) mutable exception...
分类:编程语言   时间:2014-07-08 23:49:31    阅读次数:400
【LeetCode】Linked List Cycle
题目 Given a linked list, determine if it has a cycle in it. Follow up: Can you solve it without using extra space? 解答 首先要注意空链表不成环;不能开额外的空间,即空间复杂度是o(1),可采用“快慢指针”查检查链表是否含有环,如果在快的指针能够追上慢的指针,则有环,否...
分类:其他好文   时间:2014-07-08 19:17:47    阅读次数:160
LA3026 - Period(KMP)
For each prefix of a given string S with N characters (each character has an ASCII code between 97 and 126, inclusive), we want to know whether the prefix is a periodic string. That is, for each i (2...
分类:其他好文   时间:2014-07-08 17:54:12    阅读次数:297
Throwable中的fillInStackTrace
fillInStackTrace 方法的作用就是一追可以追溯到栈的底部。 转载一个测试类: package com.exception; /** * Created with IntelliJ IDEA. * User: 菜鸟大明 * Date: 14-7-7 * Time: 下午10:42 * To change this template use File | Settin...
分类:其他好文   时间:2014-07-08 17:47:01    阅读次数:265
MySQL插入数据时插入无效的列
1、错误描述 com.mysql.jdbc.exception:jdbc4.MySQLSyntaxErrorException:Unknown column 'man' in 'field list' 2、错误原因 数据库表中的字段:sno     sname    sage     ssex 插入数据时:          sno     sname    sage     ma...
分类:数据库   时间:2014-07-08 13:50:59    阅读次数:242
UVA 10047 - The Monocycle
题目如下:  Problem A: The Monocycle  A monocycle is a cycle that runs on one wheel and the one we will be considering is a bit more special. It has a solid wheel colored with fiv...
分类:其他好文   时间:2014-07-06 11:49:47    阅读次数:233
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!