# HTML5Course20160801 **Repository Path**: plter/HTML5Course20160801 ## Basic Information - **Project Name**: HTML5Course20160801 - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-08-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # HTML5Course20160801 #作业安排 ## 1. 使用AngularJS配合jQuery mobile开发科目一考试系统,并打包成apk文件 ##20161119 1. 使用AngularJS开发科目一考试系统 ##20161117 1. 使用React配合jQuery mobile写出微信的界面 ##20161114 1. 使用electron写全站下载工具 ##20161110 1. 简单的你画我猜小游戏,前端使用canvas绘制,后端使用socket.io ##20161109 1. 图片列表,使用技术 a)图片异步上传 b)orm ##20161108 1. 北京黑中介列表,实现功能 a)添加黑中介 b)在首页呈现所有黑中介信息 c)搜索黑中介 ##20161104 1. 写一个博客网站,后端技术使用Nodejs,数据库使用mysql,前端技术使用Bootstrap ##20161103 1. 完成用户登陆注册功能,服务器使用Nodejs,数据库使用mysql ##20161102 1. 拖入多个文件,点击按钮上传,并且每个文件都提示上传进度。效果参考下图 ![上传文件作业效果演示](images/UploadFiles.png) ##20161031 1. 使用jade模板引擎渲染jQuery mobile,写出登陆注册页面,登陆和注册的表单提交均使用ajax。 ##20161013 1. 根据表单数据绘制矩形(服务器使用Nodejs写) ##20161012 1. 拖入mp3文件播放 ##20161011 1. 写出可以保存图形的画板 ##20161010 1. 写出新浪微博头像编辑工具 ##20161008 1. 完成游戏《你是谁》,效果参考 [http://plter.github.io/h5demos/WhatAreYou/index.html](http://plter.github.io/h5demos/WhatAreYou/index.html) ##20160907 1. http://apistore.baidu.com/apiworks/servicedetail/987.html 请求菜谱接口 2. 尝试封装网络请求 3. 通过接口内容 写界面 ##20160824 1. 打飞机游戏,效果参考:[http://plter.github.io/h5demos/AirRaid/](http://plter.github.io/h5demos/AirRaid/) ##20160823 1. 移动的小球 ##20160822 1. 用面向对象的方式实现自定义菜单,效果参考[http://plter.github.io/learnjs/ccmjs/examples/](http://plter.github.io/learnjs/ccmjs/examples/) ##20160819 1. 卡片记忆小游戏,效果参考 [http://plter.github.io/h5demos/CardsMemory/index.html](http://plter.github.io/h5demos/CardsMemory/index.html) ##20160817 1. 在页面上呈现100个2D翻转的卡片,效果参考 [http://plter.github.io/learnjs/jQueryCard/index.html](http://plter.github.io/learnjs/jQueryCard/index.html) ##20160816 1. 轮播图切换时效果随机,包括效果有(从左往右、从右往左、从上往下、从下往上、淡入淡出) ##20160815 1. 用JavaScript写出一个轮播图 ##20160812(小测试) 1. 用正则表达式解析url参数 2. 可拖动的DIV 3. 同步MP3播放歌词,解析歌词用正则表达式 ##20160811 1. 同步播放歌词,效果参考[http://plter.github.io/learnjs/PlaySong/PlaySoundWithLRC.html](http://plter.github.io/learnjs/PlaySong/PlaySoundWithLRC.html) ##20160810 1. 自定义菜单,效果参考[http://plter.github.io/learnjs/ccmjs/examples/](http://plter.github.io/learnjs/ccmjs/examples/) ##20160809 1. 跟随鼠标的眼睛,效果参考[http://plter.github.io/learnjs/Eyes/index.html](http://plter.github.io/learnjs/Eyes/index.html) ##20160808 1. 用纯JavaScript写出一个2D卡片,效果参考[http://plter.github.io/learnjs/jQueryCard/index.html](http://plter.github.io/learnjs/jQueryCard/index.html) ##20160805 (小测试) 1. 写出一个进度条 2. 写出一个数字时钟 3. 用JavaScript对表格行进行奇偶渲染,效果参考 [http://plter.github.io/learnjs/Css3Table/index.html](http://plter.github.io/learnjs/Css3Table/index.html) ##20160804 1. 写出一个可以排序的表格,效果参考 [http://plter.github.io/learnjs/ScoreList/index.html](http://plter.github.io/learnjs/ScoreList/index.html) ##20160803 1. 对数组元素进行排序(禁止用sort函数) ##20160802 1. 在控制台输出九九乘法表 2. 在控制台输出杨辉三角