记得看过有些同学每天一早打开自己的电脑后,就开始去某个盘符,然后一个文件夹一个文件夹的逐层去找某一个每天必须用的excel文件。看到这个场景,只能用费劲二字来概括。那么如何更快的打开我们常用的excel文件呢?下面就和大家分享一下如何在excel的Jumplist和Backstageview-..
分类:
其他好文 时间:
2014-07-19 02:11:45
阅读次数:
228
问题:利用Python连接Oracle时报错,完整过程如下import cx_Oracleconn = cx_Oracle.connect('testma/dingjia@192.168.88.139:1521/orcl')Traceback (most recent call last): Fi....
分类:
数据库 时间:
2014-07-16 18:50:04
阅读次数:
2108
Description
Jimmy is studying Advanced Graph Algorithms at his university. His most recent assignment is to find a maximum matching in a special kind of graph. This graph is undirected, has N verti...
分类:
其他好文 时间:
2014-07-16 14:34:42
阅读次数:
239
Problem Description
Due to recent rains, water has pooled in various places in Farmer John's field, which is represented by a rectangle of N x M (1 <= N <= 100; 1 <= M <= 100) squares. Each square...
分类:
其他好文 时间:
2014-07-16 08:01:44
阅读次数:
291
执行# python setup.py install 时发生如下错误Traceback (most recent call last): File "setup.py", line 6, in from setuptools import setup, find_packagesImpo...
分类:
编程语言 时间:
2014-07-13 00:57:46
阅读次数:
279
Lake Counting
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 19591
Accepted: 9848
Description
Due to recent rains, water has pooled in various places in...
分类:
其他好文 时间:
2014-07-12 19:31:32
阅读次数:
190
今天往idea里导入其他项目时又遇到了一个问题,单独标记一下。
导入后打开一个布局xml文件,发现不能渲染,报错为:
This version of
the rendering library is more recent than your version of IntelliJ IDEA. Please update IntelliJ IDEA
看字面意思就是...
分类:
其他好文 时间:
2014-07-11 00:10:13
阅读次数:
418
今天同事pvuTraceback (most recent call last): File "F:\vmid.py", line 11, in vmiddle.connect((host, port))LookupError: unknown encoding: idna...
分类:
其他好文 时间:
2014-07-10 21:17:06
阅读次数:
365
有时候需要在putty这样的图形终端中打开图形化的管理工具会出现下面的错误:
[root@node2 ~]# Traceback (most recent call last):
File "/usr/share/virt-manager/virt-manager.py", line 383, in
main()
File "/usr/share/virt-manager/virt-ma...
分类:
其他好文 时间:
2014-07-10 19:40:29
阅读次数:
196
生成器>>> def func1():... yield 0... yield 1... >>> a=func1()>>> a.next()0>>> a.next()1>>> a.next()Traceback (most recent call last): File "", l...
分类:
编程语言 时间:
2014-07-06 20:07:34
阅读次数:
251