公开 html根据屏幕大小自动跳转到移动端M站
&linkrel="alternate"media="onlyscreenand(max-width:640px)"href="https://m.chinaz.com/"&
2022-08-09
29
0
公开 Linux下命令安装zip压缩解压
liunx服务器上默认没有安装zip命令,所以使用时需安装:apt-getinstallzip或yuminstallziplinux安装unzip命令:apt-getinstallunzip或yumi
2022-08-09
11
0
公开 MySQL实现多关键词模糊搜索,搜索结果按匹配关键词匹配度排序
今天把我的摸索过程整理一下,说说如何用MySQL实现多关键词站内“模糊查找”。拿一个简化的小表儿做例子表名叫:article字段有:title、subtitle、tag、tex
2022-08-10
24
0
公开 linux 禁止tomcat生成catalina.***.log host-manager.***.log这些烦人的日志
前往tomcat的conf文件夹下,打开logging.properties然后修改,讲之前的FINE和INFO级别都修改成OFF就可以了#LicensedtotheApacheSoftwareFou
2022-08-06
22
0
公开 linux下快速安装nginx教程
在安装nginx前首先要确认系统中安装了gcc、pcre-devel、zlib-devel、openssl-devel。yum-yinstallgccpcre-develzlib-developens
2022-02-19
16
0
公开 linux快速搭建redis单机服务,centos上如何搭建redis服务?【教程】
一、环境准备因为redis使用c语言开发的,如果要运行在linux上,需要gcc-c++的环境。那么我们就要先看一下是否安装了gcc-c++如果没有的话,需要安装gcc-c++环境(友情提示,除了
2022-02-19
8
0
公开 ERROR 1290 (HY000): The MySQL server is running with the --skip-grant-tables option so it cannot exe
在不需要数据库密码的情况下执行:setpasswordfor'root'@'localhost'=password('MyNewPass4!');就会报
2022-08-05
13
0
公开 linux64位 安装MySQL5.7配置(最简教程)
安装环境:CentOS764位MINI版,安装MySQL5.71、配置YUM源在MySQL官网中下载YUM源rpm安装包:http://dev.mysql.com/downloads/repo/yum
2022-08-09
14
0
公开 java springboot 静态调用公共action中的方法
publicstaticBaseActionbaseAction; @PostConstruct publicvoidinit(){ baseAction=this; }通过@P
2022-02-19
13
0