之前装过win11,笔记本没问题,去教室电脑装了一下,各种不支持,CPU和TPM都不支持。但是并不是真的是硬件不支持,可以跳过检测。
Recommend article: “精读《手写SQL编译器》”. I learned to write from this article.
This is a very simple version of SQL grammar. For the sake of time, I just write some very basic usage.
昨天刚刚装了win11,又遇到了那个经典的bug,没有声音,声音图标显示一个叉号。这个之前在Win10我就遇见过好多回了,每次都搞好长时间。
数据库项目目前实现了一个简单的词法分析器,其中就是读取SQL语句中的字符,把他们转换成相应的Token。
本次笔试在牛客在线笔试平台, 记录一下编程题的题目。
本次笔试在赛码网,记录一下编程题。
本次笔试在赛码网,有选择和编程题,这次来记录一下编程题。
Recently, I planned to write a database project to improve my ability. It’s hard to start because I knows little about the structure of SQL, so first, I learnt SQLite. I write this article to steady what I‘ve learnt.