大飞_dafei

导航

上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 49 下一页

2019年7月7日 #

linux 判断一个用户是否存在 _fei

摘要: linux 判断一个用户是否存在 #!/bin/bash read -p "please input a username:" username if id -u $username >/dev/null 2>&1; then echo "user exists" else echo "user d 阅读全文

posted @ 2019-07-07 13:49 大飞_dafei 阅读(13381) 评论(0) 推荐(3) 编辑

2019年7月1日 #

linux 系统扩容 VMware Centos---VMware ESXi

摘要: linux 系统扩容 VMware Centos VMware ESXi 用到的命令 df fdisk pvcreate pvdisplay vgdisplay vgextend lvdisplay lvextend resize2fs 01) 使用了一段时间虚拟机后发现磁盘不够用了,需要扩容。在客 阅读全文

posted @ 2019-07-01 19:39 大飞_dafei 阅读(958) 评论(0) 推荐(0) 编辑

2019年6月26日 #

ESX 基本使用 _fei

摘要: 简单说明: esxi 中安装了多个vm,其中的某一台死机并且esxi控制台开始不能使用,这个时候就可以使用esxi的命令操作,重启其中某一台死机的机器,不影响其他机器。利用ssh登录esxi 使用 esxcli命令操作 esxcli vm process list #获取`正在`运行vm的信息 es 阅读全文

posted @ 2019-06-26 09:00 大飞_dafei 阅读(419) 评论(0) 推荐(0) 编辑

2019年6月20日 #

centos jira wiki 开机自启

摘要: centos jira wiki 开机自启 启动jira 和 wiki 需要java环境变量 操作步骤: 在 /etc/rc.d/rc.local 文件中[ 注意要有可执行权限 ] export JAVA_HOME=xxxxxxxx export CLASSPATH=xxxxxxxxx /data/ 阅读全文

posted @ 2019-06-20 15:25 大飞_dafei 阅读(406) 评论(0) 推荐(0) 编辑

2019年6月18日 #

svn 添加子目录后检出失败 _fei

摘要: svn 添加子目录后检出失败 vim conf/authz #修改完不需要重启svn, 内容如下: admin_groups=fei_svn #用户fei_svn属于admin_groups权限组 dev_groups=dafei #用户dafei属于dev_groups权限组 [/] @admin 阅读全文

posted @ 2019-06-18 17:31 大飞_dafei 阅读(143) 评论(0) 推荐(0) 编辑

2019年6月5日 #

php json_encode 参数常量

摘要: php json_encode 参数常量 JSON_HEX_TAG => 1 JSON_HEX_AMP => 2 JSON_HEX_APOS => 4 JSON_HEX_QUOT => 8 JSON_FORCE_OBJECT => 16 JSON_NUMERIC_CHECK => 32 JSON_U 阅读全文

posted @ 2019-06-05 10:43 大飞_dafei 阅读(281) 评论(0) 推荐(0) 编辑

2019年5月28日 #

windows phpStudy curl file_get_contents 本地项目之间互相访问超时 _fei

摘要: windows phpStudy curl file_get_contents 本地项目之间互相访问超时 场景: windows7 phpstudy2016 php7.3 nginx, 使用curl file_get_content本地项目之间互相访问一直超时或者失败 场景再现 demo.test. 阅读全文

posted @ 2019-05-28 12:06 大飞_dafei 阅读(180) 评论(0) 推荐(0) 编辑

2019年4月9日 #

JetBrains 里不为人知的秘密(7) -- 乱码篇 _fei

摘要: JetBrains 里不为人知的秘密(7) -- 乱码篇 01) idea 2018(2019) server log 中文乱码, 修改 tomact下 conf/logging.properties 中 java.util.logging.ConsoleHandler.encoding = GBK 阅读全文

posted @ 2019-04-09 09:52 大飞_dafei 阅读(163) 评论(0) 推荐(0) 编辑

2019年4月4日 #

从输入 URL 到浏览器接收的过程中发生了什么事情----

摘要: 从输入 URL 到浏览器接收的过程中发生了什么事情 01 从输入 URL 到浏览器接收的过程中发生了什么事情 02 老生常谈-从输入url到页面展示到底发生了什么 03 阅读全文

posted @ 2019-04-04 19:45 大飞_dafei 阅读(85) 评论(0) 推荐(0) 编辑

2019年4月2日 #

Apache 开启gzip压缩 _fei

摘要: Apache 开启gzip压缩 01) 开启模块 LoadModule deflate_module modules/mod_deflate.so LoadModule headers_module modules/mod_headers.so LoadModule filter_module mo 阅读全文

posted @ 2019-04-02 20:53 大飞_dafei 阅读(156) 评论(0) 推荐(0) 编辑

上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 49 下一页