81 lines
1.8 KiB
Markdown
81 lines
1.8 KiB
Markdown
## 相关链接
|
||
|
||
### 后端
|
||
|
||
#### JDK
|
||
|
||
OpenJDK:https://openjdk.org/
|
||
|
||
Java SE 11:https://jdk.java.net/java-se-ri/11
|
||
|
||
#### Spring
|
||
|
||
Spring Cloud官网:https://spring.io/projects/spring-cloud
|
||
|
||
Spring Cloud Alibaba GitHub repo:https://github.com/alibaba/spring-cloud-alibaba
|
||
|
||
Spring initializr:https://start.spring.io/
|
||
|
||
https://start.spring.io/#!type=maven-project&language=java&platformVersion=2.7.5&packaging=jar&jvmVersion=11&groupId=com.cxyxiaomo&artifactId=entrance&name=Epidemic%20prevention%20platform&description=&packageName=com.cxyxiaomo.entrance&dependencies=lombok,mysql,mybatis
|
||
|
||
##### Gateway
|
||
|
||
B站教程:https://www.bilibili.com/video/BV1JB4y1F7aL
|
||
|
||
#### Maven
|
||
|
||
MVN REPOSITORY:https://mvnrepository.com/
|
||
|
||
#### Nacos
|
||
|
||
Quick Start:https://nacos.io/zh-cn/docs/v2/quickstart/quick-start.html
|
||
|
||
|
||
|
||
### 前端
|
||
|
||
#### Element Plus
|
||
|
||
Element Plus官网:https://element-plus.gitee.io/zh-CN/
|
||
|
||
安装:https://element-plus.gitee.io/zh-CN/guide/installation.html
|
||
|
||
#### Ant Design
|
||
|
||
Ant Design of Vue:https://www.antdv.com/docs/vue/introduce
|
||
|
||
|
||
|
||
### 小程序端
|
||
|
||
#### Taro
|
||
|
||
Taro:https://docs.taro.zone/docs
|
||
|
||
#### 微信小程序
|
||
|
||
开发文档:https://developers.weixin.qq.com/miniprogram/dev/framework/
|
||
|
||
#### 支付宝小程序
|
||
|
||
开发文档:https://opendocs.alipay.com/mini/developer/getting-started
|
||
|
||
支付宝开放平台:https://open.alipay.com/develop/manage
|
||
|
||
支付宝沙箱应用:https://open.alipay.com/develop/sandbox/app
|
||
|
||
支付宝沙箱应用 - 文档:https://opendocs.alipay.com/common/02kkv7
|
||
|
||
|
||
|
||
### Electron
|
||
|
||
开发文档:https://www.electronjs.org/docs/latest/tutorial/quick-start
|
||
|
||
Electron Forge打包时的一些常见问题:https://blog.csdn.net/qq_49700358/article/details/126531158
|
||
|
||
打包:https://www.electronjs.org/docs/latest/tutorial/tutorial-packaging
|
||
|
||
#### cnpm
|
||
|
||
npmmirror 中国镜像站:https://npmmirror.com/ |