码迷,mamicode.com
首页 >  
搜索关键字:nginx mysql windows bat    ( 191501个结果
【mysql】mysql-索引
mysql-索引 21.6.12【索引的分类】 单列索引:索引加在一个列上 普通索引(normal): alter table user add index `name`(`name`) 唯一索引(unique): alter table user add unique index `code`(` ...
分类:数据库   时间:2021-06-13 10:24:21    阅读次数:0
Nginx nginx-rtmp-module 直播推流 配置
nginx.conf配置 #user nobody; user www www; worker_processes 8; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log in ...
分类:其他好文   时间:2021-06-13 09:55:40    阅读次数:0
【Azure 应用服务】Azure Web App的服务(基于Windows 操作系统部署)在被安全漏洞扫描时发现了TCP timestamps漏洞
问题背景 什么是TCP timestamps(TCP 时间戳)? The remote host implements TCP Timestamps, as defined by RFC1323 (https://www.ietf.org/rfc/rfc1323.txt). A side effec ...
分类:移动开发   时间:2021-06-13 09:49:28    阅读次数:0
MySQL体系架构
Innodb体系架构 后台线程、内存池、数据文件 ...
分类:数据库   时间:2021-06-13 09:46:07    阅读次数:0
每日总结
pymysql连接报错: _init__() takes 1 positional argument but 5 positional arguments (and 1 keyword-only argument) were given 解决方法: 连接方法加属性名称,例 pymysql.conne ...
分类:其他好文   时间:2021-06-13 09:42:22    阅读次数:0
Centos7安装redis
1、去官网https://redis.io/下载对应的nginx包,推荐使用稳定版,上传到centos系统 /home/software/ 解压 tar -zxvf redis-5.0.5.tar.gz 或 使用linux wget命令:wget http://download.redis.io/r ...
分类:其他好文   时间:2021-06-13 09:30:04    阅读次数:0
linux安装nginx(CentOS6)
nginx下载地址 http://nginx.org/en/download.html Window启动命令: java -jar D:\jeecg-boot-module-system-2.0.0.jar Linux下后台进程启动命令: nohup java -jar jeecg-boot-mod ...
分类:系统相关   时间:2021-06-13 09:26:41    阅读次数:0
文件和文件夹添加右键菜单-DOS通道
原理:在注册表中添加相关项目。 方法:1.使用 reg格式文件导入。 2.调用命令直接在注册表写入相关内容。 本文介绍的是第二种方法,利用命令行写入注册表,增加文件和文件夹的右键DOS菜单。 实际才做很简单: 1.将以下5行内容复制到记事本中。 2.保存为 "a.bat" 3.双击运行或者右键以管理 ...
分类:其他好文   时间:2021-06-13 09:23:49    阅读次数:0
Windows下RabbitMQ安装及配置流程
记录下本人在win10环境下安装RabbitMQ的步骤 第一步:下载并安装erlang 原因:RabbitMQ服务端代码是使用并发式语言Erlang编写的,安装Rabbit MQ的前提是安装Erlang。 下载地址:http://www.erlang.org/downloads 官网现在速度太慢,建 ...
分类:Windows程序   时间:2021-06-13 09:19:32    阅读次数:0
安装nginx出错the HTTP rewrite module requires the PCRE library
问题描述 报错信息如下所示: ./configure: error: the HTTP rewrite module requires the PCRE library. You can either disable the module by using --without-http_rewrit ...
分类:Web程序   时间:2021-06-11 19:17:07    阅读次数:0
191501条   上一页 1 ... 32 33 34 35 36 ... 19151 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!