Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save mindcont/b4ddc2f98cb561bfcb8fec7df6b15680 to your computer and use it in GitHub Desktop.

Select an option

Save mindcont/b4ddc2f98cb561bfcb8fec7df6b15680 to your computer and use it in GitHub Desktop.
一些关于安卓开发的知识

查看apk签名

keytool -v -list -keystore c:\Users\fenxi\.keystore\debug.mindcont.android.jks


别名: debug
创建日期: 2017-8-8
条目类型: PrivateKeyEntry
证书链长度: 1
证书[1]:
所有者: 
发布者: 
序列号: 
有效期开始日期: Tue Aug 08 20:07:44 CST 2017, 截止日期: Sat Aug 02 20:07:44 CST 2042
证书指纹:
         MD5: 
         SHA1: 
         SHA256: 
         签名算法名称: SHA256withRSA
         版本: 3

扩展:
@mindcont
Copy link
Copy Markdown
Author

修改最近一次提交的作者和邮箱
git commit --amend --author="mindcont <[email protected]>"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment