码迷,mamicode.com
首页 >  
搜索关键字:autoconf    ( 741个结果
Linux33_编译源代码,configure和prefix的概念
传统unix应用程序设计逻辑,autoconf有一个prefix的概念。 系统的系统库,基础工具和内核是放到一套代码树中的,编译这个代码,内核和核心库,工具是一同完成的,这些都被认为是操作系统的一部分。这些核心文件,就以根目录作为prefix。所以,/是所有操作系统核心程序的prefix。 在这个核 ...
分类:系统相关   时间:2020-07-17 09:18:36    阅读次数:87
Thymeleaf入门(基于SpringBoot)
1.简介 Thymeleaf是流行的模板引擎,Spring Boot推荐使用。语法简介,功能更加强大。 模板引擎:JSP、FreeMarker、Velocity、Thymeleaf 2.pom.xml中导入依赖 <dependency> <groupId>org.springframework.bo ...
分类:编程语言   时间:2020-07-09 01:00:08    阅读次数:87
Eureka 的搭建
1、创建普通 Spring Boot 项目,并添加 Eureka 的依赖。 如下图所示: 2、在启动类上添加注解 @EnableEurekaServer 注解 @EnableEurekaServer 表示开启 Eureka 的功能 package com.example.eureka; import ...
分类:其他好文   时间:2020-07-05 23:03:13    阅读次数:52
Centos7 编译安装Swoole
Centos7 编译安装Swoole 下载安装前准备 需要的一些依赖有些同学可能之前没有使用过,这里作为前提条件进行安装设置.如果已将安装好的同学直接跳到下一步.大前提是安装了PHP,且版本要>=7.2 #需要使用wget下载文件 yum install wget yum install php72 ...
分类:其他好文   时间:2020-06-29 18:34:38    阅读次数:74
linux单redis安装
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
RabbitMQ 第六课 springboot整合rabbitmq
导入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 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
企业实战LNMP高性能服务器_wordpress、discuz双网站部署
MySQL5.7.30、Nginx1.19.0、PHP5.6.40、phpMyAdmin4.9.5源码安装;虚拟机wordpress、discuz双网站部署
分类:Web程序   时间:2020-06-15 16:16:25    阅读次数:77
SPRING 动态注册BEAN
场景 有些情况下,不能直接使用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
741条   上一页 1 2 3 4 5 ... 75 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!