uniapp蓝牙模块
调用流程 通用蓝牙 初始化蓝牙模块 uni.openBluetoothAdapter(OBJECT) 获取本机蓝牙适配器状态 uni.getBluetoothAdapterState(OBJECT) 搜寻附近的蓝牙外围设备 uni.startBluetoothDevicesDiscovery(OBJECT) ...
调用流程 通用蓝牙 初始化蓝牙模块 uni.openBluetoothAdapter(OBJECT) 获取本机蓝牙适配器状态 uni.getBluetoothAdapterState(OBJECT) 搜寻附近的蓝牙外围设备 uni.startBluetoothDevicesDiscovery(OBJECT) ...
常用账期变量 编码 描述 代码 ARG_MONTH_DAYS 传入的数据日期的前一天天数 SELECT EXTRACT(DAY FROM (TO_DATE(SUBSTRING(‘${taskid}’, 1, 8), ‘YYYYMMDD’) - INTERVAL ‘1 d...
刷机 参考网址 玩客云刷Armbian安装docker、alist、OpenWrt、Aria2等教程及所需文件(内容详细) 更改时区 # 显示时区 cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime #更改时区 date -R 更换国内软件源(如果能正常更新软件,可不必换) #换Debian源 nano /etc/apt/so...
OpenWRT 下载地址 https://openwrt.org/toh/hwdata/tp-link/tp-link_tl-wdr4900_v2 从这里可以选择历史固件 https://downloads.openwrt.org/releases/ https://downloads.x-wrt.com/rom/ 问题记录 固件 openwrt-23.05.0 ...
简介 基于操作系统层级的虚拟化技术,将软件与其依赖项打包为容器。托管容器的软件称为Docker引擎。Docker能够帮助开发者在轻量级容器中自动部署应用程序,并使得不同容器中的应用程序彼此隔离,高效工作。 ERROR: error pulling image configuration: Get https://production.cloudflare.docker.com/regis...
使用默认 8000 端口 # 8000 python -m http.server -b 192.168.188.125 python -m http.server --bind :: # ipv6 指定 8008 端口 # 8008 python -m http.server 8008
DDL 创建表 CREATE [TEMPORARY] TABLE [IF NOT EXISTS] [TABLE_NAME] ( STATIS_YMD date DEFAULT NULL COMMENT '统计日期' ,STATIS_YM int(6) DEFAULT NULL COMMENT '统计月份' ,SUBS_ID ...
尝试运行 git checkout --orphan latest_branch (拉分支) 添加所有文件git add -A 提交更改git commit -am "commit message"(提交) 删除分支git branch -D master(删除主分支) 将当前分支重命名git branch -m master 最后,强制更新存储库。git push -f...
摘要 让excel可以使用正则表达式。 脚本内容 Option Explicit Public Function re_sub(sText As String, pattern As String, repl As String) Dim oRegExp As Object Set oRegExp = CreateObject("vbscript.regexp") ...
域 B域 business support system 数据域 用户数据和业务数据 O域 operation support system 数据域 网络数据 M域 management support system 数据域 位置信息 系统 BOSS 业务运营支撑系统(Business Operation Support System) BASS 经营分析系统...