首先确保mongoDB运行起来了 法一:输入 mongo 可以进入Mongo shell 法二:用NoSQL Booster可以连接到MongoDB 法三:输入systemctl status mongod显示mongod.service loaded 一、创建虚拟内存 详见《阿里云服务器启用虚拟内 ...
分类:
数据库 时间:
2019-10-04 16:45:25
阅读次数:
278
You are given a system of pipes. It consists of two rows, each row consists of nn pipes. The top left pipe has the coordinates (1,1)(1,1) and the bott ...
分类:
其他好文 时间:
2019-10-03 20:16:05
阅读次数:
80
mysql的SQL_CALC_FOUND_ROWS 使用 类似count(*) 使用性能更高 ...
分类:
数据库 时间:
2019-10-03 10:34:00
阅读次数:
108
链接: https://codeforces.com/contest/1234/problem/C 题意: You are given a system of pipes. It consists of two rows, each row consists of n pipes. The top ...
分类:
其他好文 时间:
2019-10-03 01:01:48
阅读次数:
118
一、HTTP协议:请求消息 二、HTTP协议:响应消息 ...
分类:
Web程序 时间:
2019-10-01 22:46:38
阅读次数:
138
MySQL 索引 作用:约束+加速查找 一.索引分类: 二.索引特点: 无索引:从前到后依次查找,速度慢,浪费时间 有索引:会创建关联索引字段的额外文件(某种格式),当按该索引字段查找数据时,会先到该文件查找数据在表的那个位置,再到表中定位到数据 三.索引格式种类 hash索引:会将索引字段的数据转 ...
分类:
数据库 时间:
2019-10-01 18:24:34
阅读次数:
95
想快速装好docker和docker compose ?那就随本文用一次复制粘贴来完成安装: 环境信息 1. 操作系统:CentOS Linux release 7.7.1908 (Core, 2. 操作账号:root 3. Docker版本:当前最新版本:19.03.2 4. docker com ...
分类:
其他好文 时间:
2019-10-01 14:20:52
阅读次数:
115
概述 缓存已经成了项目中是必不可少的一部分,它是提高性能最好的方式,例如减少网络I/O、减少磁盘I/O 等,使项目加载速度变的更快。 缓存可以是CPU缓存、内存缓存、硬盘缓存,不同的缓存查询速度也不一样(CPU缓存 优于 内存缓存 优于 硬盘缓存)。 接下来,给大家逐一进行介绍。 浏览器缓存 浏览器 ...
分类:
Web程序 时间:
2019-09-30 21:43:55
阅读次数:
109
新建项目,引入framework,运行时出现警告:dyld: Library not loaded: @rpath/RLLibrary.framework/RLLibrary Referenced from: /var/mobile/Applications/AE92B234-A818-445E-9 ...
分类:
移动开发 时间:
2019-09-30 18:13:48
阅读次数:
120