自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 收藏
  • 关注

原创 spring boot and swing

Project experience First: environment base:Spring boot and swing Database: sqlite/mysql Second: difficulty Combine spring boot and swing . Encounter an error when operate huge datas into sqlite thrown an exception that database is busy. When insert an hu

2021-06-02 13:57:09 357

原创 java base 1

What are immutable objects most useful in? Concurrent applications How do you create a new class that maps keys to values using the Collections Framework? Extend from AbstractMap to implement the Map interface Given: public abstract class Animal{…} p..

2020-07-24 17:19:51 118

原创 RedBlack Tree

insert grammatical 1)every node’s color is red or black 2)root 's color must be black 3)every leaf 's color is black 4)assume one node’s color is red,that it’s children’s color should be black 5)from ...

2019-12-20 13:49:06 142

原创 算法复杂度

算法复杂度 算法复杂度分为 时间复杂度 和 算法复杂度 。顾名思义,时间复杂度就是计算一段程序运行时间。而空间复杂度则是计算程序的存储空间。 如今,大多数情况下我们只是去考虑时间复杂度。 时间复杂度分类 1.常数 若对于一个算法,的上界与输入大小无关,则称其具有常数时间,记作时间O(1)。 int a=0; system.out.println("123213"); 上述语句无论执行多少次。它消...

2019-11-21 14:45:56 192

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除