<?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-instance" xsi:sc ...
分类:
编程语言 时间:
2020-06-10 23:04:47
阅读次数:
67
亚马逊AWS官方博客 使用经 EMRFS S3 优化的提交器提高 Apache Spark 写入 Apache Parquet 格式文件的性能 by AWS Localization | on 26 NOV 2019 | in AWS Big Data | Permalink | Share Ori ...
分类:
Web程序 时间:
2020-06-10 22:57:35
阅读次数:
109
Apache Zeppelin 0.7.0 Documentation: Generic JDBC Interpreter for Apache Zeppelin https://zeppelin.apache.org/docs/0.7.0/interpreter/jdbc.html#apply-z ...
分类:
Web程序 时间:
2020-06-10 21:28:20
阅读次数:
101
关于LAMP LAMP搭建 安装php和Apache 先装php,因为安装php有apache的依赖包 yum install php 启动Apache service httpd start 启动成功,但有一个警告:无法确定主机的FQDN 解决方法:修改Apache的配置文件(/etc/httpd ...
分类:
系统相关 时间:
2020-06-10 18:54:54
阅读次数:
86
1 下载ActiveMQ 前往Apache官方网站或者直接引擎搜索 ActiveMQ即可,点击对应的OS版本进行下载操作 http://activemq.apache.org/components/classic/download/ 2 解压缩ActiveMQ安装包至对应目录中 如下图所示:我们使用 ...
分类:
系统相关 时间:
2020-06-10 17:31:23
阅读次数:
99
1.常用场景 (1)将用户数据导出为excel表格(导出数据) (2)将Excel表中的数据导出到网站数据库中 操作Excel最常用的就是Apache的POI和阿里巴巴的easyExcel。 2.官网地址 Apache POI的官网:https://poi.apache.org/ easyExcel ...
分类:
其他好文 时间:
2020-06-10 15:56:52
阅读次数:
93
首先创建简单maven项目,这里不做说明,自己搞 导入依赖 <!-- sharding-jdbc依赖 --> <dependency> <groupId>org.apache.shardingsphere</groupId> <artifactId>sharding-jdbc-core</artif ...
分类:
编程语言 时间:
2020-06-10 14:43:17
阅读次数:
436
下载tomcat yum install java -y cd /opt/ wget http://mirror.bit.edu.cn/apache/tomcat/tomcat-8/v8.5.23/bin/apache-tomcat-8.5.23.zip unzip apache-tomcat-8. ...
分类:
其他好文 时间:
2020-06-10 13:24:48
阅读次数:
64
原理看官网:https://shardingsphere.apache.org/document/current/cn/overview/ sharding proxy代理mysql实现分库的步骤: 下载 wget https://mirrors.tuna.tsinghua.edu.cn/apach ...
分类:
其他好文 时间:
2020-06-10 12:49:12
阅读次数:
275
DateUtils.java package com.alphajuns.ssm.util; import org.apache.commons.lang.time.DateFormatUtils; import java.sql.Timestamp; import java.text.ParseE ...
分类:
其他好文 时间:
2020-06-10 11:20:10
阅读次数:
54