摘要:1. 控制台,浏览器输入http://localhost:8080/ using System; using System.Collections; using System.IO; using System.Net; using System.Net.Sockets; using System.T
阅读全文
摘要:8. 语音 http://www.codexiu.cn/python/blog/15810/ https://blog.csdn.net/sinat_34820292/article/details/77165107?utm_source=blogxgwz26 7. python esp8266 h
阅读全文
摘要:1. 2. 语音 文字 https://segmentfault.com/a/1190000013600141 https://www.jianshu.com/p/b93c18f69dbd https://zhuanlan.zhihu.com/p/37523225 https://www.i5seo
阅读全文
摘要:https://zhuanlan.zhihu.com/p/26726297
阅读全文
摘要:以管理员权限运行cmd cmd 右击‘以管理员身份运行’ 输入net user administrator /active:yes 取消为 net user administrator /active:no cmd C:\Program Files (x86)\Microsoft Visual St
阅读全文
摘要:原文:https://blog.csdn.net/qq_25352981/article/details/81007075?utm_source=copy 1.简洁的代码 typedef struct{ float limit; //输出限幅 float target; //目标输出量 float
阅读全文
摘要:1. http://www.ruanyifeng.com/blog/2013/05/Knuth%E2%80%93Morris%E2%80%93Pratt_algorithm.html https://blog.csdn.net/yearn520/article/details/6729426
阅读全文
摘要:1. stc15 ad_1.7 9600 1t #include <string.h> //9600 #include <absacc.h> #include <stdio.h> #include <intrins.h> // 加入此头文件后,可使用_nop_库函数 #define MAIN_Fos
阅读全文
摘要:#include <string.h> #include <intrins.h> // 加入此头文件后,可使用_nop_库函数 #define MAIN_Fosc 11059200L //定义主时钟 #define Main_Fosc_KHZ (MAIN_Fosc / 1000) #include
阅读全文
摘要:1. ad #include <string.h> #include <intrins.h> // 加入此头文件后,可使用_nop_库函数 #define MAIN_Fosc 11059200L //定义主时钟 #define Main_Fosc_KHZ (MAIN_Fosc / 1000) #in
阅读全文