Maven 介绍 Apache Maven 是一个创新的软件项目管理和综合工具。Maven 提供了一个基于项目对象模型(POM)文件的新概念来管理项目的构建,可以从一个中心资料片管理项目构建,报告和文件。Maven 最强大的功能就是能够自动下载项目依赖库。Maven 提供了开发人员构建一个完整的生命 ...
分类:
其他好文 时间:
2018-05-30 12:05:00
阅读次数:
1372
#运行用户 user nobody; #启动进程,通常设置成和cpu的数量相等 worker_processes 1; #全局错误日志及PID文件 #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs ...
分类:
Web程序 时间:
2018-05-25 13:26:34
阅读次数:
200
# Nginx进程以哪个用户身份运行和用户组 user www www; # 开启的进程数 ( 一般为CPU的核数或auto ) worker_processes auto; # 全局错误日志位置 # 日志级别有debug info notice warn error crit # debug最详细... ...
分类:
其他好文 时间:
2018-05-24 11:46:25
阅读次数:
134
简单整理一下,方便理解操作。 1、本地拷贝maven文件后,打开maven中的.setting 文件: 2、配置文件: 1 <?xml version="1.0" encoding="UTF-8"?> 2 3 <!-- 4 Licensed to the Apache Software Founda ...
分类:
系统相关 时间:
2018-05-23 13:04:49
阅读次数:
223
#定义Nginx运行的用户和用户组userwwwwww;#nginx进程数,建议设置为等于CPU总核心数。worker_processes8;#全局错误日志定义类型,[debug|info|notice|warn|error|crit]error_log/usr/local/nginx/logs/error.loginfo;#进程pid文件pid/usr/local/nginx/logs/ngin
分类:
其他好文 时间:
2018-05-21 16:05:17
阅读次数:
180
a页面是一个tab切换,b页面同样也是一个tab切换,目前想实现从a页面的tab“B”跳转的b页面的tab“B” a页面代码: b页面代码(notice.html) ...
分类:
其他好文 时间:
2018-05-21 12:20:33
阅读次数:
195
#user nobody; #设置用户与组worker_processes 1; #启动子进程数 #error_log logs/error.log; #错误日志及日志级别#error_log logs/error.log notice;#error_log logs/error.log info; ...
分类:
其他好文 时间:
2018-05-20 13:01:44
阅读次数:
159
1 /* 2 * Licensed to the Apache Software Foundation (ASF) under one or more 3 * contributor license agreements. See the NOTICE file distributed with 4... ...
分类:
其他好文 时间:
2018-05-19 00:12:33
阅读次数:
150
1.查找安装路径whereis nginx2.检查配置文件nginx.conf 是否正确 ./nginx –t3.启动、停止nginxcd /usr/local/nginx/sbin/./nginx ./nginx -s stop./nginx -s quit./nginx -s reload./n... ...
分类:
其他好文 时间:
2018-05-11 20:43:14
阅读次数:
165
一、环境 [root@hp-node02 ~]# dmidecode|grep "System Information" -A9|egrep "Manufacturer|Product" Manufacturer: HP Product Name: ProLiant DL380 Gen9 [root ...
分类:
其他好文 时间:
2018-05-09 19:26:23
阅读次数:
375