Temp

7805 bookmarks
Custom sorting
koutto/pi-pwnbox-rogueap: Homemade Pwnbox / Rogue AP based on Raspberry Pi — WiFi Hacking Cheatsheets + MindMap
koutto/pi-pwnbox-rogueap: Homemade Pwnbox / Rogue AP based on Raspberry Pi — WiFi Hacking Cheatsheets + MindMap
Homemade Pwnbox :rocket: / Rogue AP :satellite: based on Raspberry Pi — WiFi Hacking Cheatsheets + MindMap :bulb: - koutto/pi-pwnbox-rogueap: Homemade Pwnbox / Rogue AP based on Raspberry Pi — WiF...
·github.com·
koutto/pi-pwnbox-rogueap: Homemade Pwnbox / Rogue AP based on Raspberry Pi — WiFi Hacking Cheatsheets + MindMap
Emoji searcher
Emoji searcher
Find the emoji that echoes your heart using keywords! No need to remember all the names of emoji.
·emoji.muan.co·
Emoji searcher
dformoso/machine-learning-mindmap: A mindmap summarising Machine Learning concepts, from Data Analysis to Deep Learning.
dformoso/machine-learning-mindmap: A mindmap summarising Machine Learning concepts, from Data Analysis to Deep Learning.
A mindmap summarising Machine Learning concepts, from Data Analysis to Deep Learning. - dformoso/machine-learning-mindmap: A mindmap summarising Machine Learning concepts, from Data Analysis to Dee...
·github.com·
dformoso/machine-learning-mindmap: A mindmap summarising Machine Learning concepts, from Data Analysis to Deep Learning.
AmruthPillai/Reactive-Resume: A one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
AmruthPillai/Reactive-Resume: A one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
A one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today! - AmruthPillai/Reactive-Resume: A one-of-a...
·github.com·
AmruthPillai/Reactive-Resume: A one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
P2P技术详解(三):P2P中的NAT穿越(打洞)方案详解(进阶分析篇)
P2P技术详解(三):P2P中的NAT穿越(打洞)方案详解(进阶分析篇)
原作者:黄日成,手Q游戏中心后台开发,腾讯高级工程师。从事C++服务后台开发4年多,主要负责手Q游戏中心后台基础系统、复杂业务系统开发,主导过手Q游戏公会、企鹅电竞App-对战系统等项目的后台系统设计,有丰富…
·zhuanlan.zhihu.com·
P2P技术详解(三):P2P中的NAT穿越(打洞)方案详解(进阶分析篇)
P2P 打洞技术详解
P2P 打洞技术详解
何为打洞?(what)英文翻译 NAT traversal : NAT 穿越 NAT Hole Punching : NAT 打孔 定义(UDP) 打洞技术是通过中间公网服务器的协助在通信双方的 NAT 网关上建立相关的映射表项,使得双方发送的报文能直接穿透对方的 NAT 网关(防火墙),实现 P2P 直连。 洞:所谓的洞就是映射规则,外部能够主动与之通信的规则 为何要打洞?(why)直接连
·rebootcat.com·
P2P 打洞技术详解
NAT基本原理及穿透详解(打洞) - 掘金
NAT基本原理及穿透详解(打洞) - 掘金
本文主要是摘录了网上许多其他文章的内容并进行了整理,信息略多。 NAT(Network Address Translation,网络地址转换), 用来将内网地址和端口号转换成合法的公网地址和端口号,建立一个会话,与公网主机进行通信。NAT的使用是为了解决公网IP有限及局域网安全…
·juejin.cn·
NAT基本原理及穿透详解(打洞) - 掘金
P2P网络NAT穿透原理(打洞方案)
P2P网络NAT穿透原理(打洞方案)
1.关于NATNAT技术(Network Address Translation,网络地址转换)是一种把内部网络(简称为内网)私有IP地址转换为外部网络(简称为外网)公共IP地址的技术,它使得一定范围内的多台主机只利用一个公共IP地址连接…
·zhuanlan.zhihu.com·
P2P网络NAT穿透原理(打洞方案)
巧妙利用TypeScript模块声明帮助你解决声明拓展
巧妙利用TypeScript模块声明帮助你解决声明拓展
写在开头网络上大部分 Typescript 教程都在告诉大家如何使用类型体操更好的组织你的代码。 但是针对于声明文件(Declaration Files)的相关内容却是少之又少。 这篇文章中,我会带你着重讲述 TypeScript Declarati…
·zhuanlan.zhihu.com·
巧妙利用TypeScript模块声明帮助你解决声明拓展