08 2018 档案
windows系统下将nginx作为系统服务启动
摘要:下载安装nginx,并记住安装目录 官网下载 下载winsw,下载地址 将winsw可执行程序复制到nginx安装目录下,并重命名为nginx-service 新建名为nginx-service.xml的文件(注:文件名必须与可执行文件名相同) 并编辑如下,其中name为 服务名,executabl 阅读全文
posted @ 2018-08-08 00:42 七月逆流 阅读(1522) 评论(0) 推荐(1)
eclipse的Git忽略某些不需要提交的文件
摘要:Eclipse切换到Navigator视图,找到.gitignore文件(如果是maven项目,一般找作为modules的项目的.gitignore文件),添加内容: 阅读全文
posted @ 2018-08-08 00:17 七月逆流 阅读(4566) 评论(0) 推荐(0)
spring boot 日志介绍 以及 logback配置示例
摘要:https://www.cnblogs.com/flying607/p/7827460.html 以下是springboot的一个局部依赖关系: 可以看到,java util logging(jul)、common-logging(jcl)、log4j,都被桥接到了slf4j-api上,slf4j- 阅读全文
posted @ 2018-08-06 02:26 七月逆流 阅读(297) 评论(0) 推荐(0)
nginx for Windows
摘要:Known issuesPossible future enhancements Version of nginx for Windows uses the native Win32 API (not the Cygwin emulation layer). Only the select() co 阅读全文
posted @ 2018-08-06 01:59 七月逆流 阅读(212) 评论(0) 推荐(0)
Eclipse 中Git的使用及如何解决冲突
摘要:1. 如何导入已有Git项目 1.1 File——>import… 出现以下界面 1.2 找到Git,然后双击‘Project from Git。或者点击next 1.3 双击Clone URI 1.4 将已有git项目的路径复制到URI里后,填写完下面红色方框。填写完后点击next 1.5 这一步 阅读全文
posted @ 2018-08-03 13:36 七月逆流 阅读(1068) 评论(0) 推荐(0)