MyBatis 本是apache的一个开源项目iBatis, 2010年这个项目由apache software foundation 迁移到了google code,并且改名为MyBatis 。2013年11月迁移到Github。MyBatis是一个优秀的持久层框架,它对jdbc的操作数据库的过程 ...
分类:
其他好文 时间:
2021-01-01 12:32:26
阅读次数:
0
由于之前已经搭建好了,今天是看视频回顾下,然后做下记录。 之前已经搭建好了Yarn集群,现在在Yarn集群上搭建spark。 1、安装spark 下载源码包:wget http://mirror.bit.edu.cn/apache/spark/spark-1.3.0/spark-1.3.0.tgz ...
分类:
其他好文 时间:
2021-01-01 12:18:40
阅读次数:
0
#0x00 信息收集 nmap -sV -Pn -A -T4 10.10.10.68 PORT STATE SERVICE VERSION 80/tcp open http Apache httpd 2.4.18 ((Ubuntu)) |_http-server-header: Apache/2.4 ...
分类:
其他好文 时间:
2021-01-01 12:11:07
阅读次数:
0
1. 备份 mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup 2. 下载新的 CentOS-Base.repo 到 /etc/yum.repos.d/ CentOS 6 wget -O /etc ...
分类:
其他好文 时间:
2021-01-01 12:02:48
阅读次数:
0
#yum -y install httpd apache安装完成后,默认为stop状态 httpd服务状态的查看、停止、启动、重启、开机启动 #systemctl status|start|stop|restart|enable httpd.service 浏览器-localhost可以查看是否安装 ...
分类:
Web程序 时间:
2021-01-01 12:02:31
阅读次数:
0
下载 url 为 https://www.mongodb.com/try/download/community 选择 MongoDB Enterprise Server centos 版本 tgz wget https://fastdl.mongodb.org/linux/mongodb-linux ...
分类:
数据库 时间:
2021-01-01 12:00:13
阅读次数:
0
# 一、下载CentOS镜像1. https://www.centos.org/ 注意是org结尾,不是com结尾2. 选择iso镜像![image.png](http://192.168.75.137:8090/upload/2020/12/image-2bae7d7c12e0490cb32972 ...
分类:
系统相关 时间:
2020-12-31 12:28:14
阅读次数:
0
1.我们通过Java来向某个WebHook地址发送POST请求,并携带我们需要发送的消息2.代码示例搭建Maven项目,在pom.xml文件里引入httpclient依赖 1 <dependency> 2 <groupId>org.apache.httpcomponents</groupId> 3 ...
分类:
微信 时间:
2020-12-31 12:09:45
阅读次数:
0
Hadoop3 No FileSystem for scheme "hdfs" 异常信息: org.apache.hadoop.fs.UnsupportedFileSystemException: No FileSystem for scheme "hdfs" at org.apache.hadoo ...
分类:
其他好文 时间:
2020-12-31 11:55:00
阅读次数:
0
状态管理-salt安装apache 编辑主配置文件,定义几个环境。 vim /etc/salt/master file_roots: base: - /srv/salt/base dev: - /srv/salt/dev test: - /srv/salt/test prod: - /srv/sal ...
分类:
其他好文 时间:
2020-12-30 11:27:09
阅读次数:
0