一.教材学习内容总结 === 第四章 本章学习了电路,了解了门和电路的三种表示法。对于门的构造有了初步的认识,熟悉并懂得运用布尔代数的运算法则。 第五章 本章学习了计算机的各个组成部分了解了冯诺伊曼体系结构,初步了解了存储设备的工作原理,对于磁带磁盘等有了一定的认识。 二.教材学习中问题的解决 1. ...
分类:
其他好文 时间:
2019-10-27 13:00:19
阅读次数:
106
1067 Sort with Swap(0, i) (25 分) 1067 Sort with Swap(0, i) (25 分) 1067 Sort with Swap(0, i) (25 分) Given any permutation of the numbers {0, 1, 2,..., ...
分类:
其他好文 时间:
2019-10-26 22:39:02
阅读次数:
97
相对定位和绝对定位,不改变元素的大小形状,只改变元素的位置。 相对定位和绝对定位是通过position属性来控制的,position属性的值为下面几种: 注:对于html的标准流(文档流)和浏览器怎么渲染各个DOM元素等底层知识,我不怎么清楚,下面的理解方式不一定正确,仅供参考。 相对定位: pos ...
分类:
Web程序 时间:
2019-10-26 21:04:13
阅读次数:
102
static boolean listIn(List list, anyType element){ boolean ret = false; ListEnumerator listE = list.getEnumerator(); ; if (list.typeId() != typeof(ele ...
分类:
其他好文 时间:
2019-10-26 16:55:18
阅读次数:
87
A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below). The robot can only move either down or right at any p ...
分类:
其他好文 时间:
2019-10-26 15:17:26
阅读次数:
95
Data Compression is an approach to compress the origin dataset and save spaces. According to the Economist reports, the amount of digital dat in the w ...
分类:
其他好文 时间:
2019-10-26 10:41:46
阅读次数:
79
一.公司有个闲置的851路由,于是就配置了下,配置成功,现在把配置命令分享下:1.interfaceFastEthernet4外网口WAN设置启用PPPOEnoipaddress/不设定IPduplexauto/双工自动speedauto/速率自动pppoeenable/开启PPPOEpppoe-clientdial-pool-number1/设置拨号池1与物理口f4关联2.此路由器没有直接可以作
分类:
系统相关 时间:
2019-10-25 10:10:25
阅读次数:
207
也是比较古老的类了,看了下源码,该类结构的简单记录。 IdentityHashMap是保存到一个Object[]数组里,不一样的是比如key的索引为0,那么value保留紧跟着的位置上,而且相同索引会顺序往下排,循环时索引的自增是+2。具体看源码 java public V put(K key, V ...
分类:
其他好文 时间:
2019-10-24 15:07:13
阅读次数:
82
217. Contains Duplicate Easy Easy Easy Given an array of integers, find if the array contains any duplicates. Your function should return true if any ...
分类:
其他好文 时间:
2019-10-24 11:48:08
阅读次数:
57
频率认证 源码分析部分 自定义频率类 例子:短信接口 1/min 频率限制 总结: DRF中频率认证源码部分执行流程简述 ...
分类:
其他好文 时间:
2019-10-24 00:00:32
阅读次数:
91