“50d5bf7959e660fff3d49d70fa73e1f3b132c0c2”上不存在“paddle/phi/core/distributed/comm_context.h”
提交 c282ede1 编写于 作者: 彭世瑜's avatar 彭世瑜

first

上级
HELP.md
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
!**/src/main/**/build/
!**/src/test/**/build/
### VS Code ###
.vscode/
# Coding Tree
![](img/logo.png)
编程学习工作中学习到的知识整理,好文收录
本地预览
```bash
docsify serve
# 或者
npm run dev
```
![](https://api.isoyu.com/bing_images.php)
## 鸣谢
- Logo:https://www.logoly.pro/
- docsify:https://docsify.js.org/
- [前端](doc/front-end/index.md)
- [Javascript](doc/front-end/javascript.md)
- [Css](doc/front-end/css.md)
- [Canvas](doc/front-end/canvas.md)
- [后端](doc/back-end/index.md)
- [Python](doc/back-end/python.md)
- [Java](doc/back-end/java.md)
# Java
[毕向东—Java 基础知识总结(超级经典)](https://www.cnblogs.com/In-order-to-tomorrow/p/3652315.html)
[Spring 系列教程](https://github.com/wuyouzhuguli/SpringAll)
[Spring Boot 指南](https://snailclimb.gitee.io/springboot-guide/)
# Python
老男孩
- [银角大王 - 武沛齐(博客园)](https://www.cnblogs.com/wupeiqi/)
- [Bilibili](https://space.bilibili.com/283478842/video)
- [教学文档、视频等相关资源](https://pythonav.com/)
# canvas
[html:canvas 画布绘图简单入门](https://pengshiyu.blog.csdn.net/article/details/122143631)
# Css
2021-12-24 [css:repeating-linear-gradient 实现托尼老师理发店门口的灯柱子](https://pengshiyu.blog.csdn.net/article/details/122123425)
# javascript
2021-12-23 [Node.js:fs(file system)文件系统管理模块](https://pengshiyu.blog.csdn.net/article/details/122111586)
2021-12-23 [Pinia:Vue3.js 的状态管理器](https://pengshiyu.blog.csdn.net/article/details/122101558)
2021-12-23 [PubSubJS:用 JavaScript 编写的基于主题的发布/订阅库](https://pengshiyu.blog.csdn.net/article/details/122100104)
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<title>Coding Tree</title>
<meta http-equiv="X-UA-Compatible"
content="IE=edge,chrome=1" />
<meta name="description"
content="Description">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="icon"
href="img/logo-icon.png">
<link rel="stylesheet"
href="//cdn.jsdelivr.net/npm/docsify/lib/themes/vue.css">
</head>
<body>
<div id="app"></div>
<script>
window.$docsify = {
name: 'Coding Tree',
loadSidebar: true,
repo: 'mouday/Spring-Boot-Demo',
//搜索插件
search: {
placeholder: '搜索',
noData: '没有结果!',
},
}
</script>
<script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/prismjs/components/prism-java.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-bash.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-php.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/search.js"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify-copy-code"></script>
</body>
</html>
\ No newline at end of file
{
"name": "spring-boot-demo",
"version": "1.0.0",
"description": "项目地址:",
"main": "index.js",
"private": true,
"scripts": {
"dev": "docsify serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mouday/Spring-Boot-Demo.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mouday/Spring-Boot-Demo/issues"
},
"homepage": "https://github.com/mouday/Spring-Boot-Demo#readme"
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册