(图文)最详细的XAMPP的安装及使用教程 Jenrey 2019-01-23 11:24:00 3541 收藏 36 分类专栏: XAMPP 文章标签: (图文)最详细的XAMPP的安装及使用教程 XAMPP 版权 XAMPP的安装及使用教程1、简介 XAMPP(Apache+MySQL+PHP+ ...
分类:
其他好文 时间:
2020-12-18 12:27:01
阅读次数:
2
Java 的世界里,大家广泛使用的一个高性能网络通信框架 netty,很多 RPC 框架都是基于 netty 来实现的。在 golang 的世界里,getty 也是一个类似 netty 的高性能网络通信库。getty 最初由 dubbogo 项目负责人于雨开发,作为底层通信库在 dubbo-go 中使用。随着 dubbo-go 捐献给 apache 基金会,在社区小伙伴的共同努力下,getty 也最终进入到 apache 这个大家庭,并改名 dubbo-getty 。
分类:
其他好文 时间:
2020-12-17 12:20:57
阅读次数:
2
本地maven setting.xml 文件内容如下: <?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor ...
一、首先先介绍下我的环境: 1、 win10系统 2、 ant版本:apache-ant-1.10.1(作用:执行脚本,便于后期的持续集成,下载地址:http://ant.apache.org/bindownload.cgi) 3、 jmeter版本:apache-jmeter-3.1(即下即用,无 ...
分类:
其他好文 时间:
2020-12-16 12:35:03
阅读次数:
2
org.apache.hadoop.hbase.DoNotRetryIOException: java.lang.IllegalAccessError: tried to access method com.google.common.base.Stopwatch.<init>()V from cl ...
分类:
编程语言 时间:
2020-12-15 12:35:48
阅读次数:
4
1、安装 mod_rewrite 模块 Apache 服务器默认是没有打开 mod_rewrite 模块的,必须手动来启动。打开配置文件httpd.conf,找到下面一行: #LoadModule rewrite_module modules/mod_rewrite.so 将前面的#号删除,保存后重 ...
分类:
数据库 时间:
2020-12-15 12:20:45
阅读次数:
4
pom.xml <?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 ...
分类:
其他好文 时间:
2020-12-15 12:10:21
阅读次数:
3
Eureka maven pom引入 <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSche ...
分类:
编程语言 时间:
2020-12-15 12:10:00
阅读次数:
3
1.1 模块创建和数据准备 在Flink-project下新建一个 maven module作为子项目,命名为gmall-network-flow。在这个子模块中,我们同样并没有引入更多的依赖,所以也不需要改动pom文件。 在src/main/目录下,将apache服务器的日志文件apache.lo ...
分类:
其他好文 时间:
2020-12-14 13:45:08
阅读次数:
4
本文操作Excel使用的是poi方式 pom中引用需要的jar包 <!--poi operate excel--> <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi</artifactId> <version>RELEASE ...
分类:
编程语言 时间:
2020-12-14 13:42:28
阅读次数:
6