1. 什么是Internet 1.1 Internet概述 Internet用于将世界上各种各样的终端设备(hosts或者end systems)连接到一起,各种设备通过communication links以及packet switches进行连接。communication links具有各种不 ...
分类:
其他好文 时间:
2019-02-14 11:55:59
阅读次数:
741
文件 首选项 设置 搜索 或者 修改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
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