- 博客(5)
- 收藏
- 关注
原创 HTML续 + CSS
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>doucument</title> <link rel="stylesheet" type="text/css" href="lesson3.css"> </head> <...
2020-05-01 22:15:33
159
原创 HTML(超文本标记语言)详解2
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>doucument</title> </head> <body> <div style="width: 100px;height: 100px;background-co...
2020-04-29 20:02:46
201
原创 HTML(超文本标记语言)详解1
<!-- HTML hyperText markup language 超文本标记语言 --> <!DOCTYPE html> <html lang="en,zh"> <!-- 告诉搜索引擎爬虫,我们的网站是关于什么内容的 --> <head> <meta charset="utf-8"> <!-- ...
2020-04-28 18:16:47
246
原创 Java程序执行过程内存分析
这篇博客将以一个小程序为例带你了解java面向对象内存分析机制 首先,我们创建一个Person类,并编写main()方法,不用担心,这只是一个简单的小程序。 //编写Person类 public class Person { String name; int age; public void show(){ System.out.println("姓名:"+name+",年龄:"+age); } ...
2020-04-23 19:03:24
209
原创 LeetCode Note One - Plus One
Plus One Given a non-empty array of digits representing a non-negative integer, plus one to the integer. The digits are stored such that the most significant digit is at the head of the list, and eac...
2020-03-23 19:29:42
110
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人