1、需要先安装 yum -y install wpa_supplicant 2、配置wpa_supplicant接口和驱动,执行:vi /etc/sysconfig/wpa_supplicant,按a进入插入模式,编辑如下: |# Use the flag "-i" before each of y ...
分类:
其他好文 时间:
2017-09-02 11:27:09
阅读次数:
263
<script type="text/template" id="html_template"> <a href="mqqwpa://im/chat?chat_type=wpa&uin=3582739657&version=1&src_type=web&web_src=yashangzhengzhe ...
分类:
编程语言 时间:
2017-08-26 13:36:31
阅读次数:
270
hostapd : user space daemon for access points, including, e.g., IEEE 802.1X/WPA/EAP Authenticator for number of Linux and BSD drivers, RADIUS client, ...
分类:
其他好文 时间:
2017-08-24 15:00:39
阅读次数:
295
time_t和SYSTEMTIME之间的相互转换 #include <ctime> /* **time_t转SYSTEMTIME */ SYSTEMTIME TimetToSystemTime(time_t t) { FILETIME ft; SYSTEMTIME pst; LONGLONG nLL ...
分类:
其他好文 时间:
2017-08-18 12:40:08
阅读次数:
315
动态编译 EvalGuy.Evaluator ev = new EvalGuy.Evaluator(typeof(string), "\"dddd"+DateTime.Now+"\"", "ddd"); Text= ev.EvaluateString("ddd"); http://www.csscr ...
分类:
其他好文 时间:
2017-08-16 17:30:22
阅读次数:
182
在页面中的iframe中插入<script>标签,我死活就是插入不了; 1.jquery for(var i=0;i<scriptArray.length-1;i++){ var script = document.createElement('script'); script.type = 'te ...
分类:
编程语言 时间:
2017-08-15 17:46:47
阅读次数:
246
https://www.luogu.org/problem/show?pid=2984 题目描述 Farmer John is distributing chocolates at the barn for Valentine's day, and B (1 <= B <= 25,000) of h ...
分类:
其他好文 时间:
2017-08-13 18:38:15
阅读次数:
267
编译libnl1-1: ./configure --host=arm-linux --enable-static --prefix=/usr/local/ssl CC=arm-linux-gnueabihf-gcc 编译时出现错误: ../include/netlink-local.h:239:11 ...
分类:
其他好文 时间:
2017-08-12 17:40:08
阅读次数:
250