logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

github 新增 SSH 密钥到 GitHub 帐户

https://docs.github.com/cn/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account

#github#ssh
unable to read askpass response from...not read Username for ‘https://github.com: Device not

1.原仓库地址:https://github.com/mywork/my.project.git2.修改后 仓库地址:https://用户名:密码@github.com/mywork/my.project.git

#github#git
github 新增 SSH 密钥到 GitHub 帐户

https://docs.github.com/cn/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account

#github#ssh
github clone 慢问题解决

git clone https://github.com/MyName/myjava.git替换为git clone https://github.com.cnpmjs.org/MyName/myjava.git也就是 github.com 替换为github.com.cnpmjs.org

#github
开源图片编辑软件(类似PS软件)

下载地址:https://download.gimp.org/gimp/v2.10/

adb 根据包名查看版本号(versionCode 和 versionName)

1.打开手机设备adb shell2.执行查询命令dumpsys package com.exmple.myapp | grep "version"或者pm dump com.exmple.myapp | grep "version"查询结果:versionCode=20201109 minSdk=19 targetSdk=28versionName=2.4.4.1signatures=Packa

#adb#android
Unity Pro安装教程

3.复制:unityhub://2022.1.24f1/709dddfb713f 到浏览器打开,会弹窗然后点击 打开Unity Hub 进行下载。4.打开 UniHacker 客户端 进行破解。

adb 查看当前运行的activity

1.进入手机系统adb shell2.查看当前运行的activitydumpsys activity activities | grep -i run3.查询结果类似这样:

文章图片
#adb
android 播放 消息提示音 和 震动

1.开启震动/*** 手机震动*/private static void phoneVibrates() {Vibrator vib = (Vibrator) MyApplication.getMyApplication().getSystemService(Service.VIBRATOR_SERVICE);vib.vibrate(new long[]{150, 250, 150, 250},

#android
    共 17 条
  • 1
  • 2
  • 请选择