background picture of the home page

Hi,Friend

周某(周大老板)

周蛋爆 著名食材公司法人大佬。 相关链接 Hugo博客:https://saitamasisi.github.io/ 在使用过程中,有任何问题都可以通过以上链接找寻答案,或者联系我们。 学习!

thumbnail of the cover of the post

vue3响应式用法,性能优化技巧

版权声明:本文非原创文章,遵循 CC 4.0 BY-SA 版权协议,原文章地址如下 vue3响应式高阶用法,中高级前端必会的性能优化技巧# 前言: 翻别人代码时,总结发现极大部分使用vue3的人只会用 - 掘金 前言:

thumbnail of the cover of the post

Springboot入门到精通(超详细文档)

版权声明:本文非原创文章,遵循 CC 4.0 BY-SA 版权协议,原文章地址如下 Springboot入门到精通(超详细文档)_springboot文档-CSDN博客 1. Spring Boot是什么 我们知道,从 2002 年开始,Spring 一直在飞速的发展,如今已经成为了在Jav

thumbnail of the cover of the post

C++八股文

版权声明:本文非原创文章,遵循 CC 4.0 BY-SA 版权协议,原文章地址如下 史上最全C/C++面试、C++面经八股文,一文带你彻底搞懂C/C++面试、C++面经!_c++八股-CSDN博客

thumbnail of the cover of the post

Ubuntu下安装Redis

Ubuntu16.04 LTS + redis-6.2.9 一、环境准备 下载Redis离线安装包 # https://download.redis.io/releases/ tar -zxvf redis-6.2.9.tar.gz mv redis-6.2.9 /usr/local cd /usr

thumbnail of the cover of the post

Ubuntu下安装Kafka

由于Kafka从3.0版本开始引入KRaft(Kafka Raft)协议,使其能够在没有 Zookeeper 的情况下运行 一、环境准备 安装JAVA环境 sudo apt install openjdk-8-jdk 下载Kafka离线包 # https://downloads.apache.org

thumbnail of the cover of the post

前端对文件进行分段读取和加密

采用 FileReader 对文件进行分段读取,通过 CryptoJS 对文件进行分段加密,需要引用 import CryptoJS from 'crypto-js'; function calculateMD5InChunks(file, chunkSize) { return new Pro

thumbnail of the cover of the post

Yolov5修改模型训练宽高为自定义宽高

此次修改使用的yolo框架为yolov5,其中大多为修改后的代码,可根据查找未改动处找到对应代码。 一、修改train.py文件 # 第一处修改: parser.add_argument('--imgsz', '--img', '--img-size', type=int, default=

thumbnail of the cover of the post