03 2023 档案

摘要:真的牛逼GPT,效率拉满 阅读全文
posted @ 2023-03-28 22:21 Logic_Han 阅读(20) 评论(0) 推荐(0)
摘要:早知道这个技术就不在海报上卷了; 阅读全文
posted @ 2023-03-25 17:08 Logic_Han 阅读(19) 评论(0) 推荐(0)
摘要:1 阅读全文
posted @ 2023-03-25 16:20 Logic_Han 阅读(75) 评论(0) 推荐(0)
摘要:NLP 从入门到精通(全六讲) sacarstic文档 TensorFlow文档 Transformer从零详细解读(可能是你见过最通俗易懂的讲解) 阅读全文
posted @ 2023-03-18 23:25 Logic_Han 阅读(23) 评论(0) 推荐(0)
摘要:chatgpt融入rt_3d 语音输入 阅读全文
posted @ 2023-03-17 15:43 Logic_Han 阅读(10) 评论(0) 推荐(0)
摘要:1 阅读全文
posted @ 2023-03-16 22:23 Logic_Han 阅读(36) 评论(0) 推荐(0)
摘要:[转载](https://demonlee.tech/archives/2208002) Socket 与 TCP 四次挥手(下) Demon.Lee 2022年08月21日 206次浏览 本文实践环境: Operating System: macOS 12.5 Kernel: Darwin Ker 阅读全文
posted @ 2023-03-16 10:49 Logic_Han 阅读(43) 评论(0) 推荐(0)
摘要:原博客地址 【tcp】关于tcp四次挥手的TIME_WAIT 了解了 TCP 四次挥手,在四次挥手的过程中,发起连接断开的一方会有一段时间处于 TIME_WAIT 的状态,你知道 TIME_WAIT 是用来做什么的么? 在面试和实战中,TIME_WAIT 相关的问题始终是绕不过去的一道难题。 一、T 阅读全文
posted @ 2023-03-16 10:35 Logic_Han 阅读(109) 评论(0) 推荐(0)
摘要:PC Health Check==>Bios TPM2.0 is Disabled; Open my Bios->setting->Security->Trusted Computing->Security Device Support->Enabled->f10(save settings) Se 阅读全文
posted @ 2023-03-14 16:48 Logic_Han 阅读(26) 评论(0) 推荐(0)
摘要:短期计划312-323[ ] 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 [ ] 阅读全文
posted @ 2023-03-12 22:26 Logic_Han 阅读(75) 评论(0) 推荐(0)
摘要:Web服务器 TinyWebServer代码详细讲解(main与WebServer) TinyWebServer:https://www.cnblogs.com/an-wen/p/11180076.html TinyWebServer:https://mp.weixin.qq.com/s/esBsE 阅读全文
posted @ 2023-03-11 10:12 Logic_Han 阅读(15) 评论(0) 推荐(0)
摘要:1 阅读全文
posted @ 2023-03-10 15:23 Logic_Han 阅读(22) 评论(0) 推荐(0)
摘要:Dump of assembler code for function phase_5: 0x0000000000401062 <+0>: push %rbx 0x0000000000401063 <+1>: sub $0x20,%rsp 0x0000000000401067 <+5>: mov % 阅读全文
posted @ 2023-03-09 12:14 Logic_Han 阅读(38) 评论(0) 推荐(0)
摘要:虚拟机内的c++找不到头文件 Finally Solution:没装g++编译器 Ubuntu Linux MySQL刚安装找不到密码用户名 Ubunto20.04安装MySQL并修改root用户密码(Linux安装mysql root用户无法登陆) LINUX:拷贝文件src/指定目录下,文件夹图 阅读全文
posted @ 2023-03-09 08:35 Logic_Han 阅读(379) 评论(0) 推荐(0)
摘要:LeetCode:Search Algorithm 1\First unique char Algorithm Design 利用字符数量的有限性,通过数组来映射(避免Hash_map的高复杂度) 注意数组声明为int A[26]而不是char A[26]; if(s=="") return ' ' 阅读全文
posted @ 2023-03-08 21:01 Logic_Han 阅读(25) 评论(0) 推荐(0)
摘要:vector.begin()/rbegin()和find_if( , , )vector.begin()/rbegin()和find_if( , , ) #include <iostream> #include <algorithm> #include "vector" using namespace std; int main() { std::vector<int> v 阅读全文
posted @ 2023-03-06 21:13 Logic_Han 阅读(46) 评论(0) 推荐(0)