传统unix应用程序设计逻辑,autoconf有一个prefix的概念。 系统的系统库,基础工具和内核是放到一套代码树中的,编译这个代码,内核和核心库,工具是一同完成的,这些都被认为是操作系统的一部分。这些核心文件,就以根目录作为prefix。所以,/是所有操作系统核心程序的prefix。 在这个核 ...
分类:
系统相关 时间:
2020-07-17 09:18:36
阅读次数:
87
1.简介 Thymeleaf是流行的模板引擎,Spring Boot推荐使用。语法简介,功能更加强大。 模板引擎:JSP、FreeMarker、Velocity、Thymeleaf 2.pom.xml中导入依赖 <dependency> <groupId>org.springframework.bo ...
分类:
编程语言 时间:
2020-07-09 01:00:08
阅读次数:
87
1、创建普通 Spring Boot 项目,并添加 Eureka 的依赖。 如下图所示: 2、在启动类上添加注解 @EnableEurekaServer 注解 @EnableEurekaServer 表示开启 Eureka 的功能 package com.example.eureka; import ...
分类:
其他好文 时间:
2020-07-05 23:03:13
阅读次数:
52
Centos7 编译安装Swoole 下载安装前准备 需要的一些依赖有些同学可能之前没有使用过,这里作为前提条件进行安装设置.如果已将安装好的同学直接跳到下一步.大前提是安装了PHP,且版本要>=7.2 #需要使用wget下载文件 yum install wget yum install php72 ...
分类:
其他好文 时间:
2020-06-29 18:34:38
阅读次数:
74
reids单实例安装 1、更新依赖 apt-get update apt-get -y install make g++ gcc libpcre3 libpcrecpp* libpcre3-dev libssl-dev autoconf automake libtool libncurses5-de ...
分类:
系统相关 时间:
2020-06-22 15:20:25
阅读次数:
55
导入pom.xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instan ...
分类:
编程语言 时间:
2020-06-21 19:55:14
阅读次数:
51
CVE-2020-5405 Spring Cloud Config 目录穿越漏洞分析 CVE-2020-5405 分析 先放 本地 poc: GET /1/1/(_)..(_)..(_)c:/Temp/1.txt HTTP/1.1 Host: 127.0.0.1:8888 User-Agent: M ...
分类:
编程语言 时间:
2020-06-18 19:04:59
阅读次数:
132
MySQL5.7.30、Nginx1.19.0、PHP5.6.40、phpMyAdmin4.9.5源码安装;虚拟机wordpress、discuz双网站部署
分类:
Web程序 时间:
2020-06-15 16:16:25
阅读次数:
77
场景 有些情况下,不能直接使用BEAN的方式: @Bean(name = "storage") public DataSourceProxy storageDataSourceProxy(@Qualifier("originStorage") DataSource dataSource) { ret ...
分类:
编程语言 时间:
2020-06-02 19:16:12
阅读次数:
71
reference: A tutorial for porting to autoconf & automake GNU autoconf (automake) "Hello World" step-by-step example All you should really know about A ...
分类:
其他好文 时间:
2020-05-31 16:04:42
阅读次数:
87