码迷,mamicode.com
首页 >  
搜索关键字:tomcat jsp apache 配置 参数    ( 355686个结果
SpringBoot2核心技术与响应式编程——容器功能
1、组件添加 1.1、@Configuration 基本使用 Full模式与Lite模式 示例 实践 配置类组件之间无依赖关系用Lite模式加速容器启动过程,减少判断。 配置类组件之间有依赖关系,方法会被调用得到之前单实例组件,用Full模式。 配置类: 1 /** 2 * 1. @Configur ...
分类:编程语言   时间:2021-07-26 16:45:07    阅读次数:0
Apache HBase 1.7.1 发布,分布式数据库
Apache HBase 是一个开源的、分布式的、版本化的、非关系的数据库。Apache HBase 提供对数十亿个数据的低延迟随机访问在非专用硬件上有数百万列的行。 关于 HBase更多内容,请参阅 https://hbase.apache.org/。 HBase 最新版下载地址,Apache H ...
分类:数据库   时间:2021-07-26 16:44:29    阅读次数:0
ClickHouse集群搭建和使用
一、搭建Zookeeper集群 二、配置ClickHouse集群 三、验证集群,没有副本的分布式集群 1、在第一台服务器118.xx.xx.101中 1) 在每个服务端创建一个普通表create table tb_distribute(id UInt16, name String) ENGINE=T ...
分类:其他好文   时间:2021-07-26 16:43:44    阅读次数:0
【Azure 应用服务】App Service 配置 Application Settings 访问Storage Account得到 could not be resolved: '*.file.core.windows.net'的报错。没有解析成对应中国区 Storage Account地址 *.file.core.chinacloudapi.cn
问题描述 App Service 配置 Application Settings 访问Storage Account。如下: { "name": "WEBSITE_CONTENTAZUREFILECONNECTIONSTRING", "value": "[concat('DefaultEndpoin ...
分类:移动开发   时间:2021-07-26 16:39:52    阅读次数:0
Hbuild打开微信小程序失败
前提 已经在Hubuild配置好了微信小程序的位置 1.问题 2.解决 手动打开微信小程序 打开设置 安全 打开服务器端口 ...
分类:微信   时间:2021-07-26 16:33:38    阅读次数:0
Python-文件处理
一、在 Python 中使用文件的关键函数是 open() 函数。open() 函数有两个参数:文件名(file)和模式(access_mode) access_mode参数有:r : 以只读方式打开文件。文件的指针将在文件开头。这是默认模式。rb: 以二进制格式打开一个文件用于只读。一般用于非文本 ...
分类:编程语言   时间:2021-07-23 17:44:49    阅读次数:0
nginx安装前奏
安装nginx的前奏 安装依赖 yum -y install gcc zlib zlib-devel pcre-devel openssl openssl-devel 创建一个文件夹 cd /usr/local mkdir nginx cd nginx 下载Nginx tar包 和 解压 wget ...
分类:其他好文   时间:2021-07-23 17:42:55    阅读次数:0
SQL注入bypass
一、数据库层特性 1、Mysql数据库bypass 1.参数和union之间 id=1\Nunion id=1.1union id=8e0union 2.union和select之间 union%0aselect union%09select union%0bselect union%0cselec ...
分类:数据库   时间:2021-07-23 17:41:48    阅读次数:0
学习 OpenStack (1):杂记
##源码查看小结 使用方式: 1.Web界面,Dashboard(horizon) 2.命令行,cliff 3.API,RESTful API 服务部署:(python: wsgi → application) Apache + mod_wsgi (官方) Nginx + uWSGI API框架: ...
分类:其他好文   时间:2021-07-23 17:39:38    阅读次数:0
UltraEdit的配置
1.解决:禁止自动生成同名bak文件 2.解决:禁止总是提醒"希望转换file到dos格式吗" ...
分类:其他好文   时间:2021-07-23 17:39:05    阅读次数:0
355686条   上一页 1 2 3 4 5 ... 35569 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!