Alex 的文章
-
全球与中国造口袋配件市场现状及未来发展趋势(2022)
根据QYR(恒州博智)的统计及预测,2021年全球造口袋配件市场销售额达到了 亿美元,预计2028年将达到 亿美元,年复合增长率(CAGR)为 %(2022-2028)。地区层…… -
linux安装Ftp
# [root@ecs-zhyj-0001 ~]# rpm -qa |grep vsftpd [root@ecs-zhyj-0001 ~]# yum -y install vsftpd #防火墙状态设置Disabled [root@ecs-zhyj-0001 ~]#…… -
uniapp:uni.request(OBJECT)接口请求封装
封装request.js import { baseURL} from './common.js' //接口域名引入 // 请求拦截次数 let requestNum = 0; // 拦截前 let requestStart = function(params…… -
-
【LeetCode刷题】53 最大子数组合 -java
题目: 给你一个整数数组 nums ,请你找出一个具有最大和的连续子数组(子数组最少包含一个元素),返回其最大和。 子数组 是数组中的一个连续部分。 示例: …… -
同机搭建DM8主备集群
架构 主 5236 DW_PORT 6236 MAL_INST_PORT 实例名 PORT_NUM MAL_INST_DW_PORT MAL_HOST MAL_PORT MAL_DW_PROT DAMENG 5236 6236 127.0.0.1 7236 …… -
stm32cubemx+FATFS+SDMMC的相关配置与问题
我使用的是stm32L431RCT6、stm32cubemx6.3.0、L4的v1.151固件库、闪迪16GBTF卡。 配置: 1、使用SD 4 bits Wide bus 模式。 2、clock transition on which the…… -
React + TypeScript 实现小球互推 小球交叉
index.tsx import { Component } from "react"; import './Small-ball.less'; interface Props { } interface State { Num: number, MaxNum: number, } cl…… -
java设计模式|原型模式
原型模式 package prototype; public class PrototypeTest { public static void main(String[] args) throws CloneNotSupportedException { Base…… -
友情链接

