摘要:
msql like _ vs % In MySQL, the underscore (_) and percent sign (%) are wildcards used in LIKE expressions for pattern matching. The underscore matches 阅读全文
摘要:
Ethernet Frame以太网帧结构 默认最多1518字节,destination mac+source mac+type+payload+fcs=6+6+2+1500+4=1518。不包含前导码 A switch is a networking device that connects dev 阅读全文
摘要:
visual studio code里面可以安装docker插件 new dev container db_index=true普通索引 unique=true唯一索引 class Meta: indexes=[] unique_together python manage.py makemigra 阅读全文
摘要:
When a client (e.g., a web browser) establishes a secure HTTPS connection with a server, the following steps occur to ensure the security of the commu 阅读全文
摘要:
英语背单词 专四词汇 202302以及202303 ChatGPT - ChuckLu - 博客园 (cnblogs.com) 2023-04-01 Explain the meaning of the following words along with index and phonetic sy 阅读全文
摘要:
index vs fulltext index in mysql In MySQL, an index is a data structure that improves the speed of data retrieval operations on a table. It works by a 阅读全文
摘要:
CSMA/CD 载波侦听,多路访问,冲突,冲突检测(回退算法) CSMA/CD stands for Carrier Sense Multiple Access/Collision Detection. It is a media access control method used in Ethe 阅读全文