03 2023 档案
摘要:NLP 从入门到精通(全六讲) sacarstic文档 TensorFlow文档 Transformer从零详细解读(可能是你见过最通俗易懂的讲解)
阅读全文
摘要:[转载](https://demonlee.tech/archives/2208002) Socket 与 TCP 四次挥手(下) Demon.Lee 2022年08月21日 206次浏览 本文实践环境: Operating System: macOS 12.5 Kernel: Darwin Ker
阅读全文
摘要:原博客地址 【tcp】关于tcp四次挥手的TIME_WAIT 了解了 TCP 四次挥手,在四次挥手的过程中,发起连接断开的一方会有一段时间处于 TIME_WAIT 的状态,你知道 TIME_WAIT 是用来做什么的么? 在面试和实战中,TIME_WAIT 相关的问题始终是绕不过去的一道难题。 一、T
阅读全文
摘要:PC Health Check==>Bios TPM2.0 is Disabled; Open my Bios->setting->Security->Trusted Computing->Security Device Support->Enabled->f10(save settings) Se
阅读全文
摘要:
[ ] Tiny_Web_Server 0.5 [ ] Unity 0.3 [ ] S(0830,8,10,1200) [ ] 3_body [ ] esp32+python [ ] Summarize some old codes [ ] self intro [ ] Csapp_Lab [ ]
阅读全文
[ ] Tiny_Web_Server 0.5 [ ] Unity 0.3 [ ] S(0830,8,10,1200) [ ] 3_body [ ] esp32+python [ ] Summarize some old codes [ ] self intro [ ] Csapp_Lab [ ]
阅读全文
摘要:Web服务器 TinyWebServer代码详细讲解(main与WebServer) TinyWebServer:https://www.cnblogs.com/an-wen/p/11180076.html TinyWebServer:https://mp.weixin.qq.com/s/esBsE
阅读全文
摘要:Dump of assembler code for function phase_5: 0x0000000000401062 <+0>: push %rbx 0x0000000000401063 <+1>: sub $0x20,%rsp 0x0000000000401067 <+5>: mov %
阅读全文
摘要:虚拟机内的c++找不到头文件 Finally Solution:没装g++编译器 Ubuntu Linux MySQL刚安装找不到密码用户名 Ubunto20.04安装MySQL并修改root用户密码(Linux安装mysql root用户无法登陆) LINUX:拷贝文件src/指定目录下,文件夹图
阅读全文
摘要:LeetCode:Search Algorithm 1\First unique char Algorithm Design 利用字符数量的有限性,通过数组来映射(避免Hash_map的高复杂度) 注意数组声明为int A[26]而不是char A[26]; if(s=="") return ' '
阅读全文
摘要:
vector.begin()/rbegin()和find_if( , , ) #include <iostream> #include <algorithm> #include "vector" using namespace std; int main() { std::vector<int> v
阅读全文
vector.begin()/rbegin()和find_if( , , ) #include <iostream> #include <algorithm> #include "vector" using namespace std; int main() { std::vector<int> v
阅读全文

浙公网安备 33010602011771号