Mac查看安卓apk信息
已安装Android Studio
cd ~/Library/Android/sdk/build-tools/29.0.2
aapt dump badging xxx.apk
2020/10/29
Catalina 10.15.4无法使用SSH域名登录
https://tyler.io/so-uh-i-think-catalina-10154-broke-ssh/
方案一
.ssh/config文件添加 ProxyCommand nc %h %p
如:
host vps
hostname xx.xxx.com
user root
ProxyCommand nc %h %p
方案二
brew install openssh
~/.bash_profile 添加: export PATH="/usr/local/sbin:$PATH"
source ~/.bash_profile
2020/08/25
macOS Catalina Shimo使用PPTP
环境:
macOS Catalina 10.15.3
Shimo 4.1.5.1
下载文件
下载pptp和PPTP.ppp 链接: https://pan.baidu.com/s/1lANcpclyTMJPZZLcgOpXFQ 提取码: vbr9
使用方法
- 关闭系统SIP
- 复制
PPTP.ppp
文件至/系统/资源库/Extensions/
- 打开VPN Tracker 365,试用,添加PPTP,连接时会自动下载PPTP组件(需登录)
- 使用VPN Tracker 365连接成功后打开Shimo.app再连接PPTP就可以了
2020/06/30
关于html的lang属性
MDN:
lang 全局属性 参与了元素语言的定义。这个语言是不可编辑元素写入的语言,或者可编辑元素应该写入的语言。标签包含单个条目,值的格式由 用于定义语言的标签 (BCP47) IETF 文档定义。如果标签的内容是空字符串,语言就设为未知。如果标签内容是无效的,根据 BCP47,它就设为无效。
https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry
2020/06/04
Copyright © 2015 Powered by MWeb, Theme used GitHub CSS, 豫ICP备16018939号-2.