推荐
专栏
教程
课程
飞鹅
本次共找到616条
apache
相关的信息
Wesley13
•
3年前
java将数据库中查询到的数据导入到Excel表格
1.Maven需要的依赖<!https://mvnrepository.com/artifact/org.apache.poi/poi<dependency<groupIdorg.apache.poi</groupId<artifactIdpoi</artifactId
Stella981
•
3年前
Apache Kylin VS Apache Doris全方位对比
1系统架构1.1WhatisKylin1.2WhatisDoris2数据模型2.1Kylin的聚合模型2.2Doris的聚合模型2.3KylinCuboidVSDorisRollUp
Stella981
•
3年前
Centos6 使用yum快速搭建LAMP环境
1、安装Apache\root@localhost~\yumyinstallhttpd\开机自启动\root@localhost~\chkconfighttpdon\启动httpd服务\root@localhost~\servicehttpdstart\安装apache
Stella981
•
3年前
Maven添加jar包到 Ubuntu本地中心仓库
中心仓库中的jar包如下:<!https://mvnrepository.com/artifact/org.apache.hadoop/hadoopaws<dependency <groupIdorg.apache.hadoop</groupId <artifactIdhado
Stella981
•
3年前
Apache Thrift的使用
Thrift是什么,看这里:http://thrift.apache.org/(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fthrift.apache.org%2F)1.从官网下载thrift Thrift官网:http://thrift.apache.org/(
Wesley13
•
3年前
LNMP环境应用
企业LNMP环境应用Llinux丨Nnginx丨Aapache丨Pphp丨TtomcatNginx和Apache都是Web应用服务器相对来说,Nginx处理静态数据快,Apache处理动态快Nginx对系统资源占用小,Apache资源占用高Nginx用得是
Easter79
•
3年前
Tomcat,apache负载均衡
tomcat负载均衡配置:1:安装apache和tomcat2:修改apache下的http.conf,修改监听端口:Listen8080把mod\_jk1.2.28httpd2.2.3.so拷贝到apache下的modules目录下.在http.conf加入:LoadModulejk\_modulemodules/mod\_
Stella981
•
3年前
41.Apache用户认证及访问日志 域名跳转
11.18Apache用户认证11.19/11.20域名跳转11.21Apache访问日志扩展 apache虚拟主机开启php的短标签 http://ask.apelearn.com/question/5370(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fask.
Wesley13
•
3年前
ubuntu下apache2使用的简单总结
一.修改apache2原80端口为90端口1\.修改/etc/apache2/ports.conf,将端口80改为90,443,改为4442\.修改/etc/apache2/sitesenabled/000default,将<virtualHost\:80修改为903\.重启serviceapache2restart
Stella981
•
3年前
MyBatis单列工厂的实现
MyBatis单列工厂的实现SqlSessionFactoryUtilspackagecom.utils;importorg.apache.ibatis.io.Resources;importorg.apache.ibatis.session.SqlSession;importorg.apach
1
•••
4
5
6
•••
62