- 博客(5)
- 收藏
- 关注
原创 Android 获取4g信号强度
/** * 获取移动信号强度 */ @SuppressLint("MissingPermission", "NewApi") private fun getMobileNetworkSignal(context: Context): Int? { var lastSignal: Int? if (!hasSimCard(context)) { logger.debug { "未识别到SIM" } ...
2022-05-27 14:14:58
1233
原创 git添加密钥(没有密钥的情况)
1、下载GitBash(git for windows):Git for Windows2、输入(邮箱为自己github的邮箱)ssh-keygen -t ed25519 -C "your_email@example.com"3、创建公钥、私钥提示您“Enter a file in which to save the key(输入要保存密钥的文件)”时,按 Enter 键。 这将接受默认文件位置。> Enter a file in which to save th.
2021-10-21 16:09:01
2557
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人