最新发布吾生也有涯,而知也无涯!第20页
mysql启动报错:file /var/log/mariadb/binlog/mysql-bin.index not found (errcode:13 “permission denied

mysql启动报错:file /var/log/mariadb/binlog/mysql-bin.index not found (errcode:13 “permission denied”)

问题现象 file /var/log/mariadb/binlog/mysql-bin.index not found (errcode:13 “permission denied') 原因分析 这个错误提示表明 MySQL 或 MariaDB 没有足够的权限来访问指定的文件 /var/log...
Linux bashrc和profile的用途和区别 - 正则时光

Linux bashrc和profile的用途和区别

引言 使用终端ssh登录Linux操作系统的控制台后,会出现一个提示符号(例如:#或~),在这个提示符号之后可以输入命令,Linux根据输入的命令会做回应,这一连串的动作是由一个所谓的Shell来做处...
wordpress子比主题使用腾讯云CDN(edgeone)配置教程 - 正则时光

wordpress子比主题使用腾讯云CDN(edgeone)配置教程

使用cdn可以隐藏我们网站的真实IP,避免被不法分子利用,造成网站和财产损失。另一方面也可以做到分流的作用,提升网站加载速度,以及用户体验。但是不正确的cdn配置往往得不偿失。这里就给大家...
搭建网站时报错: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 问题分析 翻译这个报错的意思如下:弃用...
测试用例设计方法之错误推断法 - 正则时光

测试用例设计方法之错误推断法

应⽤场景 当项⽬⽤例都执⾏完毕,且BUG修复完成,离上线还有⼀段时间, 在这段时间中可是使⽤错误推荐法复测主要业务或测试未覆盖的功能。
Jenkins “unable to find valid certification path to requested target” - 正则时光

Jenkins “unable to find valid certification path to requested target”

jenkins插件无法下载java 的ssl问题,stackoverflow只有一个方法适合我。就是手动安装一个ID: skip-certificate-check插件, 通过地址:https://updates.jenkins.io/download/plugins/skip-cert...
Windows11开启Linux子系统功能:WSL - 正则时光

Windows11开启Linux子系统功能:WSL

WSL的全称是Windows Subsystem for Linux。适用于 Linux 的 Windows 子系统可让开发人员按原样运行 GNU/Linux 环境 - 包括大多数命令行工具、实用工具和应用程序 - 且不会产生传统虚拟机或双启...
App的埋点测试 - 正则时光

App的埋点测试

一、概念 埋点测试只是数据采集的一种术语,而数据采集是提供给运营工作人员去了解手机app对于某些模块、场景的用户使用情况,进行的一个触发埋点,将埋点采集到的数据进行上报的过程。采集数据...