其他
改为root用户才能挂载,使用的命令是sudo su,换成自己就su + 名字就好了,比如bnrc。 进入root之后,执行命令mount /dev/sdb/ /diskb/,即mount + 使用的磁盘+挂载的路径。原本的磁盘已经分好区了,只有格式化了才需要重新分区,这种直接挂载就好了。 使用fd ...
Given a string, find the length of the longest substring without repeating characters. Example 1: Input: "abcabcbb" Output: 3 Explanation: The answer ...
Document --> 这是用v-if控制的元素 这是用v-show控制的元素 ...
1、查看docker版本 [root@localhost ~]# docker info \\查看有关Docker安装的更多详细信息 2、讲用户jason添加到docker组 3、列出下载的image 4、列出 “hello-world” 运行完后的容器 备忘: ...
传送门:https://codeforces.com/problemset/problem/375/D 题意: 给你一颗有根树,树上每个节点都有其对应的颜色,有m次询问,每次问你以点v为父节点的子树内满足某种颜色的数量大于k的颜色一共有多少种 题解: 冷静分析,胡乱分析,询问次数这么多,但是并没有修 ...
Cesium中文网:http://cesiumcn.org/ | 国内快速访问:http://cesium.coinidea.com/ Camera CesiumJS中的Camera控制场景的视图。有很多方法可以操作Camera,如旋转(rotate)、缩放(zoom)、平移(pan)和飞到目的地( ...