menu 贺大礼(乱丶心)的博客
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 ...
2024-06-14|1 条评论
import concurrent.futures import time def task1(): time.slee ...
from PIL import Image import os import shutil import errno import ...