摘要:一、冒泡排序: package com; import java.util.Arrays; public class BubbleSort { public static Integer[] bubbleSort(Integer[] data) { // 数组长度 int len = data.le
阅读全文
摘要:在我的学习过程中,我使用到了的枚举类型和数据库配合,下面是使用过程。 public class TUser extends User implements Serializable { private static final long serialVersionUID = 1L; private
阅读全文