1、环境介绍
运行系统:centos7.9
php版本:php8.0.29
swoole版本:swoole5
swoft版本:swoft2.02、遇到的问题
The requested PHP extension ext-redis * is missing from your system. Install or enable PHPs redis extension。这…
为了使用方便把OTA封装一下为以下类
#include "ESP8266HTTPUpdate.h"class OTA
{
private:ESP8266HTTPUpdate httpUpdate;// using HTTPUpdateStartCB std::function<void()>;void OnStartCB(){Serial.println("开始OTA升级");}// using HTTPUpdat…
模板题目链接
Leetcode 210 Course Schedule II
Leetcode 2115 Find all possible Reciptes from given supplies
拓扑排序是在有向无环图中以图中节点依赖关系对节点进行排序。例如求解前置课程,求解程序中调用包的依赖关系等等。
拓扑排序思路
拓扑排序思路…
目录
一、Spring是什么? Spring就是包含了很多工具方法的 IoC 容器。
1. 什么是IoC,什么是容器 2. IoC的优点 (解决耦合问题)
二、什么是Spring IoC
1. Spring IoC详解
(1)也就是学习 Spring 最核心的功能:
&…