Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
taotao2010 committed Nov 2, 2018
1 parent 5d74b37 commit cf8fb34
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 7 deletions.
2 changes: 2 additions & 0 deletions docs/wuancake_android.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ Android 教程:http://www.runoob.com/android/android-tutorial.html

利用网上公开的API,开发一款天气预报App,能够获取当地定位,并展示最新天气。

完成该阶段考核任务即可进入煎饼计划开发组。

### 2.学习内容

Android官方开发指南:https://developer.android.google.cn/guide/
Expand Down
2 changes: 2 additions & 0 deletions docs/wuancake_php.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ PHP之道:https://laravel-china.github.io/php-the-right-way/

基于Laravel框架编写一个留言板,要求实现新增留言、查看留言、删除留言功能。

完成该阶段考核任务即可进入煎饼计划开发组。

### 2.学习内容

最新版Homestead下载:https://pan.baidu.com/s/16MuqajLZFCGBCu_3tre2yA 密码: 79sh
Expand Down
8 changes: 5 additions & 3 deletions docs/wuancake_pm.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 午安煎饼计划PM组学习内容 v2.1
# 午安煎饼计划PM组学习内容 v2.2

## 一、职业介绍

Expand Down Expand Up @@ -28,7 +28,7 @@

### 1.考核任务

打开手机中的天气App,使用XMind画出该App的产品框架,并使用Axure RP画出该App主要页面的低保真原型
打开微信的朋友圈页面,使用XMind画出该模块的产品框架,并使用Axure RP画出该页面的低保真原型

### 2.学习内容

Expand All @@ -52,7 +52,9 @@ http://www.jianshu.com/p/9ea3d25513bf

### 1.考核任务

针对手机中的天气App进行一次产品更新,要求给出本次更新的流程图、思维导图、原型图、产品需求文档。
针对微信的朋友圈模块进行一次产品更新,要求给出本次更新的流程图、思维导图、原型图、产品需求文档。

完成该阶段考核任务即可进入煎饼计划开发组。

### 2.学习内容

Expand Down
4 changes: 4 additions & 0 deletions docs/wuancake_python.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ Python开发简单爬虫:https://www.imooc.com/learn/563

将基础阶段考核所爬取的电影简介存储到MySQL某张数据表中,并使用Flask框架将该条数据从数据库中获取并输出为json格式。

完成该阶段考核任务即可进入煎饼计划开发组。

### 2.学习内容

MySQL 教程:http://www.runoob.com/mysql/mysql-tutorial.html
Expand All @@ -58,6 +60,8 @@ Python之Flask框架:Flask框架简介、安装、使用方法详细攻略:h

Python微型web开发框架flask介绍及一个小例子:https://blog.csdn.net/liuchunming033/article/details/45536211

Flask Web开发:基于Python的Web应用开发实战:https://book.douban.com/subject/26274202/

Flask官方文档中文版:http://docs.jinkan.org/docs/flask/

正则表达式30分钟入门教程:http://deerchao.net/tutorials/regex/regex.htm
Expand Down
4 changes: 3 additions & 1 deletion docs/wuancake_ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ AI零基础入门教程:https://uiiiuiii.com/illustrator/12122680.html

### 1.考核任务

使用Photoshop设计一个修改资料页面,原型以该原型图为准:http://7xnm42.com1.z0.glb.clouddn.com/UI.png ,要求在保证产品功能的前提下尽可能的美观,字号、配色、间距等细节良好。
使用Photoshop设计一个修改资料页面,原型以该原型图为准:https://coding.net/u/wuancake/p/wuancake/git/raw/master/tests/UI.png ,要求在保证产品功能的前提下尽可能的美观,字号、配色、间距等细节良好,不得修改产品需求。

完成该阶段考核任务即可进入煎饼计划开发组。

### 2.学习内容

Expand Down
8 changes: 5 additions & 3 deletions docs/wuancake_web.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 午安煎饼计划Web组学习内容 v2.1
# 午安煎饼计划Web组学习内容 v2.2

## 一、职业介绍

Expand Down Expand Up @@ -26,7 +26,7 @@ Web 建站技术中,HTML、HTML5、XHTML、CSS、SQL、JavaScript、PHP、ASP.

### 1.考核任务

用所学知识依照这个设计图编写网页,要具有较高的还原度:http://7xnm42.com1.z0.glb.clouddn.com/ftpm_128_bdd.zip
用所学知识依照这个设计图编写网页,要具有较高的还原度:https://coding.net/u/wuancake/p/wuancake/git/raw/master/tests/ftpm_128_bdd.zip

### 2.学习内容

Expand All @@ -48,14 +48,16 @@ JavaScript进阶篇:http://www.imooc.com/learn/10

### 1.考核任务

用所学知识,完成该任务:http://t.cn/R1QUaGK
用所学知识,完成该任务:https://github.com/wuancake/wuancake/blob/master/tests/wuan_vue_beginner.md

完成该阶段考核任务即可进入煎饼计划开发组。

### 2.学习内容

JavaScript教程:http://www.runoob.com/js/js-tutorial.html

vue2.5入门:https://www.imooc.com/learn/980

Vue.js中文文档:https://cn.vuejs.org/v2/guide/

微信小程序开发文档:https://developers.weixin.qq.com/miniprogram/dev/index.html
Expand Down

0 comments on commit cf8fb34

Please sign in to comment.