logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

centos下安装git

安装curl 如果没有安装curl会出现fatal: Unable to find remote helper for 'http'yum install curl-devel安装其它依赖yum install -y perl-ExtUtils-MakeMake下载git并安装wget https://www.kernel.org/pub/software/scm/git/git-2.0.0

#git
eclipse中直接打开文件所在目录的插件

EasyExplorer 下载地址http://sourceforge.net/projects/easystruts/下载后的jar包直接放到plugins目录下EasyExplorer 在高版本中已经不能使用, 推荐使用StartExplorer, 下载地址https://fabioz.github.com/startexplorer/update/需要全局

#eclipse
nginx access_log日志

转 https://lanjingling.github.io/2016/03/14/nginx-access-log/nginx 日志主要有两条指令:log_format:用来设置日志格式;access_log:用来指定日志文件的存放路径、格式(把定义的log_format 跟在后面)和缓存大小;如果不想启用日志则access_log off ;log_format

#nginx
was cached in the local repository, resolution will not be reattempted until

was cached in the local repository, resolution will not be reattempted until的解决方法是把出现该错误的依赖从本地库删除, 然后重新maven->update project出现该错误时有时会同时提示其它依赖也找不到, 只要解决该问题其它错误提示会一并消失

#maven
git克隆代码库时使用指定的用户名密码

git clone http://username:password@192.168.1.190:8080/repository/project.git

nginx access_log日志

转 https://lanjingling.github.io/2016/03/14/nginx-access-log/nginx 日志主要有两条指令:log_format:用来设置日志格式;access_log:用来指定日志文件的存放路径、格式(把定义的log_format 跟在后面)和缓存大小;如果不想启用日志则access_log off ;log_format

#nginx
暂无文章信息