w
h
y
?
y
o
u
a
r
e
h
e
r
e
?
1adb shell am clear-debug-app
1npm i hexo-renderer-swig
categories
1hexo new page "categories"
然后到该文件里面增加以下内容
1source/categories/index.md
12type: "categories"layout: "categories&q
...
找到网络设置
然后查看代理
找到对应的端口号
如果没有就执行以下命令
123git config --global --unset http.proxygit config --global --unset https.proxy
如果有端口号就执行
1234567# 使用http代理git co
...
先卸载
1npm uninstall hexo-asset-image
再安装
12npm install https://github.com/CodeFalling/hexo-asset-image
清缓存
1hexo clean
运行
12hexo ghexo s
如果还是不行
切换一
...
找到对应的xxx.framework目录下面
目录里面一定要有一个xxx文件才行
然后执行以下命令即可
1xcrun bitcode_strip xxx -r -o xxx
获取A证书的公钥
1openssl x509 -in A.cer -pubkey -noout
获取A证书的MD5
1openssl x509 -fingerprint -md5 -noout -in A.cer
获取A证书的SHA1
1openssl x509 -fingerprint -sh
...
H5网页打开iOSAPP有两种方式
第一种
在URL Types新增一个自定义的URL Schemes(比如591xt)
然后在网页中直接调用即可
1<a href="591xt://">唤醒iOSAPP</a>
第二种就是iOS的Universal L
...
需要先这样
1Button.titleLabel.text=@"";
然后再设置
1[Button setTitle:@"" forState:(UIControlStateNormal)];
顺序不能反
12[[UIApplication sharedApplication] performSelector:@selector(suspend)];