<!-- demodemo.xml --><dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-mapreduce-client-core</artifactId> <version>2.7.0</version> ...
分类:
其他好文 时间:
2021-01-26 12:23:58
阅读次数:
0
Maven安装前准备 1、JDK已安装1.7或更高版本,JDK安装见此博客 2、IDEA或Eclipse,此处以IDEA为例 Maven下载: 下载地址:点击此处 ? Maven安装: 解压下载的程序包并放到想要配置的目录,F:\Maven\apache-maven-3.6.3 ? 将Maven添加 ...
分类:
其他好文 时间:
2021-01-25 11:35:04
阅读次数:
0
nginx为什么比apache快? 1:在高并发的情况下nginx比apache快,低并发体现不明显 2:快的原因得益于nginx的epoll模型 apache是多线程或者多进程,在工作的时候,当来了一个http响应,一个进程接收(listen)–>识别处理—>返回请求,在此过程中,一个进程全程跟踪 ...
分类:
Web程序 时间:
2021-01-22 12:18:41
阅读次数:
0
mybatis.configuration.log-impl=org.apache.ibatis.logging.stdout.StdOutImpl yml里面配置了mybatis.xml文件 <configuration> <settings> <setting name="mapUndersco ...
分类:
数据库 时间:
2021-01-22 12:18:26
阅读次数:
0
官方文档(在2.x 里面 版本1.0.9 的文档 和演示例子 是没有的) https://www.layui.com/doc/modules/form.html 一,代码 1,官方内置校验规则 单条校验 <!--email 是官方内置的 还有很多 --> <input type="text" lay ...
分类:
其他好文 时间:
2021-01-22 12:15:17
阅读次数:
0
1.下载地址 http://ant.apache.org/bindownload.cgi; 2.版本信息 1.10.2 .zip archive 对应jdk8 1.9.10 .zip archive 对应jdk7 3.解压压缩包,配置环境变量 ANT_HOME C:\mySoftware\ant1. ...
在 /etc/init.d 目录下建立 GetLocalip.py 文件 #coding: utf-8 import smtplib from email.mime.text import MIMEText from email.header import Header import socket ...
分类:
其他好文 时间:
2021-01-20 11:43:31
阅读次数:
0
1、Maven依赖 <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instan ...
分类:
其他好文 时间:
2021-01-19 12:19:03
阅读次数:
0
前言: 端口号:21881 ZooKeeper是一个分布式的,开放源码的分布式应用程序协调服务,是Google的Chubby一个开源的实现,是Hadoop和Hbase的重要组件。它是一个为分布式应用提供一致性服务的软件,提供的功能包括:配置维护、域名服务、分布式同步、组服务等。 本质:主要作用是注册 ...
分类:
其他好文 时间:
2021-01-19 12:08:39
阅读次数:
0
ssh公钥生成 ssh-keygen 设置邮箱账号 git config --global user.email "you@example.com" 设置码云昵称 git config --global user.name "Your Name" ...
分类:
其他好文 时间:
2021-01-19 11:59:24
阅读次数:
0