正则时光 - 生活原本沉闷,但跑起来就有风!
正则时光 - 生活原本沉闷,但跑起来就有风!
最新发布吾生也有涯,而知也无涯!第69页
搭建网站时报错:Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP - 正则时光

搭建网站时报错:Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP

问题背景 今天在安装ecshop程序时,报错Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP 问题分析 翻译这个报错的意思如下:弃用...
(2024最新) Navicat Premium 17破解激活永久教程 - 正则时光

(2024最新) Navicat Premium 17破解激活永久教程

一、navicat17下载 先去官网下载最新版本的navicat,地址:https://www.navicat.com.cn/download/navicat-premium 如果大家不想下载或者打不开,时光这里也准备了安装包(中文)+激活工具,请看...
调整WSL应用的安装目录 - 正则时光

调整WSL应用的安装目录

wsl应用的默认安装目录 C盘空间不够,需要将wsl文件移动到其他盘 操作步骤 wsl -l -v # 检查已安装的版本 wsl --export Debian D:\Debian.tar # 导出 wsl --unregister Debian # 卸载 wsl --imp...
css常用属性与用法 - 正则时光

css常用属性与用法【精】

一、css选择器 1.元素选择器 2.ID选择器 3.CLASS选择器 4.组合选择器 5.分组选择器 h1,h2,p { # 当多个选择器都是同样的样式时,为了减少代码量,可以使用一个分组,用,号隔开 color:green; } 6...