【3D Math Keynote 2】 1、方向(diretion),指的是前方朝向。方位(orientation),指的是head、pitch、roll。 2、 3、 4、 5、 6、 7、 8、 9、 10、 ...
分类:
其他好文 时间:
2019-02-21 18:43:29
阅读次数:
150
1.Imatest Chart Finder计算图卡大小 测试camera MTF时,需要知道所需要的图卡的大小,Imatest提供了一个网页,只要输入sensor的像素, 镜头的视场角,还有镜头到图卡的距离就可以得出图卡的大小。 网页链接[Imatest Chart Finder](http:// ...
分类:
其他好文 时间:
2019-02-19 17:42:26
阅读次数:
367
@layout("/common/_container.html"){<div class="ibox float-e-margins"> <div class="ibox-content"> <h3 style="text-align:center;color:red;" id="ts"></h3 ...
分类:
其他好文 时间:
2019-02-16 15:44:23
阅读次数:
168
刚上班,没有业务开发,对 App 的 Api 由 26 升级到了 27, 结果在 Android 8.0 的设备上会出现 crash 。 Log 如下: 经过搜索发现该问题是在 App 适配了 Api 27 ,然后运行设备是 26 的时候出现的。 查看源码(Api 27的源码),总共有两个地方会抛出 ...
分类:
移动开发 时间:
2019-02-11 20:05:40
阅读次数:
853
曝光时间以行长为单位; PCLK以Hz为单位; 行长以周期数为单位,帧长以行长数为单位;其中周期数就是频率 T 周期以ms为单位; f 频率以Hz为单位; f = 1 / T; Vsync = Dummy Line = VTotal = VTS?= V_Size + V_Blank // 帧长; 不 ...
分类:
其他好文 时间:
2019-02-03 23:54:48
阅读次数:
423
模拟器连接 use javacap:解决IDE中手机画面黑屏的问题 use ADB orientation :解决屏幕旋转问题 use ADB touch:解决无法点击的问题 模拟器连接失败: 在部分版本的模拟器上,可能勾选了 use javacap 后依然连接失败,此时可以尝试再勾选 use ad ...
分类:
其他好文 时间:
2019-02-02 19:23:03
阅读次数:
462
"TPO 21 C1 Find a building for orientation" 第 1 段 1.Listen to a conversation between a student and a professor. 听一段学生和教授的对话 第 2 段 1.Excuse me, can I h ...
分类:
其他好文 时间:
2019-02-01 22:34:38
阅读次数:
209
package com.loaderman.androiddemo; import android.content.Context; import android.hardware.Sensor; import android.hardware.SensorEvent; import android... ...
分类:
移动开发 时间:
2019-01-31 17:39:08
阅读次数:
190
html5 API有这个参数 Screen Orientation API 可以看w3c定义的规范 The Screen Orientation API <!-- UC强制竖屏 --> <meta name="screen-orientation" content="portrait"> <!-- ...
分类:
Web程序 时间:
2019-01-28 01:15:22
阅读次数:
145
inxi infomation x i (信息每个人都爱) Inxi 最初是为控制台和 IRC(网络中继聊天)开发的一个强大且优秀的命令行系统信息脚本。可以使用它获取用户的硬件和系统信息,它也用于调试或者社区技术支持工具。 使用 Inxi 可以很容易的获取所有的你想要的信息: 1. 硬件信息:硬盘、 ...
分类:
系统相关 时间:
2019-01-24 01:16:14
阅读次数:
253