一、背景 Win10系统下安装ubuntu16.04双系统-常见问题解答 由于安装双系统时,ubuntu分区设置如下: 1) 主分区 ext4 / 30720MB 2) 主分区 swap area 8192MB 3) 逻辑分区 ext4 /boot 1024MB 4) 逻辑分区 ext4 /home ...
分类:
系统相关 时间:
2019-08-25 00:36:51
阅读次数:
224
小程序的左滑删除效果用的是组件 movable-area 和 movable-view 文档 : https://developers.weixin.qq.com/miniprogram/dev/component/movable-view.html 1、movable-area基本概念 (1)mo ...
分类:
微信 时间:
2019-08-18 09:54:40
阅读次数:
139
We are given a list of (axis aligned) . Each , where (x1, y1) are the coordinates of the bottom left corner, and (x2, y2) are the coordinates of the t ...
分类:
其他好文 时间:
2019-08-18 09:28:28
阅读次数:
101
题目链接: "HDU 1392" Problem Description There are a lot of trees in an area. A peasant wants to buy a rope to surround all these trees. So at first he mu ...
分类:
其他好文 时间:
2019-08-17 00:46:44
阅读次数:
87
An array of positive integers a1,?a2,?...,?an is given. Let us consider its arbitrary subarray al,?al?+?1...,?ar, where 1?≤?l?≤?r?≤?n. For every posit ...
分类:
编程语言 时间:
2019-08-16 19:05:56
阅读次数:
127
1 class HouseItem(): 2 """家具""" 3 def __init__(self,name,area): 4 self.name = name 5 self.area = area 6 7 def __str__(self): 8 return ("%s的占地面积:%.2f" ... ...
分类:
其他好文 时间:
2019-08-13 15:48:18
阅读次数:
76
实验拓扑如图所示: 公司A网络如实验拓扑所示,请根据如下需求对网络进行部署: 1) 按照拓扑所示配置OSPF多区域,另外R3与R6,R4与R6间配置RIPv2。R1,R2,R3,R4的环回接口0通告入Area 0,R5的通告入Area 1,R6的直连接口的通告入RIP中; 2) R6上的公司内部业务 ...
分类:
其他好文 时间:
2019-08-13 11:51:53
阅读次数:
204
```java INSERT INTO tb_area(area_name, area_desc, priority, create_time, last_edit_time) VALUES (#{areaName}, #{areaDesc}, #{priority}, ... ...
分类:
移动开发 时间:
2019-08-11 17:46:10
阅读次数:
103
Table of Contents Python Lists Lists Are Ordered Lists Can Contain Arbitrary Objects List Elements Can Be Accessed by Index Lists Can Be Nested Lists ...
分类:
其他好文 时间:
2019-08-11 00:21:04
阅读次数:
169
VLAN(Virtual Local Area Network)的中文名为"虚拟局域网"。在计算机网络中,一个二层网络可以被划分为多个不同的广播域,一个广播域对应了一个特定的用户组,默认情况下这些不同的广播域是相互隔离的。不同的广播域之间想要通信,需要通过一个或多个路由器。这样的一个广播域就称为VLAN。
分类:
其他好文 时间:
2019-08-09 01:41:15
阅读次数:
75