Javascript + DOM lessions from Codecademy practice link: http://feraljas.gitee.io/piano-plus/ Basic JS+DOM: 理解如何交互,何为interaction Building interactive ...
分类:
Web程序 时间:
2020-01-04 15:57:10
阅读次数:
98
整合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
前端网站学习地址 https://www.codecademy.com/ freeCodeCamp W3schools Please have a look at the templates at o https://www.w3schools.com/w3css/w3css_templates.a ...
分类:
Web程序 时间:
2019-08-17 15:06:55
阅读次数:
167
Python 热度激增 根据 Stack Overflow 的一项调查显示,Python 不仅在专业领域的使用率得到增长,在普通开发上的使用率也有所提升,有 40% 的受访者表示他们现在正在使用 Python,有 25% 的受访者表示希望学习 Python。 Codecademy 是一个编程语言使用 ...
分类:
编程语言 时间:
2018-07-26 10:16:04
阅读次数:
148
Git 常用命令 说明:在 codecademy 的 Git 教程中使用到的 Git 命令。 更多 Git 命令的详细介绍和使用方法可以参考 man 手册。 git workflow git init 创建一个新的 Git 仓库 git status 检查 working directory 和 s ...
分类:
其他好文 时间:
2018-07-20 15:55:27
阅读次数:
260
############################################################################### codecademy python 5.5# Define a function factorial that takes an integ ...
分类:
编程语言 时间:
2018-05-18 14:20:05
阅读次数:
284
syntax 1. booleans: True and False 2. reassign value to variable: spam =3 3. whitespace: indent(indentation) two blank spaces of four blank spaces 4. ...
分类:
编程语言 时间:
2017-09-08 15:31:50
阅读次数:
149
http://www.codecombat.com :通过玩游戏来启蒙,有中文版,适合初学者 http://www.khanacademy.org :纯英文视频讲解教学,适合学霸和笔记党 http://www.codecademy.com :交互式实战,效果最佳,但需有一定基础 ...
分类:
其他好文 时间:
2017-08-04 09:57:34
阅读次数:
179
这两天发现了一个叫看知乎的站点。是知乎的苏莉安做的,当中爬虫使用的 Node.js。这里就针对上一篇博客中的美剧小爬虫,改用 nodejs 进行实现一下。体验一下强大的 Node.js。 假设之前没实用过 JavaScript,最好还是到 http://www.codecademy.com/ 做一下 ...
分类:
Web程序 时间:
2017-07-16 12:34:22
阅读次数:
201