(旧)平凡エンジニアからの出発

https://atuyan39.hatenablog.com/ に移動しました。

2020-03-01から1ヶ月間の記事一覧

【Android】 BluetoothProfileクラスについて

Android developerのBluetooth機能について理解を深めていきます。 今回のテーマ 概要 Nested Classes Constants Public methods 今回のテーマ BluetoothProfile | Android Developers public interface BluetoothProfile 概要 Public APIs for the Bluetoot…

【Android】android.bluetoothについて

Android developerのBluetooth機能について理解を深めていきます。 今回のテーマ 概要 Interfaces Classes 今回のテーマ android.bluetooth | Android Developers 概要 Bluetoothには大別して、二種類あります。 Provides classes that manage Bluetooth fun…

【サーバー】仮想環境でUbuntu Server 18.04.4 LTS をサーバーとして運用する

公式からvirtualbox(ver 6.1.4)をインストール。 インストールしたexeファイルを実行して、インストラーの手順通りに進める。 www.virtualbox.org 公式からUbuntu Server(18.04.4 LTS)のisoをインストール。 jp.ubuntu.com 下準備完了。 仮想環境構築 Virtua…