ht 的文章
-
21 freertos单消息队列-中断方式
二十一、 freertos单消息队列-中断方式 源码: #include #include "board.h" #include "led.h" #include "key.h" #include "uart.h" #include "tim_mrt.h" /*…… -
Vue如何监听滚动条
export default { mounted() { window.addEventListener("scroll", this.handleScroll, true); }, methods: { handleScroll(e) { let scr…… -
解决shp数据图形数与表记录数不一致方法初探
一般这种情况都是因为系统或软件崩溃引起,导致属性表中最后多处一列,可按如下办法处理: 重命名shp文件中的.dbf文件,然后将其在arcgis中打开 然后删除最…… -
LINUX目录文件操作
文件管理命令练习: 在/opt目录下创建一个临时目录tmp; 在临时目录下创建一个文件,文件名为a.txt; 将a.txt复制成b.txt; 将b.txt改名成为c.txt; 创建符号…… -
9.24
9.24 =============================================================================================================== 一、课程学习资源: 1.ww…… -
-
Python的日期和时间及其处理的常用方法
1. Python时间类型简介 Python中常用的时间表示方法有以下几种: 时间戳格式化的时间字符串time模块的time.struct_time类datetime模块的datetime类 其中 时间…… -
android 编译PinyinIME输入法报错
1、错误提示 C:/SVN/CustomPinyinIME/app/src/main/cpp/android/com_android_inputmethod_pinyin_PinyinDecoderService.cpp:217:65: error: cannot initialize…… -
-
病毒检测(C语言):关于字符串的模式匹配
头文件 #include #include #include #include #define OVERFLOW 0 #define OK 1 #define ERROR 0 typedef int Status; typedef struct { char *ch; int leng……
友情链接