This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
debug版本: | |
keytool -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey | |
releasse版本: | |
keytool -list -v -keystore 你打包时候的key store path | |
如何获取 store path | |
1,找到弄的java目录, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 方法一 | |
[brew install 命令长时间卡在 Updating Homebrew 的解决方法](https://learnku.com/articles/18908) | |
- 方法二 | |
直接科学上网各种安装,再不行,全局代理科学上网,肯定可以。 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[electron-builder打包见解](https://juejin.im/post/5bc53aade51d453df0447927) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://blog.csdn.net/qq_30118843/article/details/82291869 | |
修改默认端口 80 | |
https://www.cnblogs.com/lauren1003/p/5994124.html | |
php 升级 | |
https://blog.csdn.net/weixin_42890981/article/details/83685981 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
**给文件最高权限** | |
sudo chmod -R 777 myResources | |
查看进程占用 | |
lsof -i tcp:8080 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
**merge.sh** | |
```language | |
#/usr/bin/env sh | |
cp -r ./cordova/platforms/android/app/build/outputs/apk/debug/app-debug.apk ./build/hoslink-screen.apk | |
``` | |
**update.sh** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
**后端动态生成小程序二维码** | |
https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/access-token/auth.getAccessToken.html | |
1. 获取 access_token | |
{ | |
.radius-border:before{ | |
content: ""; | |
pointer-events: none; /* 防止点击触发 */ |
NewerOlder