课上内容(Lesson) 1. We played "Who is spy" together 2. Which county do you like it, let us make a choice. 3. We made use of picturea for a story , about a ...
分类:
其他好文 时间:
2019-11-03 18:35:30
阅读次数:
140
题目描述 Bessie拿到了N (1 include include include include using namespace std; const int mod=10007,N=5e4+10; define int long long int n,m,h[N],a[N]; inline b ...
分类:
其他好文 时间:
2019-11-02 13:58:03
阅读次数:
84
Given an array of strings, group anagrams together. Example: Note: All inputs will be in lowercase. The order of your output does not matter. 基本的遍历练手题 ...
分类:
其他好文 时间:
2019-10-27 23:15:32
阅读次数:
163
"Group Anagrams" Given an array of strings, group anagrams together. Example: Note: All inputs will be in lowercase. The order of your output does not ...
分类:
其他好文 时间:
2019-10-27 20:18:35
阅读次数:
91
Thymeleaf模板引擎的使用 一、模板引擎 JSP、Velocity、Freemarker、Thymeleaf 二、springboot推荐使用Thymeleaf模板引擎 特点:语法更简单,功能更强大; 1、引入Thymeleaf 2、Thymeleaf的使用 只要我们把HTML页面放在clas ...
分类:
其他好文 时间:
2019-10-20 16:25:13
阅读次数:
81
1.1 lombok 详细使用可以看官网:https://projectlombok.org/features/all 1.2 使用@Data注解,这个注解的作用是: @Data All together now: A shortcut for @ToString, @EqualsAndHashCo ...
分类:
编程语言 时间:
2019-10-20 13:05:18
阅读次数:
90
HDU - 3018 Ant Country consist of N towns.There are M roads connecting the towns. Ant Tony,together with his friends,wants to go through every part of ...
分类:
其他好文 时间:
2019-10-19 20:29:38
阅读次数:
113
95-712 Practice problem 8This problem brings together what you learned in inheritance,polymorphism, access specifiers, and JavaFXProblem statement: Th ...
分类:
其他好文 时间:
2019-10-18 18:59:00
阅读次数:
67
说明:1、本次仅实现了两个topic的数据同步,后续优化会持续更新。。。。。2、自建集群CDH5.8,kafka2.1.0;阿里云集群标准版kafka0.10.x踩坑:1、cdh添加kafka角色实例CMM,应该是不支持SSL连接2、VPC网络接入,不知道购买的阿里云实例有VPC网络,这个是没有SSL加密的连接3、kafka0.10.2的mirrormaker不能连接自建集群4、阿里云控制提示是S
分类:
其他好文 时间:
2019-10-18 12:30:23
阅读次数:
140
*继承 当我们定义一个class的时候,可以从某个现有的class继承,新的class称为子类(Subclass),而被继承的class称为基类、父类或超类(Base class、Super class)。 比如,我们已经编写了一个名为Animal的class,有一个run()方法可以直接打印: c ...
分类:
编程语言 时间:
2019-10-15 18:57:41
阅读次数:
87