BIOS + MBR > UEFI + GPT硬件接口系统与磁盘分区UEFI用于取代老旧的BIOS,而GPT则取代老旧的MBR。 名词解释: BIOS (Basic Input/Output System) 基本输入输出系统 MBR (Master Boot Record) 主引导记录 UEFI ( ...
分类:
移动开发 时间:
2019-04-01 00:52:11
阅读次数:
220
稠密重建 1. 加载图像 从Scene类中将image加载到DenseDepthMatData类中。 2. 选择用于稠密重建的图像,该图像是否存在有效的邻居视图,用来计算深度信息。 ("Multi-View Stereo for Community Photo Collections", Goese ...
分类:
其他好文 时间:
2019-03-31 19:37:02
阅读次数:
466
python 传不可变对象实例 实例(Python 3.0+) #!/usr/bin/python3 def ChangeInt( a ): a = 10 b = 2 ChangeInt(b) print( b ) # 结果是 2 实例(Python 3.0+) #!/usr/bin/python3 ...
分类:
编程语言 时间:
2019-03-24 00:16:55
阅读次数:
166
deb http://mirrors.aliyun.com/ubuntu/ xenial main multiverse restricted universe deb http://mirrors.aliyun.com/ubuntu/ xenial backports main multivers ...
分类:
其他好文 时间:
2019-03-19 23:22:23
阅读次数:
464
由于安装rac的时候没有开启oem,这里开启oem,方便管理 [oracle@rac01 ~]$ emca -config dbcontrol db -repos create -cluster STARTED EMCA at Mar 14, 2019 2:24:14 PMEM Configurat ...
分类:
其他好文 时间:
2019-03-14 15:12:16
阅读次数:
173
参考 http://www.cnblogs.com/brookshi/p/5353021.html https://github.com/dotnet https://github.com/dotnet/corefx/tree/master/src https://github.com/dotnet ...
分类:
其他好文 时间:
2019-02-28 13:23:38
阅读次数:
106
加载arcgis server的rest服务瓦片数据:ol.layer.Tile+ol.source.TileArcGISRest 加载arcgis online的在线瓦片数据:ol.layer.Tile+ol.source.XYZ 加载arcgis server的rest服务矢量数据:ol.lay ...
分类:
其他好文 时间:
2019-02-26 16:48:45
阅读次数:
407
1077 Kuchiguse (20 分) The Japanese language is notorious for its sentence ending particles. Personal preference of such particles can be considered as ...
分类:
其他好文 时间:
2019-02-24 23:14:53
阅读次数:
266
在本节中,注意到三维底图既加入了行政边界的矢量要素图层,也加入了场景要素 var countries = new FeatureLayer({ //各国矢量边界 url:"https://services.arcgis.com/P3ePLMYs2RVChkJx/arcgis/rest/service ...
分类:
其他好文 时间:
2019-02-23 10:58:50
阅读次数:
299
1. Go编译器 两种官方编译器,gc和gccgo,其中gccgo基于gcc后端。 go编译器支持8种指令集,不同建构编译质量不同: go编译环境可以被定制,与平台和建构相关的是$GOOS和$GOARCH,分别指定目标操作系统和目标建构。常用组合如下:(注:$GOOS是darwin for macO ...
分类:
其他好文 时间:
2019-02-12 21:41:42
阅读次数:
197