摘要: 两种思维方式 海绵式思维和淘金式思维 海绵式思维就像海绵遇到水一样,不论是什么都会吸收。 淘金式思维则是根据自己的需求有选择的吸收 如何去理解一个观点? 如何理解一个人对你表达的观点? 1 是什么?= 结论 论题和结论是什么 2 凭什么?= 理由 理由是什么?一些细节的词有没有暴露他们的思考路径? 阅读全文
posted @ 2021-06-26 22:07 codestacklinuxer 阅读(112) 评论(0) 推荐(0) 编辑
摘要: https://www.kancloud.cn/alex_wsc/android-wifi-nfc-gps/414083 文章参考 form:https://blog.csdn.net/yudelian/article/details/121036099 1、https://chujian521.g 阅读全文
posted @ 2024-09-11 20:21 codestacklinuxer 阅读(6) 评论(0) 推荐(0) 编辑
摘要: EAP-PEAP with Mschapv2: Decrypted and Decoded Michal Garcarz Cisco Employee 选项 ‎01-18-2013 11:50 PM [toc:faq] Introduction The aim of the article is t 阅读全文
posted @ 2024-09-11 20:07 codestacklinuxer 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 主程序 wpa_supplicant/main.c/main() wpa_supplicant_init() // 初始化wpa_global, eloop_data wpa_supplicant_add_iface() wpa_supplicant_run() 1. wpa_global对象描述全 阅读全文
posted @ 2024-09-05 23:30 codestacklinuxer 阅读(19) 评论(0) 推荐(0) 编辑
摘要: HttpHeader之User-Agent UA 串的发展史 1990 年,Tim Berners-Lee 编写了第一个浏览器 WorldWideWeb,后来改名为 Nexus。但是,Nexus 只支持文字展示。 1993 年,美国 NCSA 组织开发了 Mosaic 浏览器,能支持图片的展示使其成 阅读全文
posted @ 2024-08-17 18:40 codestacklinuxer 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 例子 static rlm_rcode_t _test_sql_authenticate(UNUSED rlm_eap_t *inst, REQUEST *request) { REQUEST *fake; VALUE_PAIR *vp1, *vp2; int rc = RLM_MODULE_FAI 阅读全文
posted @ 2024-08-16 17:17 codestacklinuxer 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 由于ac 上一个ssid只能配置一个portal服务器, 为了负载均衡,目前使用dns 解析,没有对某ip进行负载均衡 但是却出现了ece cwr /* RFC3168 : 6.1.1 SYN packets must not have ECT/ECN bits set * * If we rece 阅读全文
posted @ 2024-08-12 20:46 codestacklinuxer 阅读(2) 评论(0) 推荐(0) 编辑
摘要: need-call-flow-diagram-for-wpa2-eap-authentication Hello Avanindra, Here’s a detailed call flow diagram for WPA2 EAP authentication using an NPS serve 阅读全文
posted @ 2024-08-03 15:33 codestacklinuxer 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 转载: When writing an HTTP server or client in Go, timeouts are amongst the easiest and most subtle things to get wrong: there’s many to choose from, an 阅读全文
posted @ 2024-07-22 17:56 codestacklinuxer 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 日志报错: can't connect to remote host (123.125.14.188): Address not avaibal 根据日志查看对应代码 tr := &http.Transport{ TLSClientConfig: &tls.Config{InsecureSkipVe 阅读全文
posted @ 2024-07-22 17:41 codestacklinuxer 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 代码: #include <openssl/bio.h> #include <openssl/ssl.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include <netdb.h 阅读全文
posted @ 2024-07-17 21:20 codestacklinuxer 阅读(4) 评论(0) 推荐(0) 编辑