上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 16 下一页
摘要: 使用libcurl下载https地址的文件 下载https地址的qq.exe程序 如果有朋友不想编译,我也把我编好的库和lib头文件打包,https://files.cnblogs.com/files/nightnine/libcurl.zip 阅读全文
posted @ 2017-09-18 14:21 dozeoo 阅读(2101) 评论(0) 推荐(0)
摘要: 像QQ来消息时的,图标闪烁效果 将如下代码添加到Timer响应函数中 阅读全文
posted @ 2017-09-11 09:44 dozeoo 阅读(568) 评论(0) 推荐(0)
摘要: #include <stdio.h> #include <libusb-1.0/libusb.h> #include <stdint.h> #include <string.h> void processMessage(const uint8_t*); /* */ int main(int argc 阅读全文
posted @ 2017-08-13 22:31 dozeoo 阅读(3601) 评论(8) 推荐(0)
摘要: https://falsinsoft.blogspot.jp/2015/02/asynchronous-bulk-transfer-using-libusb.html The 'linusb' is one of the most used open source library for work 阅读全文
posted @ 2017-08-13 22:00 dozeoo 阅读(916) 评论(0) 推荐(0)
摘要: #define DESKTOP_ALL ( DESKTOP_READOBJECTS | DESKTOP_CreateWINDOW | \ DESKTOP_CreateMENU | DESKTOP_HOOKCONTROL | DESKTOP_JOURNALRECORD | \ DESKTOP_JOUR 阅读全文
posted @ 2017-08-11 10:02 dozeoo 阅读(1041) 评论(0) 推荐(0)
摘要: 2017-08-17止, 现在市面上只有一款操作系统是支持树莓派3的64位系统 1. SUSE Linux Enterprise Server 12 SP2 https://www.suse.com/zh-cn/products/server/download/ 我已经下载好了,放到百度网盘里了 链 阅读全文
posted @ 2017-08-02 09:51 dozeoo 阅读(5023) 评论(0) 推荐(0)
摘要: Indicates that a variable of type D3DKMDT_VIDEO_OUTPUT_TECHNOLOGY has not yet been assigned a meaningful value. Indicates that the video output device 阅读全文
posted @ 2017-07-30 20:39 dozeoo 阅读(976) 评论(0) 推荐(0)
摘要: 出现这种问题,网上有几种解决方法: 1.原因:卸载不干净或者installshield本身安装的问题 解决方法:①卸载老程序、②删除注册表中的键值与相关软件注册表、③打开文件夹C:\Program Files\Common Files找到“Installshield”文件夹,删除或重命名该文件夹。 阅读全文
posted @ 2017-07-11 10:46 dozeoo 阅读(927) 评论(0) 推荐(0)
摘要: Windows Vista Sample Credential Providers Overview Windows Vista Sample Credential Providers Overview Contents Terms of Use Release Notes SampleCreden 阅读全文
posted @ 2017-07-07 15:57 dozeoo 阅读(6013) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2017-06-03 16:50 dozeoo 阅读(413) 评论(0) 推荐(0)
摘要: Installshield打包注意事项:问题:当32位的AP调用WINSYSDIR变量时,会默认指向syswow64,就算是调用WINDIR^"system32",也会被强迫指向syswow64。解决:Disable(WOW64FSREDIRECTION)WOW64FSREDIRECTION:起着判 阅读全文
posted @ 2017-05-13 14:39 dozeoo 阅读(415) 评论(0) 推荐(0)
摘要: #include <HttpPacket.h> #include <ArduinoJson.h> #include <ESP8266WiFi.h> HttpPacketHead packet; #define myPeriodic 5 int L = 0; //LED指示灯引脚 int sent = 阅读全文
posted @ 2017-04-03 14:18 dozeoo 阅读(2471) 评论(0) 推荐(0)
摘要: 整合OLED显示和PMS5003报数 由于nano板内存太小,名字和单位都不能放,只是显示了数据 阅读全文
posted @ 2017-04-03 10:25 dozeoo 阅读(2929) 评论(0) 推荐(0)
摘要: Building Tablet PC Applications ROB JARRETT Tablet PC 开发,有需要PDF的留下邮箱 目录This text was added by using code.Building Tablet PC Applications.............. 阅读全文
posted @ 2017-03-31 17:00 dozeoo 阅读(323) 评论(3) 推荐(0)
摘要: 阅读全文
posted @ 2017-03-24 23:46 dozeoo 阅读(662) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 16 下一页