1485下载地址 https://docs.qq.com/doc/DWEpnR2pOWU91b3p4?pub=1&dver=2.1.0 #include <reg51.h> #include <intrins.h> #define uchar unsigned char #define uint u ...
分类:
其他好文 时间:
2021-03-17 14:10:52
阅读次数:
0
1. 先注册(https://mp.weixin.qq.com/wxopen/waregister?action=step1) 2.登录(https://mp.weixin.qq.com/) 3.依据发布流程填写相关信息(在小程序开发工具项目填写 对应的小程序 appid )记得绑定开发者,管理者 ...
分类:
微信 时间:
2021-03-17 14:09:22
阅读次数:
0
描述: 升级mac的 big sur后, 蓝牙连接 网易云或QQ 音乐播放卡顿,断断续续的。 网上搜了,解决方案很多, 设置采样率、输入音量、重置SMC等,详情见国外老外的说明: https://tech.setepontos.com/2019/01/08/solving-bluetooth-aud ...
分类:
系统相关 时间:
2021-03-17 14:05:52
阅读次数:
0
1493下载地址 https://docs.qq.com/doc/DWEpnR2pOWU91b3p4?pub=1&dver=2.1.0 一个51单片机做的数字信号发生器仿真 可连续调频调幅,显示幅度值,频率,任选波形. #include<reg51.h> #include<absacc.h> #de ...
分类:
其他好文 时间:
2021-03-16 14:12:50
阅读次数:
0
最近在处理html页面的时候,正则匹配的内容分了好几行展示,之前学到的都无法截取到,网上搜索了一下 方法一: 把 . 改为 (?:.|\n) 方法二: 加个标志参数:re.DOTALL 方法三: 加个标志参数:re.S参考链接:https://blog.csdn.net/qq_39241986/ar ...
分类:
其他好文 时间:
2021-03-16 13:57:37
阅读次数:
0
Unlink 演示环境:ubuntu16.04、pwndbg unlink技术原理参考链接:https://blog.csdn.net/qq_25201379/article/details/81545128; 0x01 漏洞演示 chunk结构体知识:https://www.cnblogs.com ...
分类:
其他好文 时间:
2021-03-16 13:44:37
阅读次数:
0
参考:https://blog.csdn.net/qq_33543634/article/details/80725899 从网上查阅资料得知从 Java 7 build 105 版本开始,Java 7 的编译器和运行环境支持新的 try-with-resources 语句,称为 ARM 块(Aut ...
分类:
编程语言 时间:
2021-03-15 10:48:51
阅读次数:
0
【资源下载】下载地址如下:https://docs.qq.com/doc/DTlRSd01BZXNpRUxl #include "inif.h" #include <at89x52.h> #include <absacc.h> #include "LCD1602.H" unsigned char d ...
分类:
其他好文 时间:
2021-03-12 12:41:26
阅读次数:
0
https://blog.csdn.net/qq_35140728/article/details/77248281 1.到http://www.igniterealtime.org/projects/openfire/plugins.jsp下载一个插件REST API。这个插件的作用就是允许程序设 ...
分类:
Web程序 时间:
2021-03-12 12:32:39
阅读次数:
0
IDEA下创建SpringBoot+MyBatis+MySql项目实现动态登录与注册功能 https://mp.weixin.qq.com/s/urpCwcPztBjjxYdWVwhofg ...
分类:
数据库 时间:
2021-03-11 19:31:48
阅读次数:
0