码迷,mamicode.com
首页 >  
搜索关键字:spring data mongodb    ( 115491个结果
Reporting tool on Power Platform - PowerBI/ER/MR/SSRS
Reporting and analytics with Power BI home page This topic points you to resources that you can use to learn more about the business intelligence (BI) ...
分类:其他好文   时间:2020-11-01 09:20:29    阅读次数:20
springboot[2.3.4.RELEASE]application.properties常用配置
常用配置 spring.profiles.active=@spring.profiles.active@ pom文件中定义的配置文件 server.port=8080 web默认访问端口 server.context-path=/demo 上下文路径 server.session.timeout=1 ...
分类:移动开发   时间:2020-11-01 09:19:30    阅读次数:26
springboot项目中用到的pom.xml文件的依赖
<!-- web --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> <!-- MySQL 连接驱动依赖 ...
分类:编程语言   时间:2020-11-01 09:18:18    阅读次数:18
相机选择-参数
1、深度相机 双目 steroe Tof 结构光 2、单目i相机 线阵和面阵相机 线的视野极大、分辨率极高、快速运动的不合适,一般很少用 3、面阵相机参数 3.1面阵相机-设置图像参数 快门速度 快门速度和快门角度某种程度一致,角度就是某个东西固定的事件旋转的角度 https://zhuanlan. ...
分类:其他好文   时间:2020-10-31 02:08:55    阅读次数:11
redis工具类
package redis.config; import org.springframework.beans.factory.annotation.Autowired;import org.springframework.data.redis.connection.DataType;import o ...
分类:其他好文   时间:2020-10-31 02:05:49    阅读次数:14
Tensorflow v2 创建网络模型且保存参数至本地(非keras)
//20201030 写在前面:最近几天在在学习Tensorflow v2框架搭建网络,今天在这里做一下summary,主要简述一下搭建的大致流程以及需要的要素,最后就是如何存储以及读取存储恢复网络 1.导包 (此处因为做了可视化以及使用mnist当做数据集,所以使用了matplotlib和kera ...
分类:其他好文   时间:2020-10-31 02:00:27    阅读次数:16
mysql 事务的日志
事务的日志 1.redo log redo:"重做",记录的是,内存数据页的变化过程 1)作用 在事务ACID过程中,实现的是 "D" 持久化的作用。 2)工作原理 #1.修改数据时: 1)首先数据会从磁盘取出,加载到内存的data buffer page 2)操作数据,使用update语句修改数据 ...
分类:数据库   时间:2020-10-31 01:58:06    阅读次数:15
元空间和运行时常量池
元空间是方法区的实现 方法区是什么呢? 从java虚拟机规范9里摘抄的 It stores per-class structures such as the run-time constant pool, field and method data, and the code for methods ...
分类:其他好文   时间:2020-10-31 01:53:14    阅读次数:25
ShiroConfig V2.0
package com.aaa.shiro; import org.apache.shiro.mgt.SecurityManager; import org.apache.shiro.session.mgt.SessionManager; import org.apache.shiro.spring ...
分类:其他好文   时间:2020-10-31 01:23:40    阅读次数:21
ResultVM 返回前端实体类
* Created by cws */ @Data public class ResultVM implements Serializable { private static final long serialVersionUID = 1L; public static final Integer ...
分类:其他好文   时间:2020-10-31 01:21:33    阅读次数:20
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!