HomeProject

HomeProject

Java篇

首先使用MybatisPlus,连接数据库,并且搭建各类底层操作。

注意,SpringBoot3的Mybatisplus版本需要在3.5.3及之后。

然后注意一下primarykey,数据库的字段名字和Java程序的属性名字区别,@TableField等等。

Swift篇

前端搭建iOS app。

MQTT单独的类,监听到消息后,如何实时反馈到View?

Combine for SwiftUi Developers: What It Is And Why You Should Use

Combine

“The Combine framework provides a declarative Swift API for processing values over time. … Combine declares publishers to expose values that can change over time, and subscribers to receive those values from the publishers.”

Bluetooth and SwiftUI. Developing app for RGB stripe control

视频,在SwiftUI中使用Combine的一点心得

通过HTTP向后台请求

在 Swift 5 和 SwiftUI 中通过 URLRequest 与 URLSession 请求 JSON 并反序列化

iBeacon扫描和模拟

UUID为了隐私,电量消耗等考虑,一定要指定uuid才能扫描的,不能扫描所有。安卓应该可以。

音高测量

如何基于 Web Audio API 实现一个 Tuner(调音器)?

乐器调音器

jpsim/ZenTuner

Author: Jcwang

Permalink: http://example.com/2023/05/12/HomeProject/