package com.bee.sample.smartmap.controller;import org.springframework.beans.factory.annotation.Autowired;import org.springframework.stereotype.Control... ...
分类:
编程语言 时间:
2018-04-23 19:54:39
阅读次数:
388
非相邻数最大和 ///*任意选若干个不相邻的数得到的和最大*/ #include<cstdio> #include<cstring> #include<queue> #include<iostream> #define maxn 105 #define maxm 10005 #define INF ...
分类:
其他好文 时间:
2018-04-23 19:54:22
阅读次数:
220
$n \leq 100000$个点,在$0 \leq x \leq 39989$,$0 \leq y \leq 1e9$的坐标系中,在线进行以下操作:加入一条线段;查询$x=k$这条直线上最上面的线段是谁。 看范围知道是线段树(雾) 区间记录区间的中点处最靠上的线段,这样询问的时候把线段树走到那个点 ...
分类:
其他好文 时间:
2018-04-23 19:54:16
阅读次数:
104
package com.bee.sample.smartmap.controller;import org.springframework.beans.factory.annotation.Autowired;import org.springframework.stereotype.Control... ...
分类:
编程语言 时间:
2018-04-23 19:54:05
阅读次数:
430
在使用某个设计模式之前必须先了解使用它的优点: 1、单例模式就是保证在整个应用程序的生命周期中,在任何时刻,被指定的类只有一个实例对象,减少了对象的创建,从而减轻了程序内存的开销。 2、单例模式是一种常用的软件设计模式。在它的核心结构中只包含一个被称为单例的特殊类。通过单例模式可以保证系统中一个类只 ...
需求: 1、用户的注册信息写在json文件中 2、将读写文件的重复操作提取为函数,简洁代码 实现: ...
分类:
编程语言 时间:
2018-04-23 19:53:49
阅读次数:
174
1. 三者主要区别如下: @NotEmpty :用于集合类,不能为null,且size>0 @NotNull:不能为null,但可以为empty,没有size的约束 @NotBlank:只用于String,不能为null,且trim()之后size>0 2. 通过查看源码注释如下: @NotEmpt ...
分类:
其他好文 时间:
2018-04-23 19:53:40
阅读次数:
153
笔记:Python复习及模块 一、复习 二、Python的模块 一、复习 二、Python的模块 一、复习 二、Python的模块 ...
分类:
其他好文 时间:
2018-04-23 19:53:33
阅读次数:
137
sql注入在联合查询是出现一下错误查不到数据 Illegal mix of collations for operation 'UNION' ...
分类:
数据库 时间:
2018-04-23 19:53:27
阅读次数:
1011
eclipse导出项目到idea时,不要导出target; idea打开eclipse项目后,出现junit找不到的问题,原因是jar包缺失,而maven配置的低版本的junit也显示找不到,解决办法: 使用高版本junit即可 缺少servlet-api是因为eclipse自带了这个jar包,而i ...
这是我看到的最全面最详细的ml-agent讲解。(只用于学习与知识分享,如有侵权,联系删除。谢谢!) 来自CodeGize的个人博客 。源链接:https://www.cnblogs.com/CodeGize/p/7674281.html#undefined 个人知识补充:(安装时如有提示pip版本 ...
前言 最近在搭建自己的持续集成,网上非常多的教程都是使用的gitlab作为代码管理工具,但是gitlab非常重,而且吃配置,而gogs非常轻便简介,成为不二之选。 操作系统:Centos 7.0 一.安装 1.下载二进制包 wget https://dl.gogs.io/0.11.34/linux_ ...
分类:
其他好文 时间:
2018-04-23 19:52:58
阅读次数:
258
JavaScript ES6语法之Promise使用与感悟! ...
分类:
其他好文 时间:
2018-04-23 19:52:49
阅读次数:
163
恢复内容开始 1.基本任务 1.1计划说明 本组选择的对比测试产品A为百词斩,B为扇贝单词 测试进度表 项目 内容说明 预估耗时 (分钟) 实际耗时 (分钟) Planning 计划 10 10 · Estimate · 估计这个任务需要多少时间 10 10 Testing Design 测试设计 ...
分类:
其他好文 时间:
2018-04-23 19:52:42
阅读次数:
135
ceph-volumeattacher: failed rbd single_major check, assuming it's unsupported: failed to check for rbd module single_major param: Failed to complete ' ...
分类:
其他好文 时间:
2018-04-23 19:52:33
阅读次数:
364
Ada the Ladybug lives near an orange tree. Instead of reading books, she investigates the oranges. The oranges on orange tree can be in up to 5*50 Sha ...
分类:
其他好文 时间:
2018-04-23 19:52:26
阅读次数:
167