請求設置函數 private func handelHttpMethod <E: Encodable>(method: HttpMethod, pa...
URL 處理函數 在上篇的 handelHttpMethod 函數中,有一個名為 requestwithURL 的私有輔助函數,它用於處理 URL 字符串和參數...
class BluetoothServices: NSObject { static let shared = BluetoothServic...
CBCentralManagerDelegate的實現 extension BluetoothServices: CBPeripheralDelegate {...
在這個第三篇文章中,我們將深入探討CBPeripheralDelegate協議的實現,該協議用於管理周邊(Peripheral)藍牙角色的事件。CBPeriph...
CBPeripheralManagerDelegate的實現在這個第四篇文章中,我們將深入探討CBPeripheralManagerDelegate協議的實現,...
使用BluetoothServices類別實現藍牙連接和數據交換在這個第五篇文章中,我們將總結BluetoothServices類別的功能,並說明如何使用它來實...
// // Alert.swift // Seknova-Practice // // Created by imac-2437 on 2023/9/20...
class MainViewController: UIViewController { let accountRegex = "[A-Z0...
升入大三加入實驗室,對我來說是一個挑戰,因為在加入之前我只是一個不太會寫程式的偽資工人,讀的是資工,但平時花最多時間的是玩遊戲和滑短影音,不是寫code,但是加...