问题一:[root@cdeba90ec46e~]#./configure--prefix=/usr/local/nginx--user=www--group=www--with-http_stub_status_modulebash:./configure:Nosuchfileordirectory//解决思路:表示在执行预编译./configure没有找到configure执行文件,改文件不存在
分类:
其他好文 时间:
2020-11-24 12:21:39
阅读次数:
7
问题一: [root@cdeba90ec46e ~]# ./configure --prefix=/usr/local/nginx --user=www --group=www --with-http_stub_status_module bash: ./configure: No such fil ...
分类:
其他好文 时间:
2020-11-23 12:11:38
阅读次数:
5
第1章 系统基础信息模块详解 1.1 系统性能信息模块 psutil 解决VMWare在Windows10的安装问题: 安装VC Redistributable 2017 解决虚拟机的上网问题:修改VMWare 的网络设置 解决PuTTY连接不上虚拟机的问题:修改VMnet8的IPv4地址 在Cen ...
分类:
其他好文 时间:
2020-11-21 11:54:15
阅读次数:
3
一键部署----mysql5.6--jue#!/bin/bashcd/var/runrm-rfyum.pidread-p"请输入mysql源码包的绝对路径"ccd$cyuminstall-yncurses-develautoconfcmaketarxzvfmysql-5.6.26.tar.gzcdmysql-5.6.26/cmake\-DCMAKE_INSTALL_PREFIX=/usr/loca
分类:
数据库 时间:
2020-11-13 13:21:30
阅读次数:
37
##c标签的引入需要导包 首先如果使用c标签检查是否导入并且在maven.xml中需要配置dependicy jsp页面 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> maven.xml下 <dependency> < ...
分类:
Web程序 时间:
2020-11-13 13:10:57
阅读次数:
21
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" % ...
分类:
Web程序 时间:
2020-11-08 17:01:10
阅读次数:
26
一键部署----mysql5.6.txt!/bin/bashcd/var/runrm-rfyum.pidread-p"请输入mysql源码包的绝对路径"ccd$cyuminstall-yncurses-develautoconfcmaketarxzvfmysql-5.6.26.tar.gzcdmysql-5.6.26/cmake\-DCMAKE_INSTALL_PREFIX=/usr/local/
分类:
数据库 时间:
2020-11-07 17:30:03
阅读次数:
22
1,创建module,pom引入依赖:spring-boot-configuration-processor 2,创建entity,类上加注解:@ConfigurationProperties(prefix="sms"),这样可以读取application.yml文件,把文件的属性映射到class的 ...
分类:
编程语言 时间:
2020-11-07 15:49:12
阅读次数:
18
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> ...
分类:
其他好文 时间:
2020-10-27 11:39:45
阅读次数:
22