码迷,mamicode.com
首页 >  
搜索关键字:apache web服务    ( 45027个结果
PEP 3333:Python Web 服务器网关接口v1.0.1
WSGI(Python Web Server Gateway Interface) 为 Web Server 和 Python Web Application 之间提供了标准的数据通道. 是 Python 界的 一个广泛的可用的 WEB API 规范, 使 web server 提供更加规范的 AP ...
分类:编程语言   时间:2020-11-23 12:07:14    阅读次数:9
不使用log4j输出日志
linux System.setOut(new PrintStream(new File("/opt/apache-tomcat-8.5.51/logs/outLog.txt"))); System.out.println("输出到日志文件测试"); windows System.setOut(ne ...
分类:其他好文   时间:2020-11-23 12:03:09    阅读次数:5
SpringBoot基于EasyExcel解析Excel实现文件导出导入、读取写入
1. 简介 Java解析、生成Excel比较有名的框架有Apache poi、jxl。但他们都存在一个严重的问题就是非常的耗内存,poi有一套SAX模式的API可以一定程度的解决一些内存溢出的问题,但POI还是有一些缺陷,比如07版Excel解压缩以及解压后存储都是在内存中完成的,内存消耗依然很大。 ...
分类:编程语言   时间:2020-11-23 11:47:07    阅读次数:8
idea调教4 ——热部署
idea调教4 ——热部署 1.在pom加入compiler插件 <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.1</ver ...
分类:其他好文   时间:2020-11-21 12:08:31    阅读次数:4
java.lang.ClassNotFoundException: org.apache.curator.RetryPolicy
dubbo项目启动过程中遇到这个异常,很明显是找不到curator的包,所以需要引入curator的相关包才可以, curator是zookeeper的客户端框架,且要引入完整,才不会报错 比如: <dependency> <groupId>org.apache.curator</groupId> ...
分类:编程语言   时间:2020-11-20 12:14:49    阅读次数:9
搭建discuz论坛
一、安装apache 1)安装apache yum install -y httpd 2)启动apache服务 systemctl start httpd 3)查看服务状态(验证服务是否启动) systemctl status httpd (状态为active runging是启动)netstat ...
分类:Web程序   时间:2020-11-20 12:04:08    阅读次数:21
Apache 伪静态
RewriteEngine On RewriteBase / RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /in ...
分类:Web程序   时间:2020-11-20 12:03:49    阅读次数:15
Spring之使用注解实现声明式事务
一、导入jar包: 并导入数据库连接jar包: 下载 pool.jar一定要下载1.x版本,亲测2.xxx版本会出现报错:Failed to introspect bean class [org.apache.commons.dbcp.BasicDataSource] for lookup meth ...
分类:编程语言   时间:2020-11-20 11:53:08    阅读次数:7
使用cxf3.0.4搭建webservice服务需要的最精简jar包
下面是测试结果,只列出报错了的测试: 1、org.apache.catalina.LifecycleException: A child container failed during start 缺少:cxf-core-3.0.4.jar(最核心的包,不多说) 2、java.lang.ClassN ...
分类:编程语言   时间:2020-11-20 11:49:07    阅读次数:7
springcloud(2)-数据微服务注册
1.在项目springcloud下,新建微服务product-data-service 2.修改pom.xml文件 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSche ...
分类:编程语言   时间:2020-11-19 12:04:49    阅读次数:7
45027条   上一页 1 ... 51 52 53 54 55 ... 4503 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!