
视频教程笔记
CodingIsFun
function myProfile(){
let major= ['English', 'Computer Science and Technology'];
let career_goal = 'front-end development';
let motto = 'Pressing on is my only option';
}
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Vue JS Crash Course - 2019
视频教程播放地址:https://www.bilibili.com/video/BV1db41147T2安装Vue CLInpm install -g @vue/cli来自 https://cli.vuejs.org/guide/installation.htmlcheck versionvue --version使用powershell(不要使用gitbash) 执行下面的...原创 2020-05-06 22:13:07 · 337 阅读 · 0 评论 -
3小时学会MySQL 初学入门完整教程[2019]
视频播放地址:https://www.bilibili.com/video/BV1iJ411m7Fj原创 2020-05-04 01:54:35 · 672 阅读 · 0 评论 -
JavaScript编程夏令营
课程链接:http://udemy.com/learn-javascript-get-hired-bootcamp配套文件下载地址:https://github.com/15Dkatz/javascript-bootcampGitHub: https://github.com/Li-YangZhong/javascript-bootcamp-masterArrow functions ...原创 2020-04-24 22:37:29 · 260 阅读 · 0 评论 -
深入理解JavaScript中的对象和原型(Objects and Prototypes In-depth)
视频链接:https://www.bilibili.com/video/BV1nt411e7P4My GitHub files: https://github.com/Li-YangZhong/Objects-and-Prototypes-In-depth原创 2020-04-12 01:31:42 · 225 阅读 · 0 评论 -
JavaScript面向对象教程(Object Oriented JavaScript Tutorial)
B站视频链接:https://www.bilibili.com/video/BV1Yt411e7RKGitHub file download link: https://github.com/iamshaunjp/object-oriented-jsMy GitHub files: https://github.com/Li-YangZhong/Object-Oriented-JavaSc...原创 2020-04-08 23:16:16 · 279 阅读 · 0 评论 -
The Advanced Web Developer Bootcamp
Udemy课程链接:https://www.udemy.com/course/the-advanced-web-developer-bootcamp/B站视频链接: https://www.bilibili.com/video/BV1T7411W7cR我的GitHub文件: https://github.com/Li-YangZhong/The-Advanced-Web-Developer...原创 2020-04-05 22:37:30 · 405 阅读 · 0 评论 -
直面问题,咱谈焦虑,谈烦恼,谈怎么成长 极客时间,讲师:陈皓
视频链接: <https://www.bilibili.com/video/av90736758>//国去发生的事,未来一定会发生。过去没有发生过的事,未来也不会发送。了解历史就能洞察未来。////////基本上工作当中你学不到太多东西。首先你要有这样的能力,别人才会给你这样的工作。你没有这样的能力,别人是不会给你这样的工作的。永远不会有人把...原创 2020-02-24 23:52:08 · 342 阅读 · 0 评论 -
[Traversy Media] VSCode Keyboard Shortcuts For Productivity
视频链接:https://www.bilibili.com/video/av82746556Navigating the Editor:Open Command PalleteShift+Ctrl+Phit ESC key to get out the command pallete//Access SettingsCtrl+,//Close TabC...原创 2020-02-14 00:37:28 · 301 阅读 · 0 评论 -
Lynda.com - CSS Fundamentals by James Williamson
ElEMENT-SPECIFIC SELECTORSModified class or ID selector which limits application to a specific elementh2.subheading {color: blue;}div#sidebar {font-size: 80%;}CSS & ID NAMING CONVENTIO...原创 2020-02-13 22:35:03 · 319 阅读 · 0 评论 -
learn-advanced-css-layout-techniques
//引用Google字体方法:https://developers.google.cn/fonts/docs/getting_started?hl=zh-cn//GitHub files: https://github.com/Li-YangZhong/learn-advanced-css-layout-techniques//备注:B站视频链接网上已不可见...原创 2020-02-10 06:10:17 · 297 阅读 · 0 评论 -
Traversy Media Web Development In 2020 - A Practical Guide
视频播放地址:https://www.bilibili.com/video/av82744403What Is Software-as-a-Service?Software-as-a-Service (SaaS) is a software licensing model in which access to the software is provided on a subscri...原创 2020-02-09 15:06:32 · 781 阅读 · 0 评论 -
Wes Bos Modern workflow and tooling for frontend developers
B 站视频:https://www.bilibili.com/video/av10963133Any time invested in tooling should be paid back by greater efficiency and better, more resilient code.For large JS Apps:Webpack is in very acti...原创 2020-02-07 16:29:28 · 412 阅读 · 0 评论 -
Responsive Web Design Tutorial by THENETNINJA
B站视频:https://www.bilibili.com/video/av10338325My Github Files:https://github.com/Li-YangZhong/Responsive-Web-Design-Tutorial.git配套文件下载地址:https://github.com/iamshaunjp/psd-to-wpMaking our web...原创 2020-02-06 14:46:04 · 412 阅读 · 0 评论 -
Learn Flexbox in 15 Minutes
B站视频:https://www.bilibili.com/video/av75709056My GitHub Files:https://github.com/Li-YangZhong/Learn-Flexbox-in-15-Minutes原创 2020-02-05 11:11:27 · 211 阅读 · 0 评论 -
CSS Flex 初学者视频
B站视频: https://www.bilibili.com/video/av45803504My GitHub Files: https://github.com/Li-YangZhong/CSS-Flex-.git原创 2020-02-05 07:31:08 · 286 阅读 · 0 评论 -
Web development in 2019— a practical guide
B站视频: https://www.bilibili.com/video/av40988272Note updated to GitHub: https://github.com/Li-YangZhong/Web-development-in-2019-a-practical-guide.githttps://parceljs.org/ and webpack is for b...原创 2020-02-04 20:00:28 · 188 阅读 · 0 评论 -
Learn CSS Grid in 20 Minutes
B站视频: https://www.bilibili.com/video/av75709280GitHub Files: https://github.com/Li-YangZhong/Learn-CSS-Grid-in-20-Minutes原创 2020-02-04 00:59:04 · 240 阅读 · 0 评论 -
Udemy - CSS Layout Techniques
课程链接:https://www.udemy.com/course/css-layout-techniques/GitHub Files: https://github.com/Li-YangZhong/Udemy---CSS-Layout-Techniques原创 2020-02-03 23:30:26 · 292 阅读 · 0 评论 -
CSS Positioning Tutorial by THENETNINJA
B站视频:https://www.bilibili.com/video/av46687321GitHub Files:https://github.com/Li-YangZhong/CSS-Positioning-Tutorial.gitz-index illustration原创 2020-02-01 22:55:25 · 209 阅读 · 0 评论 -
The Modern JavaScript Bootcamp by Andrew Mead
B站视频:https://www.bilibili.com/video/av54970169GitHub Files: https://github.com/Li-YangZhong/The-Modern-JavaScript-Bootcamp-by-Andrew-Mead.gitnode -v //show version of nodeclear //clear screen...原创 2020-01-31 15:36:53 · 246 阅读 · 0 评论 -
李游Leo - Node.JS - 爬虫系统基础教程
B站视频链接:https://www.bilibili.com/video/av63636457GitHub Files:https://github.com/Li-YangZhong/leo_node.js_web_scraping.git原创 2020-01-26 14:45:01 · 305 阅读 · 0 评论 -
web前端200行JS骚操作,实现爬虫每天定时给女朋友发送暖心邮件
视频链接:https://www.bilibili.com/video/av50328496GitHub Files: https://github.com/Li-YangZhong/LoveMail.gitnpm init -y //初始化项目//npm install superagent cheerio art-template node-schedule nodemaile...原创 2020-01-25 00:25:49 · 783 阅读 · 0 评论 -
Node.js爬虫实战,轻松掌握nodejs
B站视频链接:https://www.bilibili.com/video/av75510075我的GitHub文件:https://github.com/Li-YangZhong/Node.js-nodejs.gitnode -v //查看node版本//clear //清空屏幕内容CNPM介绍:说明:因为谷歌安装插件是从国外服务器下载,受网络影响...原创 2020-01-21 12:49:59 · 198 阅读 · 0 评论 -
The Web Developer Bootcamp by Colt Steele
教程链接: https://www.udemy.com/course/the-web-developer-bootcamp/B站视频链接: https://www.bilibili.com/video/av68903874?from=search&seid=4749584228894702674GitHub Files: https://github.com/Li-YangZ...原创 2019-12-23 08:59:05 · 816 阅读 · 0 评论 -
CSS Web Development Crash Course by Frahaan Hussain
教程链接:https://www.udemy.com/share/101HZw/my GitHub files: https://github.com/Li-YangZhong/CSS-Web-Development-Crash-Course.git原创 2019-10-30 05:36:00 · 250 阅读 · 0 评论 -
[Traversy Media HTML & CSS] CSS Grid Layout Crash Course
CSS Grid Layout initially defined the grid-column-gap property. This prefixed property is being replaced by column-gap.视频链接: https://www.bilibili.com/video/av57278802/My GitHub files: https://gith...原创 2019-10-28 06:34:11 · 210 阅读 · 0 评论 -
[Traversy Media | HTML & CSS] Flexbox CSS In 20 Minutes
视频在线观看地址:https://www.bilibili.com/video/av57278636/原视频出处:https://www.youtube.com/watch?v=JJSoEo8JSncFlexbox is a CSS3 layout mode that provides an easy and clean way to arrange items within a co...原创 2019-10-27 01:41:10 · 7500 阅读 · 0 评论 -
CSS Tutorial for Beginners
B站视频链接:https://www.bilibili.com/video/av55674019/Sixteen Primary Color:Box Model:Use the following property to turn an inline element into a black element:display: block;GitHub files...原创 2019-10-27 00:38:56 · 182 阅读 · 0 评论 -
The Algorithms of CSS by Lara Schenck
Programming Paradigms Imperative Declarative Javascript, Ruby, C++, Python Domain-specific: SQL, HTML, CSS CSS is a domain-specific declarative programming language.A...原创 2019-10-22 07:03:51 · 206 阅读 · 0 评论 -
Emmet For Faster HTML & CSS Workflow by Edwin Diaz
Git Ignore 使用方法首先,在你的工作区新建一个名称为.gitignore的文件。 然后,把要忽略的文件名填进去,Git就会自动忽略这些文件。6.忽略规则文件语法a.忽略指定文件/目录# 忽略指定文件HelloWrold.class# 忽略指定文件夹bin/bin/gen/b.通配符忽略规则通配符规则如下:# 忽略.class的所有文件*.class...原创 2019-10-20 22:59:29 · 147 阅读 · 0 评论 -
Emmet For Faster HTML & CSS Workflow
B站视频链接:https://www.bilibili.com/video/av46140772/配套文件下载地址:https://traversymedia.com/downloads/emmetsandbox.ziphttps://www.emmet.io/https://docs.emmet.io/cheat-sheet/https://code.visualstudio.com/...原创 2019-10-19 13:14:01 · 420 阅读 · 0 评论 -
build complex layouts with css grid layout
emmet tips:.footer + tab键会生成以下代码:<divclass="footer"></div>B站视频链接:https://www.bilibili.com/video/av9424409/<iframe src="//player.bilibili.com/player.html?aid=9424409&cid=15...原创 2019-10-18 06:41:36 · 137 阅读 · 0 评论 -
CSS Full Course - Includes Flexbox and CSS Grid Tutorials by Beau Carnes from freecodecamp.org
B站视频链接:https://www.bilibili.com/video/av54075594Learn CSS in this complete tutorial course. Cascading Style Sheets (CSS) tell the browser how to display the text and other content that you write ...原创 2019-10-16 12:42:58 · 378 阅读 · 0 评论 -
Floats_Flexbox_Grid_The_Progression_of_CSS_layouts by Kevin Powell
B站视频链接:https://www.bilibili.com/video/av63919042unsplash.it/300/301 是一个图片链接,图片宽度为300,高度为301原创 2019-10-13 12:08:34 · 138 阅读 · 0 评论 -
JavaScript Basics for Beginners by Mosh Hamedani
Javascript can be run inside a brower or Node which provides a runtime environment for Javascript.ECMAScript is a specification and Javascript is a programming language that confirms to this specifi...原创 2019-10-13 01:17:03 · 867 阅读 · 0 评论 -
Notes on Video Tutorial: Programming 101 by Lawrence Turton
Processing power is based on bits that can be processed at any one time.GPU=Graphics Processing UnitSPU=Sound Processing UnitCPU=Core Processing UnitBIOS=Basic Input Output SystemFirmware...原创 2019-03-29 13:47:44 · 265 阅读 · 0 评论 -
Notes on Video Tutorial: Java Essential Training with David Gassner
Java is an interpreted language. It compiles to bytecode instead of machine language. The compiled application is portable between platforms without recompiling.Incomputing,theJavaNativeInterfa...原创 2019-04-08 00:43:05 · 310 阅读 · 0 评论 -
How to Create A Website An HTML Tutorial and CSS Tutorial PART 1 by Todd McLeod
https://en.wikipedia.org/wiki/List_of_HTTP_status_codesWhen using chrome browser, click CTRL + T launches a new tab.https://whatwebcando.today/Seven Habits of Highly Effective PeopleGet in fro...原创 2019-04-20 21:14:00 · 333 阅读 · 0 评论 -
前端视频教程学习笔记01
Video Tutorials Watched:HTML Essential Training with Bill Weinman from Lynda.comCreating a Career Plan byDr. Chaz Austinfrom Lynda.com"You practice and you get better. It's very simple."-Phili...原创 2019-02-05 23:54:58 · 221 阅读 · 0 评论 -
Web Career Clinic with Lauren Bacon 笔记
People only do business with people they know, not with strangers. So, if you want to work with or work for someone, find one way or another to get to know those people or get them to know you.Sh...原创 2019-02-11 22:59:56 · 300 阅读 · 0 评论