码迷,mamicode.com
首页 >  
搜索关键字:spring data commons    ( 108903个结果
UDP协议介绍
【UDP协议】 格式相对简单:源端口:端口号0-65535,1-1024保留端口号,为标准的服务端口目的端口:无须多解释UDP长度:header+data 总长度UDP校验和:伪头部,头部,data 三部分校验和。伪头部,文末稍作解释。数据:上层应用层的数据。伪头部UDP校验和中的伪头部,并非UDP ...
分类:其他好文   时间:2021-04-13 11:49:35    阅读次数:0
个人项目 计应192(西)-4组-赵会涛
公交站点显示 using System.Collections.Generic; usinSystem.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; usi ...
分类:其他好文   时间:2021-04-12 12:40:32    阅读次数:0
Swift读取Text文本文件
func getTextFileStr(filename:String!) -> String! { if let path = Bundle.main.path(forResource: filename, ofType: "txt") { do { let data = try String(c ...
分类:编程语言   时间:2021-04-12 12:35:51    阅读次数:0
pandas
Pandas入门详细教程 01 关于pandas pandas,python+data+analysis的组合缩写,是python中基于numpy和matplotlib的第三方数据分析库,与后两者共同构成了python数据分析的基础工具包,享有数分三剑客之名。 正因为pandas是在numpy基础上 ...
分类:其他好文   时间:2021-04-12 12:27:06    阅读次数:0
Springboot 常用注解
springboot常用注解 1. @SpringBootApplication 这个注解是 Spring Boot 项目的基石,创建 SpringBoot 项目之后会默认在主类加上。 @SpringBootApplication看作是 @Configuration、@EnableAutoConfi ...
分类:编程语言   时间:2021-04-12 12:19:37    阅读次数:0
Hardware assisted virtualization and data execution protection must be enabled in the BIOS. See https://docs.docker.com/docker-for-windows/troubleshoot/#virtualization
解决办法:先关闭 Hyper-V ,然后重新开启 Hyper-V 即可! 来自:https://zhuanlan.zhihu.com/p/51939654 ...
分类:移动开发   时间:2021-04-12 12:17:13    阅读次数:0
MySQL启动过程的问题
service mysql start 启动MySQL 1、出现报错The server quit without updating PID file... 1.1.可能是/usr/local/mysql/data/rekfan.pid文件没有写的权限 #执行: chown -R mysql:mys ...
分类:数据库   时间:2021-04-12 12:16:04    阅读次数:0
Redis主从&哨兵集群搭建
主从集群 在搭建主从集群前,我们先把Redis安装起来: #解压Redis压缩包 [root@master lf]# tar -zxvf redis-6.2.1.tar.gz …… #安装gcc [root@master redis-6.2.1]# yum install gcc …… [root@ ...
分类:其他好文   时间:2021-04-12 12:08:05    阅读次数:0
SpringBoot 整合MongoDB
1. pom.xml Maven依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-mongodb</artifactId> </dependency> 2. ...
分类:数据库   时间:2021-04-10 13:33:58    阅读次数:0
application.yaml配置文件
spring boot还支持yaml格式的配置文件。这种格式文件是JSON超集文件格式,其以数据为中心,扩展名可是是yml和yaml。 yaml格式文件以key/value的格式配置属性,使用缩进控制层级关系。 具体使用如下: 1、value为普通数据类型,根目录下建/config/applicat ...
分类:移动开发   时间:2021-04-10 13:31:59    阅读次数:0
108903条   上一页 1 ... 85 86 87 88 89 ... 10891 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!