随笔分类 -  我的全栈

摘要:1.使用Adruino开发 就是前几年比较火的WIFI探针 点击查看代码 #include <Arduino.h> extern "C" { #include <user_interface.h> } #define DATA_LENGTH 112 #define TYPE_MANAGEMENT 0 阅读全文
posted @ 2023-03-20 18:59 dozeoo 阅读(247) 评论(0) 推荐(0) 编辑
摘要:1.下载地址 https://download.qt.io/new_archive/qt/ 1.Qt Creator无法打开包括文件: “corecrt.h”: No such file or directory” pro文件中添加 INCLUDEPATH += "C:/Program Files 阅读全文
posted @ 2023-03-12 19:16 dozeoo 阅读(59) 评论(0) 推荐(0) 编辑
摘要:https://learn.microsoft.com/en-us/windows-hardware/drivers/gettingstarted/writing-a-very-small-kmdf--driver 本文介绍如何使用 Kernel-Mode Driver Framework (KMD 阅读全文
posted @ 2023-03-09 15:27 dozeoo 阅读(424) 评论(0) 推荐(0) 编辑
摘要:https://github.com/imageio/imageio-binaries/tree/master/ffmpeg 阅读全文
posted @ 2023-02-23 08:17 dozeoo 阅读(96) 评论(0) 推荐(0) 编辑
摘要:1.安装ActiveTcl 可以下载官网的也可以自己搜索下载安装都可以 2.下载SQLcipher源码 3.使用VC的命令行,生成sqlite3.c文件 D:\Program Files (x86)\Microsoft Visual Studio 14.0\VC>cd /D C:\Users\703 阅读全文
posted @ 2023-02-21 17:06 dozeoo 阅读(1373) 评论(0) 推荐(0) 编辑
摘要:Hex signatureISO 8859-1OffsetExtensionDescription 23 21 #! 0 Script or data to be passed to the program following the shebang (#!)[1] D4 C3 B2 A1 (lit 阅读全文
posted @ 2023-02-20 11:37 dozeoo 阅读(164) 评论(0) 推荐(0) 编辑
摘要:libxml2源码下载地址 https://gitlab.gnome.org/GNOME/libxml2/-/releases CMake (mainly for Windows) Another option for compiling libxml is using CMake: cmake - 阅读全文
posted @ 2023-02-02 17:58 dozeoo 阅读(852) 评论(0) 推荐(0) 编辑
摘要:特斯拉工作站产品 | GPU | Compute Capability | | | | | Tesla K80 | 3.7 | Tesla K40|3.5| |Tesla K20|3.5| |Tesla C2075|2.0| |Tesla C2050/C2070|2.0| 数据中心产品 | GPU 阅读全文
posted @ 2022-08-16 14:27 dozeoo 阅读(12644) 评论(0) 推荐(0) 编辑
摘要:本机系统是Monterey 12.4 电脑休眠后,wifi经常性的连接不上,弹窗重新输入密码也不行 重启电脑后,可以恢复正常连接WIFI sudo killall airportd 终端执行,可以解决 阅读全文
posted @ 2022-07-05 22:27 dozeoo 阅读(430) 评论(0) 推荐(0) 编辑
摘要:1.第一步肯定是安装VS Code,这没什么说的 2.vscode 插件界面里搜索keil,安装插件 3.keil插件配置 ######路径根据自己安装的不同,自己修改 4.打开Keil工程 Keil工程需要先使用Keil软件配置好 5.使用 这里有编译,重新编译的按钮 然后就可以正常编译了,现在可 阅读全文
posted @ 2022-01-30 18:24 dozeoo 阅读(1582) 评论(0) 推荐(0) 编辑
摘要:###使用了keil5默认的版本6的编译器,而固件库还是支持版本5的编译器 阅读全文
posted @ 2022-01-29 21:56 dozeoo 阅读(2651) 评论(0) 推荐(0) 编辑
摘要:新装了Keil后,就需要安装各种芯片的开发包,软件自带下载比较慢,所以推荐大家官网下载,这里以STM32的为例,默认是最新版本,展开后就有以前的每个版本。 keil官网下载地址:http://www.keil.com/dd2/pack/ 已 STM32F1系列为例: STM32F1的我已经下载好了, 阅读全文
posted @ 2021-12-02 23:11 dozeoo 阅读(1652) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/qq_27489007/article/details/100599143 1. 软件授权方式 激活码方式 用户安装系统后,软件系统会根据用户机器的关键信息(例如:MAC地址、CPU序列号、硬盘序列号等等)生成一个注册凭证(也可称为注册码),用户将这个注册 阅读全文
posted @ 2021-05-13 21:10 dozeoo 阅读(1853) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示