推荐
专栏
教程
课程
飞鹅
本次共找到3479条
vsftpd配置
相关的信息
Easter79
•
4年前
ssm项目中ueditor富文本编辑器的使用
一、下载 https://ueditor.baidu.com/website/index.html 将ueditor放到项目中合适的位置 !(https://oscimg.oschina.net/oscnet/429e83cb838b1eb4ed6dd0d348481174948.png)二、配置文件上传路径 在utf8js
Stella981
•
4年前
Spark1.6.0 on Hadoop2.6.0单机伪分布式安装
1、Scala安装(1)解压文件ubuntu@Ubuntu:~$ sudo tar zxvf scala2.10.4.gz C /opt !(https://oscimg.oschina.net/oscnet/5fc13090fea3cd9b3e6829d482a1b5f43d9.png)(2) 环境变量配置ubunt
Stella981
•
4年前
Git操作
声明:1)仅作为个人学习,如有冒犯,告知速删!2)不想误导,如有错误,不吝指教!一在idea中配置git:1.更改git的安装路径:filesettings,找到versioncontrol下的git选项;选择后点击Test按钮是否正确;!Git测试(https:/
Stella981
•
4年前
Centos 6.5 实战
首先在进行增量备份之前需要查看一下配置文件,查看log\_bin是否开启,因为要做增量备份首先要开启log\_bin。首先,进入到myslq命令行,输入如下命令: \root@localhost~\mysqlurootpmysqlshowvariableslike'%log_bin%';如下命令所
Stella981
•
4年前
SpringBoot学习之路:06.Spring Boot替换默认的Jackson
SpringBoot和Springmvc都可以返回接送数据,SpringBoot默认是使用Jackson解析json数据的,个人觉得阿里的Fastjson性能更好点,API使用更方便,于是将SpringBoot默认的Jackson替换成阿里的Fastjson。一.配置类注入的方式packagecom.maxbill.core.
Stella981
•
4年前
Spring Boot Actuator监控
1、简介 springboot有四大杀器:starters、autoConfiguration、cli、actuator。actuator是springboot对应用的监控组件,可以查看应用系统的配置、资源使用等统计功能。2、actuator主要功能HTTP方法路径描述鉴权默认可以用备注GET/autoconfi
Stella981
•
4年前
CentOS yum安装Oracle10g
1.配置网易163的yum源:1.1下载yum安装文件 注意,如果下载时找不到文件,就登录到:http://mirrors.163.com/centos/6/os/x86\_64/(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2
Stella981
•
4年前
Docker 镜像编排并部署SpringBoot应用
Dockercompose是一个基于Docker的编排工具,所谓编排个人理解就是将不同的镜像通过配置,组成一个新的运行环境,官方定义是:ComposeisatoolfordefiningandrunningmulticontainerDockerapplications.很简单的一句话,下面我们看下怎么部署一个JavaWeb项
Stella981
•
4年前
LVS + keepalived DR 模式
第1章LVS keepalived负载均衡安装配置笔记经安装测试能够实现我的这些需要:双机或多机实现虚拟IP,能够实现IP故障切换能够连接多台后端真实服务器,实现后端服务器的负载均衡能够实现双机热
Easter79
•
4年前
Spring的IOC逐层深入——依赖注入的两种实现类型(四)
构造器注入 构造器注入,即通过构造函数完成依赖关系的设定。我们看一下spring的配置文件:\html\ viewplain(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fblog.csdn.net%2Fjiuqiyuliang%2Farti
1
•••
236
237
238
•••
348