摘要: LTTarget post a video at BiliBili about my paper 阅读全文
posted @ 2023-10-08 17:04 Logic_Han 阅读(2) 评论(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 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 了解人性弱点是为了了解,不为应对。以便在公共场合不会因为人性的共同弱点而难堪。也便于在接纳的前提下制定解决方法 阅读全文
posted @ 2023-09-01 15:08 Logic_Han 阅读(2) 评论(0) 推荐(0) 编辑
摘要:  大数据计算 大数据计算 2023.8.30 笔记 1. 判全0数组 2. 年份聚合存储 列存储书数据库 3. b+ tree 4. hash 5. 避免垃圾回收 ,自己管理内存 大数据计算程序书写 6. 内存拷贝 7. 避免对象创建 8. 磁盘操作对象加锁 9. mapreduce pregel大数据计算框架 阅读全文
posted @ 2023-08-30 12:33 Logic_Han 阅读(63) 评论(0) 推荐(0) 编辑
摘要: 不必比较不同的环境,如果不满意,需要做的只是尽最大努力进入新的平台;只需要在目前的环境中做到最好,才有离开这个环境或者走向更好平台的机会; 阅读全文
posted @ 2023-04-23 16:22 Logic_Han 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 对于国家给予的环境不必过于苛责;类比家庭(父母)之于自己; 一位用尽半个世纪给孩子制作了一副盔甲的父亲,不应该因为他给不了孩子一顿美食而受到谴责; 阅读全文
posted @ 2023-04-23 16:20 Logic_Han 阅读(52) 评论(0) 推荐(1) 编辑
摘要: ![](https://img2023.cnblogs.com/blog/3126982/202304/3126982-20230420215019754-570635372.png) 阅读全文
posted @ 2023-04-20 21:50 Logic_Han 阅读(12) 评论(0) 推荐(0) 编辑
摘要: WebConnect stream socket base on tcp datagram socket base on udp ip/port windows:ipconfig linux:ifconfig 防火墙与不同主机通信 OSI(open system interconnect) app- 阅读全文
posted @ 2023-04-18 22:16 Logic_Han 阅读(156) 评论(0) 推荐(0) 编辑
摘要: LeetCode:Search Algorithm 1\First unique char Algorithm Design 利用字符数量的有限性,通过数组来映射(避免Hash_map的高复杂度) 注意数组声明为int A[26]而不是char A[26]; if(s=="") return ' ' 阅读全文
posted @ 2023-04-18 22:12 Logic_Han 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 2023/3/4[LC:Random_List_Copy] 1>心得: 写“for"循环之前需要首先思考循环目的和结束条件;例如链表的遍历等; 模拟仔细; 2>思路 首先如果是单纯复制一个普通链表: 需要给前一个copy结点留一个pre指针;以便:pre->next=copy; 3>解法 此题有两个 阅读全文
posted @ 2023-04-18 22:12 Logic_Han 阅读(11) 评论(0) 推荐(0) 编辑
摘要: People | :bowtie: :bowtie: | :smile: :smile: | :laughing: :laughing: | | | | | | :blush: :blush: | :smiley: :smiley: | :relaxed: :relaxed: | | :smirk: 阅读全文
posted @ 2023-04-18 22:11 Logic_Han 阅读(8) 评论(0) 推荐(0) 编辑