The origin of all radio modulation techniques stem back to the AM and FM basic modulation. AM modulation changes the carrier frequency according to th...
分类:
其他好文 时间:
2015-09-22 01:19:57
阅读次数:
1169
好评与差评的rank:Wilson lower boundsite:http://www.evanmiller.org/how-not-to-sort-by-average-rating.htmlByEvan MillerFebruary 6, 2009(Changes)PROBLEM: You a...
分类:
其他好文 时间:
2015-09-18 15:28:41
阅读次数:
230
https://help.github.com/desktop/guides/contributing/committing-and-reviewing-changes-to-your-project/ 参考的原文路径 回滚的操作: https://help.github.com/desktop/g...
分类:
移动开发 时间:
2015-09-17 19:19:49
阅读次数:
166
采用ng-repeat循环发生错误时,如下面的输出对象:Duplicates in a repeater are not allowed. Use 'track by' expression to specify unique keys. Repeater: c in shopCount, Dup....
分类:
其他好文 时间:
2015-09-16 20:02:52
阅读次数:
156
::-webkit-scrollbar-track-piece { -webkit-border-radius: 0}::-webkit-scrollbar { width: 8px; height: 8px}::-webkit-scrollbar-thumb { height: 50p...
分类:
其他好文 时间:
2015-09-16 15:51:59
阅读次数:
98
1、复习本次课程所讲的内容;Linux磁盘管理硬盘:硬盘是通用的叫法,其实硬盘和磁盘是一样的,都是用来存东西的;还有磁带、光盘、U盘等只是存储的介质不一样。机械式硬盘SSD固态硬盘机械式:track磁道每个扇区(sector):512bytes磁柱(cylinder):分区的基本单位;主引导记录MBR..
分类:
系统相关 时间:
2015-09-16 08:40:59
阅读次数:
314
http://developer.android.com/guide/topics/resources/runtime-changes.html Retaining an Object During a Configuration Change If restarting your activity requires that you recover large sets of data, ...
分类:
移动开发 时间:
2015-09-16 06:28:28
阅读次数:
249
linux磁盘管理硬盘一般分为两种:(1)机械式硬盘主要组成部分:track:磁道sector:扇区cylinder:分区的基本单位MBR:硬盘首扇区,大小:512bytes其中:446:bootloader64:文件分配表(其中16为一个分区)2:最后2个字节55AA(2)固态硬盘SSD磁盘接口类型:主要分为:IDE:13..
分类:
系统相关 时间:
2015-09-15 15:01:30
阅读次数:
345
linux磁盘管理现在市面上硬盘主要为两种:机械式硬盘和固态硬盘(SSD)机械式硬盘同心圆划分成多个track磁道,每个磁道上有一定数量的扇区(secotr),每个盘面上编号相同的磁道组成了柱面(cylinder)每个扇区的大小为512bytesMBR模式下0磁道上0扇区为masterbootrecord主引导..
分类:
其他好文 时间:
2015-09-15 01:48:10
阅读次数:
333
Linux文件系统管理1、Linux磁盘磁盘类型机械式磁盘:track磁道:磁道可划分扇区,磁盘外则性能好些sector扇区:用于存数据,一般一个扇区512bytecylinder:柱面相同编号的磁道是分区的基本单位,从最外至里划分分区:每个分区可划分独立的文件系统:分区是逻辑边界MBR:主引导扇区..
分类:
系统相关 时间:
2015-09-15 01:42:25
阅读次数:
256