找了好多资料,最终都没有搞定,自己研究吧(当然也要查资料)
失败的主要原因是不能访问到repository,至于为什么访问不到,可能是被强了,也可能是真的老了
1,关闭所以源 (怎么着software sources 自己搜索吧)
2,删除/var/lib/apt/lists 所有文件
3,添加阿里云镜像https://launchpad.net/ubunt...
分类:
其他好文 时间:
2014-10-09 21:09:17
阅读次数:
180
You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single digit. Add the two numbers and return it as a link...
分类:
其他好文 时间:
2014-10-09 17:15:15
阅读次数:
218
private Type CreateEnum() { List lists = new List(); lists.Add("男"); lists.Add("女"); AppDomain a...
分类:
Web程序 时间:
2014-10-08 23:40:27
阅读次数:
183
High Performance Python
目录
1
Understanding Performant Python2
Profiling3
Lists and Tuples4
Dictionaries and Sets5
Iterators and Generators6
Matrix and Vector Computation7
Compil...
分类:
编程语言 时间:
2014-10-08 11:03:25
阅读次数:
448
题目:Merge Two Sorted ListsMerge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of the ...
分类:
其他好文 时间:
2014-10-06 18:31:30
阅读次数:
145
You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single ...
分类:
其他好文 时间:
2014-10-05 23:28:39
阅读次数:
357
原文转自:http://blog.jobbole.com/51786/在Airbnb,这几年我们已经学习了很多了关于构建富应用的经验,从2011年通过做我们的网站手机版,我们开始研究single-page应用,尤其是在我们正式推出Wish Lists和我们重新设计的search page以后。大部分...
分类:
编程语言 时间:
2014-10-04 09:56:26
阅读次数:
321
[leetcode]Merge k sorted linked lists and return it as one sorted list. Analyze and describe its complexity....
分类:
其他好文 时间:
2014-10-02 11:43:22
阅读次数:
165
You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single ...
分类:
其他好文 时间:
2014-10-02 02:34:02
阅读次数:
227