码迷,mamicode.com
首页 >  
搜索关键字:temporary queues    ( 1063个结果
关于springboot上传文件报错:The temporary upload location ***is not valid
在运行springboot时 ,长时间运行后报错 the temporary uplaod location *** is not valid 查过资料后发现是centos对‘/temp’下文件自动清理的原因。 在springboot项目启动后 系统会在‘/temp’目录下创建几个目录 用于上传文件 ...
分类:编程语言   时间:2018-12-01 20:07:47    阅读次数:626
MYSQL EXPLAIN 执行计划详解
explain显示了mysql如何使用索引来处理select语句以及连接表。可以帮助选择更好的索引和写出更优化的查询语句 ...
分类:数据库   时间:2018-11-29 12:36:46    阅读次数:216
Mac VSCode 更新失败解决方法
Could not create temporary directory: 权限被拒绝 解决方式 重启之后,再更新 ...
分类:系统相关   时间:2018-11-27 19:20:26    阅读次数:5659
centos7 安装mysql
1、配置YUM源 在MySQL官网中下载YUM源rpm安装包:https://dev.mysql.com/downloads/repo/yum/ 检查mysql源是否安装成功 看到上图所示表示安装成功。 2、安装MySQL 3、启动MySQL服务 查看mysql启动状态 4、设置开机启动 5、修改r ...
分类:数据库   时间:2018-11-27 11:09:32    阅读次数:167
MySQL函数转储存(当前月数据同步)
1 BEGIN 2 declare a1 int default 0;#第一次循环的循环变量 3 declare a2 int default 0; 4 declare b1 int default 0; 5 declare b2 int default 0; 6 declare c1 int de... ...
分类:数据库   时间:2018-11-23 20:56:03    阅读次数:177
Mysql安装
1、安装mysql参照python自动化篇安装lnmp 2、查看初始化的密码: [root@VM_225_102_centos ~]# grep 'temporary password' /var/log/mysqld.log 2016-07-08T02:25:46.311098Z 1 [Note] ...
分类:数据库   时间:2018-11-23 12:38:39    阅读次数:206
开启虚拟机所报的错误:VMware Workstation cannot connect to the virtual machine. Make sure you have rights to run the program, access all directories the program uses, and access all directories for temporary fil
当我们开启虚拟机时出现错误: VMware Workstation cannot connect to the virtual machine. Make sure you have rights to run the program, access all directories the prog ...
分类:数据库   时间:2018-11-22 16:09:49    阅读次数:262
PostgreSQL work_mem理解
官方说法: work_mem (integer) Specifies the amount of memory to be used by internal sort operations and hash tables before writing to temporary disk files. ...
分类:数据库   时间:2018-11-22 02:51:59    阅读次数:197
mysql 安装
mysql 安装 Windows 上安装 mysql 8.x 安装步骤( ) "下载 mysql" 配置环境变量 添加新系统变量( 变量值为zip解压目录) 在path里添加 初始化( "详细介绍" ) 进入解压后bin目录下,在cmd下执行 记录随机产生的密码(用于首次登陆) 安装服务 启动服务 ...
分类:数据库   时间:2018-11-20 20:46:49    阅读次数:138
rabbitmq常用命令行汇总
最近处理openstack问题时,碰到了rabbitmq相关的问题,使用相关命令行时,经常去现找相关的帖子,感觉很麻烦,记录下自己定位问题时,用到的一些常用命令行,方便以后问题的查找 1)常用的一些查询和设置命令行 rabbitmqctl list_queues:查看所有队列信息 rabbitmqc ...
分类:其他好文   时间:2018-11-18 12:06:15    阅读次数:437
1063条   上一页 1 ... 18 19 20 21 22 ... 107 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!