[TOC] 一、MongoDB相关概念 1.1 业务应用场景 1.1.1 而MongoDB可应对“三高"需求· 使用MongoDB共同特点: 1.1.2 什么时候选择MongoDB? 1.1.3 如果用mysql? 1.1.4MongoDB的特点 二、MongoDB简介 三、体系结构 Mysql和M ...
分类:
数据库技术 时间:
2020-05-09 15:58:53
收藏:
0 评论:
0 赞:
0 阅读:
64
Description Given an array of non-negative integers, you are initially positioned at the first index of the array. Each element in the array represent ...
分类:
其他 时间:
2020-05-09 15:58:18
收藏:
0 评论:
0 赞:
0 阅读:
37
scheduling fiexible ...
分类:
其他 时间:
2020-05-09 15:57:56
收藏:
0 评论:
0 赞:
0 阅读:
39
JMX(Java Management Extensions)(java管理扩展)的缩写,是一个为应用程序植入管理功能的框架。用户可以在任何Java应用程序中使用这些代理和服务实现管理。 一、JMX架构 二、层次分析 2.1 基础层 管理数据的来源,主要是Mbean(Managed bean)被管理 ...
分类:
其他 时间:
2020-05-09 15:57:36
收藏:
0 评论:
0 赞:
0 阅读:
61
1.下载jetbrains-agent.jar,把下载的文件放在IDEA安装目录D:\Program Files\IntelliJ IDEA 2019.3\bin 文件夹下 2.编辑idea64.exe.vmoptions文件,在文件中添加-javaagent:D:\Program Files\In ...
分类:
其他 时间:
2020-05-09 15:57:18
收藏:
0 评论:
0 赞:
0 阅读:
500
配置文件: # For more information on configuration, see: # * Official English Documentation: http://nginx.org/en/docs/ # * Official Russian Documentation: ...
分类:
Web开发 时间:
2020-05-09 15:57:01
收藏:
0 评论:
0 赞:
0 阅读:
80
VSCODE配置Electron开发环境 nodejs安装 下载地址:https://nodejs.org/zh cn/download/ 注册npm镜像 npm install g cnpm registry=https://registry.npm.taobao.org Electron安装 c ...
分类:
其他 时间:
2020-05-09 15:56:35
收藏:
0 评论:
0 赞:
0 阅读:
138
前面介绍了Spring Boot的优点,然后介绍了如何快速创建Spring Boot 项目。不清楚的朋友可以看看之前的文章:https://www.cnblogs.com/zhangweizhong/category/1657780.html。 今天来说一说Spring的@Controller和@R ...
分类:
其他 时间:
2020-05-09 15:56:15
收藏:
0 评论:
0 赞:
0 阅读:
47
FFprobe基本信息描述 这行信息表明了该文件的Metadata信息 比如encoder是 Lavf58.35.100 , Lavf 代表的是FFmpeg输出的文件 58.35.100 代表了FFmpeg的版本代号 该文件的时长是 2:18.55 开始播放时间是 0 整个文件的比特率是 914 k ...
分类:
其他 时间:
2020-05-09 15:55:57
收藏:
0 评论:
0 赞:
0 阅读:
272
你有一个长度为 $ n \le 100 $ 的字符串。对于一个长度为 $ m $ 的子序列,选出它的花费是 $ n-m $,也就是你需要删掉的字符数量。你的任务是选出 $ k $ 个**本质不同**的子序列,使得总花费最小。输出这个最小花费。如果选不出 $ k $ 个,输出 $ -1 $。 ...
分类:
其他 时间:
2020-05-09 15:34:50
收藏:
0 评论:
0 赞:
0 阅读:
34
sendfile 现在流行的web 服务器里面都提供 sendfile 选项用来提高服务器性能,那到底 sendfile是什么,怎么影响性能的呢?sendfile实际上是 Linux2.0+以后的推出的一个系统调用,web服务器可以通过调整自身的配置来决定是否利用 sendfile这个系统调用。先来 ...
分类:
系统服务 时间:
2020-05-09 15:34:33
收藏:
0 评论:
0 赞:
0 阅读:
51
https://www.jianshu.com/p/c28d11000859 ...
分类:
其他 时间:
2020-05-09 15:33:57
收藏:
0 评论:
0 赞:
0 阅读:
50
1、取最大最小值 public static int maxOrMinTest(List<Integer> list){ Integer[] integers = list.toArray(new Integer[0]); int max = integers[0]; for (int a=1;a< ...
分类:
编程语言 时间:
2020-05-09 15:33:37
收藏:
0 评论:
0 赞:
0 阅读:
51
/// <summary> /// 列表的回车事件,实现光标跳转 /// </summary> /// <param name="e"></param> private void DgvKeyPress(KeyPressEventArgs e) { if (e.KeyChar == (char)Ke ...
分类:
其他 时间:
2020-05-09 15:33:13
收藏:
0 评论:
0 赞:
0 阅读:
49
``` interface Human { // new (name:string):void; //不能约束类的构造函数 name:string; eat():void; } class Asian implements Human { constructor(name:string){ //接口... ...
分类:
其他 时间:
2020-05-09 15:32:47
收藏:
0 评论:
0 赞:
0 阅读:
44
摘自:https://www.cnblogs.com/shenlinken/p/5580718.html 动态库: file xxx.so 静态库 objdump -a xxx.a ...
分类:
系统服务 时间:
2020-05-09 15:32:28
收藏:
0 评论:
0 赞:
0 阅读:
135
引言 回想四年前,我在学习mysql的索引这块的时候,老师在讲索引的时候,是像下面这么说的 索引就像一本书的目录。而当用户通过索引查找数据时,就好比用户通过目录查询某章节的某个知识点。这样就帮助用户有效地提高了查找速度。所以,使用索引可以有效地提高数据库系统的整体性能。 嗯,这么说其实也对。但是呢, ...
分类:
数据库技术 时间:
2020-05-09 15:31:59
收藏:
0 评论:
0 赞:
0 阅读:
58
1. 程序集 Debugger:调试类 引用集:System.Diagnostics.Debug.dll 2. 方法使用 1.调用系统默认的浏览器方法: //调用系统默认的浏览器 System.Diagnostics.Process.Start("http://blog.csdn.net/testc ...
分类:
Windows开发 时间:
2020-05-09 15:31:42
收藏:
0 评论:
0 赞:
0 阅读:
45
获取所有的表名和标注释 SELECT a.TABLE_NAME,b.COMMENTSFROM all_tables a left join user_tab_comments b on a.TABLE_NAME=b.TABLE_NAMEWHERE a.OWNER='数据库名称' ORDER BY a ...
分类:
数据库技术 时间:
2020-05-09 15:31:22
收藏:
0 评论:
0 赞:
0 阅读:
264
WebPerformant front-end architectureBest practices for REST API designIntroduction to Micro-Frontend ArchitectureCreate a CRUD App With React, Kotlin,... ...
分类:
其他 时间:
2020-05-09 15:30:50
收藏:
0 评论:
0 赞:
0 阅读:
40