ICPC North Central NA Contest 2017 部分题解 B. Pokemon Go Go 大意:用最短路径来抓住所有的稀有精灵,DFS求最短路 #include <bits/stdc++.h> #define mem(a) memset(a,0,sizeof(a)) #def ...
分类:
其他好文 时间:
2020-02-29 20:40:24
阅读次数:
190
1: ES 类似JPA操作1.1 编写实体类1.2 编写映射文件 xxx.json1.3编写repository继承 ElasticSearchrepository1.4 编写admin 的CRUD2: 使用ElasticSearchtemplate 对索引操作2.1 对索引的各类操作3: 高级查询... ...
分类:
其他好文 时间:
2020-02-29 13:10:23
阅读次数:
95
在 Repostiory工程建立中,我们建立了基本的工程结构,接下来就是完成CRUD的简单操作。 这里使用Account为例: 第一步,在Entities 里创建一个名为“Models” 或者 “Entities” 的文件夹,然后在这个文件中创建一个名为Account 的类,字段与数据库表对应。 第 ...
分类:
Web程序 时间:
2020-02-29 12:55:54
阅读次数:
115
解决方法:设置跳过ssl校验spring: cloud: config: server: git: uri: https://github.com/xxx/spring-cloud-config-repository.git username: xxx password: yyyy default- ...
分类:
编程语言 时间:
2020-02-28 22:42:10
阅读次数:
423
记录一下遇到的这个问题的解决方法,也是困惑了半天,感觉这是maven的bug,因为动了几次项目中引入的外部jar包,导致IDEA External libraries 不显示Maven中引入的repository, 解决方法: 1. 打开IDEA右侧的侧边栏Maven Project -> life ...
分类:
其他好文 时间:
2020-02-28 20:32:11
阅读次数:
60
1.下载Clonezilla Live 地址: 2.下载Tuxboot,Tuxboot是用来安装Clonezilla Live到U盘的 地址:https://tuxboot.org/download/ sudo apt-add-repository ppa:thomas.tsai/ubuntu-tu ...
分类:
其他好文 时间:
2020-02-28 11:45:04
阅读次数:
100
很多程序员通过在类上使用@Repository、@Component、@Service 和 @Constroller 注解,Spring会自动创建相应的 BeanDefinition 对象,并注册到 ApplicationContext 中。这些类就成了 Spring受管组件。这三个注解除了作用于不同软件层次的类,其使用方式与@Repository 是完全相同的。
分类:
编程语言 时间:
2020-02-28 09:17:04
阅读次数:
84
mongodb主从配置 1.在主从服务器上/etc/yum.repos.d/目录下创建文件mongodb.repo,它包含MongoDB仓库的配置信息,内容如下: [mongodb] name=MongoDB Repository baseurl=http://downloads-distro.mo ...
分类:
数据库 时间:
2020-02-27 19:18:12
阅读次数:
97
Java程序员常用的@Component、@Repository、@Controller、@Service系列【案例demo3】 很多程序员通过在类上使用@Repository、@Component、@Service 和 @Constroller 注解,Spring会自动创建相应的 BeanDefi ...
分类:
编程语言 时间:
2020-02-27 15:54:34
阅读次数:
56
http://kafka.apache.org/ 国际网站 发布与订阅,处理,存储 http://kafka.apachecn.org/ 中文网站 中文网站中点击[发布与订阅]进去是错误的貌似,因为两个依赖都是clients 而我查了下maven repository站,里面是真的有producer ...
分类:
其他好文 时间:
2020-02-27 14:38:58
阅读次数:
73