menu 贺大礼(乱丶心)的博客
2024-12-29|0 条评论
引入包:pip install Pillow代码:from PIL import Image import os # 指定你的文件 ...
2024-12-27|0 条评论
首先引入phpmailercomposer require phpmailer/phpmailer 代码:<?php nam ...
2024-11-26|0 条评论
代码模板Db::startTrans(); try { $END$ } catch (\Exception $e) { ...
2024-11-05|1 条评论
@echo off setlocal enabledelayedexpansion set /a count=0 for /r %% ...
/*滑动问题*/ .laydate-time-list ol{overflow-x: hidden !important ;ove ...
系统时间不对,需校对系统时间Linux 系统时间校对方法
2024-07-10|0 条评论
使用 ntp 校对 Linux 系统时间的方法.Linux 中有个 ntp 包可以自动校准时间,并且非常好用。# Debian系统安 ...
2024-06-14|0 条评论
安装依赖时候出现问题,无法生成node_modules。看网上办法是因为npm版本过高,高于7之后要求会更严格。-legacy-pe ...