# mongod.conf # for documentation of all options, see: # http://docs.mongodb.org/manual/reference/configuration-options/ # where to write logging data ...
分类:
数据库 时间:
2020-07-09 12:25:50
阅读次数:
128
一、高斯函数 1. 一维高斯函数 对于任意的实数a,b,c,是以著名数学家Carl Friedrich Gauss的名字命名的。高斯的一维图是特征对称“bell curve”形状,a是曲线尖峰的高度,b是尖峰中心的坐标,c称为标准方差,表征的是bell钟状的宽度。 2. 二维高斯函数 A是幅值,x。 ...
分类:
其他好文 时间:
2020-07-09 12:23:08
阅读次数:
57
原文地址 使用Filter的完整流程:Filter对用户请求进行预处理,接着将请求交给Servlet进行处理并生成响应,最后Filter再对服务器响应进行后处理。 Filter链 在一个web应用中,可以开发编写多个Filter,这些Filter组合起来称之为一个Filter链。 web服务器根据F ...
分类:
其他好文 时间:
2020-07-09 01:06:10
阅读次数:
113
【收集一下大佬的代码,膜拜大神】 需求: 实现代码: import React from 'react'; import { Steps, Icon } from 'antd'; import moment from 'moment'; import cn from 'classnames'; im ...
分类:
其他好文 时间:
2020-07-08 17:00:39
阅读次数:
71
mongodb中的查询条件 关键字说明 $or 或关系 $nor 或关系取反 $gt 大于 $gte 大于等于 $lt 小于 $lte 小于等于 $ne 不等于 $in 在多个值范围内 $nin 不在多个值范围内 $all 匹配数组中多个值 $regex 正则,用于模糊查询 $size 匹配数组大小 ...
分类:
数据库 时间:
2020-07-07 13:27:39
阅读次数:
139
1、AG9311MCQ显示特性AG9311符合DisplayPortspecificationRevision1.2AG9311支持1.62(RBR)/2.7(HBR)/5.4(HBR2)Gbps数据速率支持1/2线路配置支持下行扩频时钟(SSC)AG9311支持I2S总线音频提取2、AG9311MCQHDMI输出特性HDMI高清多媒体接口符合HDMI1.4和HDCP1.4规范支持高达3Gbps的
分类:
其他好文 时间:
2020-07-07 11:37:50
阅读次数:
106
Introduction The Downlink Shared Channel (DL-SCH) is described in TS36.212, Section 5.3.2. This example demonstrates how a transmitter retransmits a s ...
分类:
其他好文 时间:
2020-07-05 19:12:43
阅读次数:
86
In this example, the primary and secondary synchronization signals are created and mapped to a resource grid. Set up the cell-wide settings. Create a ...
分类:
其他好文 时间:
2020-07-05 17:46:46
阅读次数:
79
Introduction In LTE the Downlink Shared Channel (DL-SCH) is a transport channel used for the transmission of user data, dedicated control and user-spe ...
分类:
其他好文 时间:
2020-07-05 00:30:22
阅读次数:
93
前言 : 避免之前装的MySQL影响, 首先进入dos窗口执行, sc delete mysql , 删除已有的mysql服务。 1、下载MySQL5.7 版本压缩包 https://dev.mysql.com/downloads/mysql/ 2、解压到自己想要放的目录 在这个目录下新建 data ...
分类:
数据库 时间:
2020-07-04 13:37:03
阅读次数:
57