
Web学习
wangzihahaha
这个作者很懒,什么都没留下…
展开
-
Frontend Notes(2)
All stuff is from Stanford CS142Webservers and CommunicationBrowser<=>Webserver<=>Storage systemWebServersBrowsers: send HTTP request and get HTTP responsesWeb Server: get HTTP r...转载 2019-03-19 14:26:01 · 2600 阅读 · 0 评论 -
Front End Notes(1)
Web Application (AngularJS)Model, View, ControllerModel: where the data putDatabase dataView: what we can see directlyCSS, HTML, Angular Directive, AnimationsController: triggered by uses...原创 2019-02-15 06:26:54 · 386 阅读 · 0 评论 -
JavaScript 创建日历
基本思路创建6*7表格创建表格table 的构成 &amp;amp;amp;lt;table&amp;amp;amp;gt;,&amp;amp;amp;lt;tr&amp;amp;amp;gt;, &amp;amp;amp;lt;td&amp;amp;amp;gt;javasript methods: docuent.createElement(&amp;amp;quot;table原创 2019-02-07 15:59:08 · 331 阅读 · 0 评论 -
React Notes
What is ReactReact 是一个用于构建用户界面的 JAVASCRIPT 库。React主要用于构建UI,很多人认为 React 是 MVC 中的 V(视图)。React is a JavaScript libraryReact is a User Interface (UI) libraryReact is a tool for building UI component...原创 2019-02-06 16:07:44 · 237 阅读 · 0 评论 -
AngularJS Notes
AbstractionThe most basic and important thingsan-modelan-转载 2019-03-19 17:10:44 · 215 阅读 · 3 评论 -
JavaScript callback()
参考:MDN解释A callback function is a function passed into another function as an argument, which is then invoked inside the outer function to complete some kind of routine or action.callback() functi...转载 2019-01-26 13:00:39 · 1122 阅读 · 0 评论 -
MySql + FLask
Mysql 学习笔记下载下载https://www.cnblogs.com/reyinever/p/8551977.html官网下载 MySQLcommunity sever解压缩配置环境变量变量名:MYSQL_HOME变量值:E:\mysql-5.7.20-winx64path里添加:%MYSQL_HOME%\bin;注册用户生成data以管理员身份运行cmd进入E:\...原创 2019-06-27 12:04:05 · 676 阅读 · 0 评论