ESP8266的PWM(模拟输出) 本教程演示如何使用 ESP8266 NodeMCU 使用 Arduino IDE 生成 PWM 信号。例如,我们将通过一段时间改变占空比来降低 LED 亮度。 ESP8266 NodeMCU PWM (脉冲宽度调制) ESP8266 GPIOs 可以设置为输出 0 ...
分类:
其他好文 时间:
2021-02-19 13:06:59
阅读次数:
0
下载JDK Oracle官网 https://www.oracle.com/java/technologies/javase-downloads.html 下载需要注册 阿里云下载 | jdk-11.0.10_windows-x64_bin.zip | https://code.aliyun.com ...
分类:
编程语言 时间:
2021-02-19 13:00:41
阅读次数:
0
问题描述 centOS7上面装有oracle数据库,参考这种方式安装的,服务器异常关闭,重启服务器后数据库不能启动。 处理步骤 1、登录Linux,切换到oracle用户下su - oracle,查询lsnrctl服务是否开启lsnrctl status 2、监听没有启动,则需要输入lsnrctl ...
分类:
其他好文 时间:
2021-02-18 13:39:03
阅读次数:
0
MLlib: Main Guide Basic statistics 基本统计 Pipelines 管道 Extracting, transforming and selecting features 特征提取、转换和选择 Classification and Regression 分类和回归 Cl ...
分类:
其他好文 时间:
2021-02-18 13:37:31
阅读次数:
0
压缩的内容: 删除注释、空格和换行; 删除多余的分号; 删除空的CSS样式 压缩的工具: 第一种:命令行工具-YUI Compressor: 1.安装jdk环境,jdk下载地址:https://www.oracle.com/java/technologies/javase-jdk15-downloa ...
分类:
Web程序 时间:
2021-02-18 13:36:22
阅读次数:
0
Problem Description Kolya loves putting gnomes at the circle table and giving them coins, and Tanya loves studying triplets of gnomes, sitting in the ...
分类:
其他好文 时间:
2021-02-18 13:33:21
阅读次数:
0
第一个Mybatis程序 一、创建数据库、数据表 sql语句如下: create database mybatis; use mybatis; create table user( id int primary key auto_increment , name varchar(50) not nu ...
分类:
其他好文 时间:
2021-02-18 13:32:04
阅读次数:
0
运行第一个HelloWorld程序 一、JKD安装与配置 分下载,配置,验证三个步骤讲解如何进行JDK环境变量配置。 步骤1 下载,并解压到E:\JDK 首先到甲骨文(Oracle)官网地址下载JKD,链接地址:https://www.oracle.com/java/technologies/jav ...
分类:
其他好文 时间:
2021-02-18 13:29:24
阅读次数:
0
假设不小心写错了sql的条件,写成了 `name` = "aa" = "bb",总结sql的语义转化如下: update 语句的set条件中update table set `name` = "aa" = "bb";==>:update table set `name` = ("aa" = "bb" ...
分类:
数据库 时间:
2021-02-18 13:09:04
阅读次数:
0
| # Markdown学习 | | | | ## 标题 | | | | ### 三级标题 | | | | #### 四级标题 | | | | | | | | ## 字体 | | | | hello,world! | | | | hello,world! | | | | hello,world! | ...
分类:
其他好文 时间:
2021-02-17 15:10:25
阅读次数:
0