一个ble设备,地址可以分成2大类 Public Device Address(公共设备地址) 公共设备地址 Public Device Address是48bits的数字,就和电脑mac地址一样,是全球唯一的,一般传统蓝牙用这种地址。 Random Device Address(随机设备地址) 不 ...
分类:
系统相关 时间:
2019-12-09 13:34:03
阅读次数:
110
可兼容移动端视图 效果图如下:太极图是可以旋转的 具体实现如下: <!DOCTYPE html> <html lang="zh"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, ini ...
分类:
Web程序 时间:
2019-12-09 12:00:41
阅读次数:
228
总体来说可以概括为以下几个步骤: 1. 创建Device和Context 2. 创建SwapChain 3. 为BackBuffer创建View 4. 创建Depth/Stencil Buffer,并为之创建View 5. 将View绑定到Context中 6. 设置Viewport 创建Devic ...
分类:
其他好文 时间:
2019-12-09 01:29:08
阅读次数:
145
1、client调用某个adb命令 2、adb进程fork出一个子进程作为server 3、server查找当前连接的emulator/device 4、server接收到来自client请求 5、server处理请求,将本地处理不了的请求发给emulator/device 6、位于emulator ...
分类:
数据库 时间:
2019-12-08 23:02:08
阅读次数:
112
在前几篇里痞子衡介绍的Boot Device都属于主动启动的Master Boot Device(Serial(Multi-IO) NOR, SD/eMMC),试想一下如果遇到这样的情况,你选择启动的某个Master Boot Device正常工作一段时间后某次开机突然因为某种未知原因无法启动了,此... ...
分类:
其他好文 时间:
2019-12-08 17:41:43
阅读次数:
94
1. 常见错误分类 一般的,errors可以分为以下几类: user input errors device errors or physical limitations code errors 2. 常用错误处理方式 2.1 error code 一种常用的错误处理方法是返回error code, ...
分类:
编程语言 时间:
2019-12-08 12:24:40
阅读次数:
95
兼容iphone4/4s: @media (device-height:480px) and (-webkit-min-device-pixel-ratio:2){ }兼容iphone5 : @media (device-height:568px) and (-webkit-min-device-p ...
分类:
其他好文 时间:
2019-12-07 16:40:18
阅读次数:
113
点击事件代码: function addnewstatio() { var newstationname = $('#newstationname').val(); var newbusinfo = $('#newbusinfo').val(); var newstationstarttime = ...
分类:
其他好文 时间:
2019-12-06 23:22:22
阅读次数:
152
环境: OS: Centos 7 DB:12.2.0.1 数据库必须在归档模式 1.创建表空间12c pdb下创建表空间create tablespace tps_dataloggingdatafile '/u01/app/oracle/oradata/ora12c/ora12cpdb1/tps_d ...
分类:
其他好文 时间:
2019-12-06 19:14:14
阅读次数:
130
https://rook.io/docs/rook/v1.1/ceph examples.html?rook ceph官方指导 https://github.com/rook/rook/tree/master/cluster/examples/kubernetes/ceph?github项目地址 g ...
分类:
其他好文 时间:
2019-12-06 13:51:15
阅读次数:
304