linux链接 linux链接简介 在linux系统中,链接可以分为两种,一种为硬链接(Hard Link),另一种为软链接或符号链接(Symbolic Link or Soft Link). 在默认不带参数的情况下,执行ln命令创建的链接就是硬链接。 如果使用ln -s 创建链接则为软链接,前面文 ...
分类:
系统相关 时间:
2019-02-04 22:05:41
阅读次数:
223
文件 首选项 设置 搜索 或者 修改settings.json 添加 ` "search.followSymlinks": false` ...
分类:
其他好文 时间:
2019-01-30 12:49:09
阅读次数:
136
1074 Reversing Linked List (25 分) Given a constant K and a singly linked list L, you are supposed to reverse the links of every K elements on L. For e ...
分类:
其他好文 时间:
2019-01-28 01:05:58
阅读次数:
118
#root@c7hp:~ excp c78 "zkServer.sh start"[1] 11:49:44 [FAILURE] c78 Exited with error code 1Starting zookeeper ... FAILED TO WRITE PIDStderr: ZooKeepe ...
分类:
其他好文 时间:
2019-01-20 15:03:23
阅读次数:
214
function getActiveControl() { var segmentedControl = document.getElementById("top-scroll"); var links = segmentedControl.getElementsByTagName('a'); fo ...
分类:
其他好文 时间:
2019-01-16 19:22:50
阅读次数:
772
内容主要参照博客https://blog.csdn.net/xxn_723911/article/details/78795033 http://www.runoob.com/python/os-walk.html os.listdir(path='')--获取文件路径 其中参数path为需要列出的 ...
分类:
其他好文 时间:
2019-01-14 21:24:10
阅读次数:
747
Question :What is linux symbolic link In computing, a symbolic link (also symlink or soft link) is a term for any file that contains a reference to an ...
分类:
系统相关 时间:
2019-01-13 13:40:30
阅读次数:
212
1)卸载全部ros: sudo apt-get remove --purge ros-* 卸载某个ros版本(ros版本可以共存,每次需要切换) 如indigo: sudo apt-get remove --purge ros-indigo 或者先卸载包 sudo apt-get purge ros ...
分类:
其他好文 时间:
2019-01-12 20:20:53
阅读次数:
2041
将COMP20003中关于Graph的内容进行总结,内容来自COMP20003,中文术语并不准确,以英文为准。 Graph G = {V, E} 顶Vertices V: can contain information 边Edges E (links between vertices): can h ...
分类:
其他好文 时间:
2019-01-12 17:59:01
阅读次数:
289
Apache 多站点虚拟主机配置方法, 有这类需要的朋友可以参考下。 修改配置文件 conf/httpd.conf 1.加入下面两句 NameVirtualHost *:80 Include conf/vhosts 2.在conf目录中建立vhosts目录 然后在 vhosts 目录下面建立相应的站 ...
分类:
Web程序 时间:
2019-01-10 15:29:00
阅读次数:
239