J - Sincerely Gym - 101350J Physics cat likes to draw shapes and figure out their area. He starts by drawing a circle. Then inside the circle, he draw ...
分类:
其他好文 时间:
2019-08-02 20:18:27
阅读次数:
114
[toc] 实验拓扑 实验需求 1、按照图示配置好IP地址,PC1网关指向为R8 2、OSPF划分为4个区域,其中192.168.0.0/24,192.168.1.0/24,192.168.2.0/24属于AREA 0,192.168.10.0/24属于AREA1,192.168.4.0/24,10 ...
分类:
其他好文 时间:
2019-08-02 18:24:21
阅读次数:
72
<! done 35.Docker安装Mysql挂载Host Volume 连个文件系统有块区域Area,我们要做的是把两个Area做文件映射 jesse腾讯云上有个linux的环境,版本比较老了 简书的地址: https://www.jianshu.com/p/b3bf647a726e 先把旧版的 ...
分类:
数据库 时间:
2019-08-02 14:55:25
阅读次数:
114
function regular(){ var name=$("#user_name").val(); var phone=$("#phone").val(); var identify=$("#identify").val(); var area=$("#area").val(); var nam ...
分类:
Web程序 时间:
2019-08-01 00:10:09
阅读次数:
105
Shared memory is typically the fastest form of interprocess communicatioin. It provides a memory area that is shared between processes. One process ca ...
分类:
其他好文 时间:
2019-07-31 12:43:37
阅读次数:
73
The thief has found himself a new place for his thievery again. There is only one entrance to this area, called the "root." Besides the root, each hou ...
分类:
编程语言 时间:
2019-07-31 01:13:18
阅读次数:
123
翻译:每一个派生表都应该有一个别名 ! 规范细节 修正:select name ,population,area from (select name,population,area from world where area>3000000 or population >250000000 )t w ...
分类:
其他好文 时间:
2019-07-29 16:23:16
阅读次数:
138
经典line sweep问题,和 perfect rectangle 很类似,但是要考虑多个矩形左边界一样的情况,加个id来区分。 和另一道类似的题 the skyline problem 不同的是,没有很多 corner cases,对 x 排序非常简单。 难点是在 active set 里,和 ...
分类:
其他好文 时间:
2019-07-26 14:40:02
阅读次数:
78
首先我们要明确 line-height 的定义,line-height指的是两条文字基线之间的距离。 行内框盒子模型 所有内联元素的样式表现都与行内框盒子模型有关。所以这个概念是非常重要的。 如上面一段普普通通的代码,却包含了4种盒子: 1)“内容区域”(content area),是一种围绕文字看 ...
分类:
Web程序 时间:
2019-07-24 22:46:55
阅读次数:
2716
CAN:Controller Area Network,控制器局域网 是一种能有效支持分布式控制和实时控制的串行通讯网络。 CAN-bus: Controller Area Network-bus,控制器局域网总线技术 CAN总线系统结构 CAN 控制器 接收控制单元中微处理器发出的数据,处理数据并 ...
分类:
其他好文 时间:
2019-07-23 15:08:36
阅读次数:
94