1 错误描述
youhaidong@youhaidong:~$ cd 下载
youhaidong@youhaidong:~/下载$ sudo apt-get update
忽略 http://cn.archive.ubuntu.com trusty InRelease
忽略 http://cn.archive.ubuntu.com trusty-updates InRelease ...
分类:
系统相关 时间:
2015-01-01 22:33:21
阅读次数:
1033
1 错误描述
youhaidong@youhaidong:~$ sudo apt-get update
E: 无法获得锁 /var/lib/apt/lists/lock - open (11: 资源暂时不可用)
E: 无法对目录 /var/lib/apt/lists/ 加锁
2 错误原因
权限不够,导致出错
3 解决办法
youhaidong@youhaidon...
分类:
其他好文 时间:
2015-01-01 21:16:02
阅读次数:
154
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...
分类:
其他好文 时间:
2015-01-01 18:35:47
阅读次数:
184
老题了。class Solution {public: ListNode *getIntersectionNode(ListNode *headA, ListNode *headB) { ListNode *tailA = headA; ListNode *tail...
分类:
其他好文 时间:
2015-01-01 00:09:21
阅读次数:
184
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-12-31 20:11:16
阅读次数:
231
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-12-31 11:23:10
阅读次数:
154
1、问题描述OS: kali自上一次执行sudo apt-get upgrade之后,系统任务栏中一直有待升级提醒,而再执行sudo apt-get upgrade却是如下提示Reading package lists... DoneBuilding dependency tree Re...
Write a program to find the node at which the intersection of two singly linked lists begins.For example, the following two linked lists:A: a...
分类:
其他好文 时间:
2014-12-30 20:30:42
阅读次数:
217
Intersection of Two Linked Lists
Total Accepted: 8676
Total Submissions: 32571
Write a program to find the node at which the intersection of two singly linked lists begins.
For example, the...
分类:
其他好文 时间:
2014-12-30 07:05:06
阅读次数:
172
题目:(DC,LinkedList,Heap)Mergeksorted linked lists and return it as one sorted list. Analyze and describe its complexity.题解:leetcode中不多的heap题,priorityqu...
分类:
其他好文 时间:
2014-12-30 00:24:24
阅读次数:
183