随笔分类 -  linux

摘要:root /data/app/daima/qianduan/dist; if ( $http_user_agent ~* "(Android|iPhone|Windows Phone|UC|Kindle)" ){ # ~前加个!,如果不是移动端访问,则跳转回新官网。 root /data/app/d 阅读全文
posted @ 2020-05-31 19:35 daivid 阅读(2769) 评论(0) 推荐(0)
摘要:The following untracked working tree files would be overwritten by merge: git pull 提示 “your local changes to the following files would....” 开发时,对于本地的项 阅读全文
posted @ 2020-05-07 11:50 daivid 阅读(216) 评论(0) 推荐(0)
摘要:############# linux git ################### 步骤一: 1、安装git依赖包 yum install curl-devel expat-devel gettext-devel openssl-devel zlib-devel gcc perl-ExtUtil 阅读全文
posted @ 2020-05-07 11:48 daivid 阅读(1452) 评论(0) 推荐(1)
摘要:1、shell判断文件是否存在 http://www.cnblogs.com/sunyubo/archive/2011/10/17/2282047.html 阅读全文
posted @ 2020-04-06 11:21 daivid 阅读(110) 评论(0) 推荐(0)