上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 22 下一页
摘要: 1查看ftp服务 ftp://ftpuser:123456@10.11.102.58:8023 2 getsebool -a | grep ftp 临时关闭 [root@xuegod63~]# getenforce Enforcing [root@xuegod63~]# setenforce 0 s 阅读全文
posted @ 2019-01-13 11:01 逆水乘舟,不进则退 阅读(1087) 评论(0) 推荐(0)
摘要: #!/bin/bash#######################################################export JAVA_HOME=/root/data/app/jdk1.8.0_191export JRE_HOME=$JAVA_HOME/jre#程序代码数组APP 阅读全文
posted @ 2018-12-25 17:40 逆水乘舟,不进则退 阅读(504) 评论(0) 推荐(0)
摘要: ### 主配置文件(/etc/vsftpd/vsftpd.conf)严格来说,整个 vsftpd 的配置文件就只有这个档案!这个档案的设定是以 bash的变量设定相同的方式来处理的, 也就是`参数=设定值`来设定的,注意,等号两边不能有空白喔!至于详细的 vsftpd.conf 可以使用 `man 阅读全文
posted @ 2018-12-24 18:14 逆水乘舟,不进则退 阅读(5143) 评论(0) 推荐(1)
摘要: # Example config file /etc/vsftpd/vsftpd.conf## The default compiled in settings are fairly paranoid. This sample file# loosens things up a bit, to ma 阅读全文
posted @ 2018-12-22 10:06 逆水乘舟,不进则退 阅读(236) 评论(0) 推荐(0)
摘要: etting####################################################### #程序代码数组APPS=(cAssistantbussiness cAssistantbussinessweb) #程序名称数组 NAMES=(爱生活业务服务后台 爱生活业务服 阅读全文
posted @ 2018-12-18 13:42 逆水乘舟,不进则退 阅读(1130) 评论(0) 推荐(0)
摘要: 1设置网络连接中的NAT网络配置 2虚拟机的网络设置选择NAT连接设置如下,子网IP可通过ipconfig查看本地VMnet8,如我本地VMnet8 ip为:192.168.198.0 3 3.开启虚拟机,然后设置我们的ip vi /etc/sysconfig/network-scripts/ifc 阅读全文
posted @ 2018-12-07 20:33 逆水乘舟,不进则退 阅读(870) 评论(0) 推荐(0)
摘要: js调用后台接口一定不能用ajax location.href=$$pageContextPath +'downfile/down.do?filname='+row.fileUrl; 阅读全文
posted @ 2018-12-07 10:47 逆水乘舟,不进则退 阅读(2003) 评论(0) 推荐(0)
摘要: private static void ListSort(List<AppClassInfoVo> list) { Collections.sort(list, new Comparator<AppClassInfoVo>() { @Override public int compare(AppCl 阅读全文
posted @ 2018-12-07 08:32 逆水乘舟,不进则退 阅读(1936) 评论(0) 推荐(0)
摘要: [root@fanyk ~]# yum redis Loaded plugins: fastestmirror Determining fastest mirrors 在yum makecache时,一直停在Determining fastest mirrors 这个界面,也就是说一直在判断最快镜像 阅读全文
posted @ 2018-11-17 13:28 逆水乘舟,不进则退 阅读(7904) 评论(0) 推荐(0)
摘要: 一、iptables防火墙1、基本操作 # 查看防火墙状态 service iptables status # 停止防火墙 service iptables stop # 启动防火墙 service iptables start # 重启防火墙 service iptables restart # 阅读全文
posted @ 2018-11-16 16:07 逆水乘舟,不进则退 阅读(184) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 22 下一页