Skip to content

Commit

Permalink
[taotao-cloud-project-1227] update author
Browse files Browse the repository at this point in the history
  • Loading branch information
shuigedeng committed Jul 20, 2021
1 parent 3c3f16b commit 3b7c7ec
Show file tree
Hide file tree
Showing 315 changed files with 330 additions and 330 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.taotao.cloud.java.javase.day07.chap07_1;
/**
* 狗狗类
* @author wgy
* @author shuigedeng
*
*/
public class Dog {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.taotao.cloud.java.javase.day07.chap07_1;
/**
* 学生类
* @author wgy
* @author shuigedeng
*
*/
public class Student {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* 方法
* sayHi()
* know(Student s);
* @author wgy
* @author shuigedeng
*
*/
public class Teacher {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.taotao.cloud.java.javase.day07.chap07_2;
/**
* 学生类
* @author wgy
* @author shuigedeng
*
*/
public class Student {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* 银行类
* @author wgy
* @author shuigedeng
*
*/
public class Bank {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.taotao.cloud.java.javase.day08.encap_2;
/**
* 用户类
* @author wgy
* @author shuigedeng
*
*/
public class User {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* 动物类(父类)
* @author wgy
* @author shuigedeng
*
*/
public class Animal {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.taotao.cloud.java.javase.day08.inheritance_1;
/**
* 鸟类
* @author wgy
* @author shuigedeng
*
*/
public class Bird extends Animal{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.taotao.cloud.java.javase.day08.inheritance_1;
/**
* 狗狗类
* @author wgy
* @author shuigedeng
*
*/
public class Dog extends Animal{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.taotao.cloud.java.javase.day08.inheritance_1;
/**
* 鱼类
* @author wgy
* @author shuigedeng
*
*/
public class Fish extends Animal{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.taotao.cloud.java.javase.day08.inheritance_1;
/**
* 蛇类
* @author wgy
* @author shuigedeng
*
*/
public class Snake extends Animal{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* super调用父类的构造方法
* (1)super调用父类的无参构造
* @author wgy
* @author shuigedeng
*
*/
public class TestB {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* 动物类(父类)
* @author wgy
* @author shuigedeng
*
*/
public class Animal {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.taotao.cloud.java.javase.day08.poly_1;
/**
* 主人类
* @author wgy
* @author shuigedeng
*
*/
public class Master {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.taotao.cloud.java.javase.day09.abs;
/**
* 抽象动物类
* @author wgy
* @author shuigedeng
*
*/
public abstract class Animal {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.taotao.cloud.java.javase.day09.abs2;
/**
* 交通工具类
* @author wgy
* @author shuigedeng
*
*/
public abstract class Vehicle {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.taotao.cloud.java.javase.day09.final_1;
/**
* final修饰类:最终类,不能被继承
* @author wgy
* @author shuigedeng
*
*/
public class Car {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.taotao.cloud.java.javase.day10.interface_1;
/**
* 接口
* @author wgy
* @author shuigedeng
*
*/
public interface MyInterface1 {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.taotao.cloud.java.javase.day10.interface_2;
/**
* 喷火能力
* @author wgy
* @author shuigedeng
*
*/
public interface Fireable {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.taotao.cloud.java.javase.day10.interface_2;
/**
* 接口
* @author wgy
* @author shuigedeng
*
*/
public interface Flyable {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* 常量接口
*
* @author wgy
* @author shuigedeng
*
*/
public interface ConstInterface {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.taotao.cloud.java.javase.day10.interface_5;
/**
* usb接口
* @author wgy
* @author shuigedeng
*
*/
public interface Usb {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
3.在text前面插入一个easy
4.将每个单词的首字母改为大写
* @author wgy
* @author shuigedeng
*
*/
public class Demo4 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* StringBuffer和StringBuilder的使用
* 和String区别(1)效率比String高 (2)比String节省内存
* @author wgy
* @author shuigedeng
*
*/
public class Demo5 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* 验证StringBuilder效率高于String
* @author wgy
* @author shuigedeng
*
*/
public class Demo6 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* (2)删除元素
* (3)遍历元素
* (4)判断
* @author wgy
* @author shuigedeng
*
*/
public class Demo1 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

/**
* Collection的使用:保存学生信息
* @author wgy
* @author shuigedeng
*
*/
public class Demo2 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/**
* List子接口的使用
* 特点:1 有序 有下标 2 可以重复
* @author wgy
* @author shuigedeng
*
*/
public class Demo3 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

/**
* List的使用
* @author wgy
* @author shuigedeng
*
*/
public class Demo4 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/**
* ArrayList的使用
* 存储结构:数组,查找遍历速度块,增删慢
* @author wgy
* @author shuigedeng
*
*/
public class Demo5 {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.taotao.cloud.java.javase.day12.chapter12_1;
/**
* 学生类
* @author wgy
* @author shuigedeng
*
*/
public class Student {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/**
* 演示Vector集合的使用
* 存储结构:数组
* @author wgy
* @author shuigedeng
*
*/
public class Demo1 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/**
* LinkedList的使用
* 存储结构:双向链表
* @author wgy
* @author shuigedeng
*
*/
public class Demo2 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* 泛型类
* 语法:类名<T>
* T是类型占位符,表示一种引用类型,如果编写多个使用逗号隔开
* @author wgy
* @author shuigedeng
*
*/
public class MyGeneric<T> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* 泛型方法
* 语法:<T> 返回值类型
* @author wgy
* @author shuigedeng
*
*/
public class MyGenericMethod {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* 泛型接口
* 语法:接口名<T>
* 注意:不能泛型静态常量
* @author wgy
* @author shuigedeng
*
*/
public interface MyInterface<T> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/**
* 测试Set接口的使用
* 特点:(1)无序、没有下标 (2)不能重复
* @author wgy
* @author shuigedeng
*
*/
public class Demo1 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* HashSet集合的使用
* 存储结构:哈希表(数组+链表+红黑树)
*
* @author wgy
* @author shuigedeng
*
*/
public class Demo2 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* 存储过程(重复依据)
* (1)根据hashcode计算保存的位置,如果此位置为空,则直接保存,如果不为空执行第二步。
* (2)再执行equals方法,如果equals方法为true,则认为是重复,否则,形成链表
* @author wgy
* @author shuigedeng
*
*/
public class Demo3 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/**
* TreeSet的使用
* 存储结构:红黑树
* @author wgy
* @author shuigedeng
*
*/
public class Demo4 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* 使用TreeSet保存数据
* 存储结构:红黑树
* 要求:元素必须要实现Comparable接口,compareTo()方法返回值为0,认为是重复元素
* @author wgy
* @author shuigedeng
*
*/
public class Demo5 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* TreeSet集合的使用
* Comparator:实现定制比较(比较器)
* Comparable:可比较的
* @author wgy
* @author shuigedeng
*
*/
public class Demo6 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* 要求:使用TreeSet集合实现字符串按照长度进行排序
* helloworld zhang lisi wangwu beijing xian nanjing
* Comparator接口实现定制比较
* @author wgy
* @author shuigedeng
*
*/
public class Demo7 {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.taotao.cloud.java.javase.day12.chapter12_3;
/**
* 人类
* @author wgy
* @author shuigedeng
*
*/
public class Person implements Comparable<Person>{
Expand Down
Loading

0 comments on commit 3b7c7ec

Please sign in to comment.