Skip to content

Latest commit

 

History

History
145 lines (85 loc) · 2.87 KB

index.md

File metadata and controls

145 lines (85 loc) · 2.87 KB

👻ET-yzk’s

: ) 「 Loading... 」

🏷️TODO

Nginx

SpringBoot

持续集成

Restful含义


📔日常记录

2021.10.30

2021.11.1

2021.11.14

[Java bean 是个什么概念?](./daily/javabean.md#Java bean 是个什么概念)

2021.11.14

为什么C++类定义中,数据成员不能被指定为自身类型,但可以是指向自身类型的指针或引用?

2021.11.16

From 知乎

2021.11.19

2021.11.23

2021.12.04


🍃读书笔记

[设计数据密集型应用](./book/Designing Data-Intensive Applications.md)

📖 2021.11.15 -


🔭转载记录

[Vue 跨平台性能优化十法](./reprint/Vue 跨平台性能优化十法.md)

From 腾讯技术工程

2021.10.08

???

2022.01.13


📡问题记录

[Python cls 与 self,@classmethod 与 @staticmethod](./problem/Python cls 与 self, classmethod 与 staticmethod.md)

From 知乎

2021.10.14

2021.10.20

2021.10.28

2021.10,30

[Android Studio: Could not install Gradle distribution](./problem/Android Studio.md#Could not install Gradle distribution)

2021.11.12


🎆其他

GithubPage 初始化页

2021.10.04


🌌WE DOo.

Something Interesting

README

👾 Test

<script> fetch('https://v1.hitokoto.cn/?c=d&c=e&c=i&c=j') .then(response => response.json()) .then(data => { const hitokoto = document.getElementById('hitokoto_text') hitokoto.href = 'https://hitokoto.cn/?uuid=' + data.uuid hitokoto.innerText = "「 " + data.hitokoto + " 」" }) .catch(console.error) </script>