随笔分类 - WINDOWS/MFC
摘要:// 得到主机的IP地址 QString strIpAddress; QList<QHostAddress> ipAddressesList = QNetworkInterface::allAddresses(); int nListSize = ipAddressesList.size(); fo
阅读全文
摘要:OpenCV 教程: http://www.opencv.org.cn/opencvdoc/2.3.2/html/doc/tutorials/tutorials.html
阅读全文
摘要:安装软件: qt-opensource-windows-x86-msvc2015_64-5.7.0.exe => ( 包含qt和Qt Creator (Community) ) cn_visual_studio_professional_2015_x86_x64_dvd_6846645.iso =>
阅读全文
摘要:root@OrangePizero:/home/nfqueue/libnfnetlink-1.0.1# ./configure checking build system type... armv7l-unknown-linux-gnueabihf checking host system type... armv7l-unknown-linux-gnueabihf checking for ...
阅读全文
摘要:1、GreenSurfOnline配置文件,配置可以上网的时间断,上网的时间使用NTP时间,如果当前时间不在GreenSurfOnlineCfg.ini配置文件中, 不执行默认的关机命令(批处理文件,可自行修改)。如果当前电脑没有连接互联网,也不执行命令。 2、安装与卸载 需要以管理员身份运行程序:
阅读全文
摘要:转自:http://blog.csdn.net/wangningyu/article/details/4522648#
阅读全文
摘要:1、无法解析的外部符号 __imp___CrtDbgReportW 所在的“项目”=>>“属性”=>>“配置属性”=>>“C/C++”=>>“预处理器”=>>“预处理定义” 移除_DENUG 2、VS2010编译release版本的DLL提示丢失msvcr100d.dll 问题原因是,release
阅读全文
摘要:#pragma once //#include "CommonDefine.h" #include #include "MySerial.h" //不使用读超时 #define TIMEOUT_READ_INTERVAL 0xFFFFFFFF #define TIMEOUT_READ_TOTAL_MULTIPLIER 0 #define TIMEOUT_READ_TOTAL_CONSTANT...
阅读全文
摘要:https://packetsender.com/download AdvancedSerialPortTerminal.zip
阅读全文
摘要:// GNRMC_Analysis.cpp : Defines the entry point for the console application.// #include "stdafx.h"#include <string.h>#include <stdlib.h> #include <std
阅读全文
摘要:1 #if !defined(__PRIMITIVESOCKET_H__) 2 #define __PRIMITIVESOCKET_H__ 3 4 #include 5 6 #define WM_SOCKET (WM_USER + 100) 7 8 int CommonLib_IsValidIP(char* pstr ); 9 char* Common...
阅读全文
浙公网安备 33010602011771号