整合Codecademy上学习HTML的任务以及答案: 1.初识HTML:hypertext markup language 怎么理解? 2.HTML的语言规范是什么? 3.文档开头的 <!DOCTYPE html> <html> </html> 是干什么的? 4.<div><h1><p>都代表什么 ...
分类:
Web程序 时间:
2019-12-22 14:55:34
阅读次数:
137
Brown Bears Brown Bear About Me The Brown Bear Introduction Habitat Media About Brown Bears The brown bear (Ursus arctos) is native to parts of northe ...
分类:
Web程序 时间:
2019-12-22 14:50:45
阅读次数:
113
In this lesson you will learn to express difficulties. 课上内容(Lesson) What goes up but never comes down? Your age Expressing difficulties st. is diffico ...
分类:
其他好文 时间:
2019-12-22 14:37:47
阅读次数:
77
注意:本部分的ppt来源于中国大学mooc网站:https://www.icourse163.org/learn/ZUCC-1206146808?tid=1206445215&from=study#/learn/content?type=detail&id=1211168244&cid=121375 ...
分类:
其他好文 时间:
2019-12-22 14:34:48
阅读次数:
81
http://blog.thefirehoseproject.com/posts/learn-to-code-and-be-self-reliant/ kill will develop 1.repeat code use 2.read document pass inflection point ...
分类:
其他好文 时间:
2019-12-21 18:41:12
阅读次数:
93
By Chaitanya Singh | Filed Under: Learn Java By Chaitanya Singh | Filed Under: Learn Java Java is a high level programming language. A program written ...
分类:
编程语言 时间:
2019-12-20 20:16:49
阅读次数:
109
"计算的本质" by Tom Stuart, 2014 "Hands on Machine Learning with Scikit Learn, Keras, and TensorFlow" 2nd edition, by Aurélien Géron, 2019 "深度学习的数学" by 涌井良 ...
分类:
其他好文 时间:
2019-12-20 12:03:20
阅读次数:
81
?一、处理异常的两种方式 1.所有的编译时异常,要求程序员在编写程序阶段,必须对它进行处理,如果不处理的话,编译就会无法通过,处理异常有两种方法:捕捉和声明抛出。 2.捕捉:try.....catch....... 3.声明抛出就是方法声明的位置上使用throws关键字抛出异常。 4.所有Runti ...
分类:
编程语言 时间:
2019-12-20 01:13:53
阅读次数:
81
# class Student:# school='oldboy'# def __init__(self,name,age,gender):# self.Name=name# self.Age = age# self.Gender=gender# def learn(self):# print('% ...
分类:
其他好文 时间:
2019-12-19 21:23:44
阅读次数:
77
此安装是在windows下进行 1.全局安装 npm install -g koa-generator 安装成功后会出现以下信息 创建项目 koa2 -e koa2-learn 2.1 -e指的是使用es语法创建模板,koa2-learn是创建完成以后的项目名称 2.2 创建成功后会出现以下信息 3 ...
分类:
其他好文 时间:
2019-12-18 17:53:15
阅读次数:
627