码迷,mamicode.com
首页 >  
搜索关键字:ln    ( 1954个结果
virtualbox 4.3.10 ubuntu 12.04 mount share folder bug
virtualbox 4.3.10 不能mount共享文件夹,这是一个bug,参考如下链接https://www.virtualbox.org/ticket/12879执行以下命令即可:sudo ln -s /opt/VBoxGuestAdditions-4.3.10/lib/VBoxGuestAd...
分类:其他好文   时间:2014-07-22 23:07:55    阅读次数:334
ubuntu 安装Firefox 29.0
下载Firefox 29.0% cd ~/Downloads% sudo cp firefox-29.0.tar.bz2 /opt% cd /opt% sudo tar -xvjf firefox-29.0.tar.bz2然后% sudo ln -sf /opt/firefox/firefox /....
分类:其他好文   时间:2014-07-22 23:06:13    阅读次数:311
[leetcode]Reorder List @ Python
原题地址:http://oj.leetcode.com/problems/reorder-list/题意:Given a singly linked listL:L0→L1→…→Ln-1→Ln,reorder it to:L0→Ln→L1→Ln-1→L2→Ln-2→…You must do this...
分类:编程语言   时间:2014-05-01 15:37:03    阅读次数:441
Leetcode:Reorder List 单链表重排序
Given a singly linked list L: L0→L1→…→Ln-1→Ln, reorder it to: L0→Ln→L1→Ln-1→L2→Ln-2→… You must do this in-place without altering the nodes' values. For example, Given {1,2,3,4}, reorder it to ...
分类:其他好文   时间:2014-04-29 13:42:21    阅读次数:427
1954条   上一页 1 ... 194 195 196
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!