👻ET-yzk’s
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
🍃读书笔记
📖 2021.11.15 -
🔭转载记录
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
👾 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>