会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
youhui
iOS matter
摘要: https://developer.apple.com/cn/apple-home/matter/ Matter 是一种 智能家居设备的通用连接协议,由 CSA(Connectivity Standards Alliance,连接标准联盟) 开发,旨在让不同品牌和平台的智能家居设备能够无缝互通。 M
阅读全文
posted @ 2025-02-14 16:46 youhui
阅读(8)
评论(0)
推荐(0)
编辑
iOS CoreBluetooth 框架
摘要: 1. 发现 心率服务(0x180D)和 电池服务(0x180F)。 2. 读取 电池电量特征值(0x2A19)。 3.读取和监听 心率数据特征值(0x2A37),让设备主动通知 App 心率变化。 1. 扫描 BLE 设备,只搜索支持 心率服务 (0x180D) 的设备。 2. 连接设备 后,发现
阅读全文
posted @ 2025-02-14 16:24 youhui
阅读(12)
评论(0)
推荐(0)
编辑
导航
博客园
首页
联系
订阅
管理
<
2025年3月
>
日
一
二
三
四
五
六
23
24
25
26
27
28
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
公告
https://studygolang.com/articles
https://tutorialedge.net/course/golang/
https://github.com/dariubs/GoBooks
https://www.centoschina.cn/
http://tour.studygolang.com
https://studygolang.gitbook.io/learn-go-with-tests/
https://github.com/astaxie/build-web-application-with-golang/blob/master/zh/preface.md
https://awesome-go.com/
https://github.com/trending/go
Python
昵称:
youhui
园龄:
14年3个月
粉丝:
81
关注:
20
+加关注
统计
随笔 - 20
文章 - 113
评论 - 1
阅读 -
84015
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
最新随笔
1.iOS matter
2.【鸿蒙/Harmony】 ArkUI
3.react native 安装及初始化工程
4.Swift 与 OC 如何相互调用
5.Mac系统 .zprofile、.zshrc 和 .bash_profile 区别及作用
6.部署ASP.NET Core程序到Linux系统
7.golang打包和部署到centos
8.mysqldump 命令导出数据,解决中文乱码问题
9.MySQL新身份验证插件caching_sha2_password
10.SQL 在线教程&在线练习平台
我的标签
golang
(21)
dotnet core
(19)
C#
(14)
react native
(11)
nodejs
(7)
docker
(7)
鸿蒙
(7)
mysql
(6)
linux
(6)
iOS
(6)
flutter
(6)
Swift
(4)
SQL Server
(3)
redis
(3)
GRPC
(3)
unit testing
(2)
sql
(2)
git
(2)
CentOS
(2)
webpack
(1)
webapi
(1)
web api
(1)
web
(1)
vim
(1)
Solidity
(1)
react
(1)
PHP
(1)
NLog
(1)
makefile
(1)
Mac
(1)
lua
(1)
IM
(1)
graphql
(1)
gorm
(1)
go-gin
(1)
go-echo
(1)
gitlab
(1)
GitHub
(1)
EntityFramework Core
(1)
EF Core
(1)
docker golang
(1)
Bootstrap
(1)
数据库
(1)
非对称加密
(1)
积分与排名
积分 - 156139
排名 - 8714
随笔档案
(20)
2025年2月(2)
2024年12月(1)
2024年11月(1)
2024年10月(1)
2024年9月(3)
2023年4月(4)
2020年3月(1)
2019年11月(1)
2019年4月(1)
2019年2月(1)
2019年1月(2)
2018年6月(1)
2018年2月(1)
文章档案
(113)
2025年1月(5)
2024年12月(1)
2022年8月(3)
2022年6月(1)
2021年5月(2)
2020年4月(7)
2020年3月(1)
2020年1月(8)
2019年12月(1)
2019年11月(4)
2019年10月(3)
2019年9月(3)
2019年7月(11)
2019年6月(11)
2019年5月(11)
2019年4月(11)
2018年10月(4)
2018年9月(1)
2018年5月(1)
2018年3月(1)
2018年2月(8)
2018年1月(1)
2014年3月(1)
2013年5月(5)
2013年4月(2)
2012年2月(1)
2011年12月(2)
2011年10月(1)
2011年8月(1)
2011年5月(1)
相册
(1)
golang(1)
阅读排行榜
1. Mac系统 .zprofile、.zshrc 和 .bash_profile 区别及作用(3996)
2. RxSwift + Moya + ObjectMapper(1475)
3. DotNetCore知识栈(853)
4. SQL 在线教程&在线练习平台(751)
5. Building gRPC Client iOS Swift Note Taking App(617)
6. iOS-InterviewQuestion-collection(428)
7. golang打包和部署到centos(399)
8. Node.js 教程(313)
9. React Native(259)
10. MySQL新身份验证插件caching_sha2_password(209)
11. 部署ASP.NET Core程序到Linux系统(189)
12. react native 第三方库(184)
13. react native 安装及初始化工程(165)
14. flutter 占位widget(163)
15. Swift 与 OC 如何相互调用(138)
16. flutter 从入门到精通(71)
17. mysqldump 命令导出数据,解决中文乱码问题(44)
18. 【鸿蒙/Harmony】 ArkUI(24)
19. iOS CoreBluetooth 框架(12)
20. iOS matter(8)
推荐排行榜
1. DotNetCore知识栈(1)
点击右上角即可分享