正则时光 - 生活原本沉闷,但跑起来就有风!
正则时光 - 生活原本沉闷,但跑起来就有风!
最新发布吾生也有涯,而知也无涯!第24页
pandora-next:chatgpt项目介绍 - 正则时光

pandora-next:chatgpt项目介绍

项目地址 https://github.com/pandora-next/deploy 简单介绍 Pandora Cloud + Pandora Server + Shared Chat + BackendAPI Proxy + Chat2API = PandoraNext(演示站) 支持GPTs,最新UI。 ...
MySQL Binlog Digger 4.30亲测可用 - 正则时光

MySQL Binlog Digger 4.30亲测可用

MySQL Binlog Digger是一款基于图形界面的binlog挖掘分析工具与sql审计工具。当发生误删、误增、误改时,它可以帮助我们从binlog中快速定位到误操作的重做语句(redo sql),同时推理出回滚语句...
Linux系统软件包的安装 - 正则时光

Linux系统软件包的安装

一般来说,OS 操作系统是做为平台,在此之上我们要部署我们需要的应用,那么对于这点来说首先则是如何在系统上安装相应的软件和程序。对于 Linux 来说,安装软件和程序的方式非常多样以及灵活。...
windows的docker-desktop的程序相关目录介绍 - 正则时光

windows的docker-desktop的程序相关目录介绍

一、Desktop-Docker程序安装目录 C:\Program Files\Docker 二、配置文件目录 C:\Users\10642\.docker 三、镜像和容器、任务等数据目录 C:\Users\10642\AppData\Local\Docker 四、wsl配置文件 C:...
Android-sdk的安装及环境变量设置 - 正则时光

Android-sdk的安装及环境变量设置

一、Android SDK简介 Android SDK(Software Development Kit,软件开发工具包)被软件开发工程师用于为特定的软件包、软件框架、硬件平台、操作系统等建立应用软件的开发工具的集合。它提供了 ...
centos解压zip文件报错:End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive.... - 正则时光

centos解压zip文件报错:End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive….

问题现象 从虚拟机中拖放传输的zip文件,在解压时报错:End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part arch...
vsftp启动时报错:500 OOPS: can only support ipv4 and ipv6 currently - 正则时光

vsftp启动时报错:500 OOPS: can only support ipv4 and ipv6 currently

问题现象 安装好vsftpd后,重新启动报错:Job for vsftpd.service failed because the control process exited with error code. See 'systemctl status vsftpd.service' and 'journalctl -xe' ...
Linux搭建FTP服务器详细教程 - 正则时光

Linux搭建FTP服务器详细教程

一、简单介绍 vsftpd(very secure FTP daemon)是Linux下的一款小巧轻快、安全易用的FTP服务器软件,本次实验介绍如何在Linux上安装并配置vsftpd。 FTP(File Transfer Protocol)是一种文件传...