摘要: 1. 工程地址:https://github.com/digitalClass/web_page 网站发布地址: http://115.28.30.25:8029/ ppt展示页面: http://115.28.30.25:8029/classroom/3/ch1/1/ 2. 今天后端的同学告诉我说 阅读全文
posted @ 2016-07-22 20:52 枯萎的海风 阅读(202) 评论(0) 推荐(0) 编辑
摘要: 1. 工程地址:https://github.com/digitalClass/web_page 网站发布地址: http://115.28.30.25:8029/ 2. 今天遇到一个小问题, 同组的同学把咱们github上的代码给覆盖了, 喜大普蹦, 还好git 支持回溯功能 3. 另外和王同学讨 阅读全文
posted @ 2016-07-20 21:54 枯萎的海风 阅读(789) 评论(0) 推荐(0) 编辑
摘要: 1. 工程地址:https://github.com/digitalClass/web_page 网站发布地址: http://115.28.30.25:8029/ 2. 用到的技术主要还是jquery 和 javascript, 涉及几个关键点: 1. 捕获鼠标的移动移动事件 2. ajax 动态 阅读全文
posted @ 2016-07-19 15:51 枯萎的海风 阅读(202) 评论(0) 推荐(0) 编辑
摘要: 1. 工程地址:https://github.com/digitalClass/web_page 网站发布地址: http://115.28.30.25:8029/ 2. 由于后端同学希望按照 stackoverflow 的样式来展示http://stackoverflow.com/question 阅读全文
posted @ 2016-07-18 22:41 枯萎的海风 阅读(255) 评论(0) 推荐(0) 编辑
摘要: 工作总结 与王同学讨论了一下前后端的交互的一些东西, 发现咱们预想的风格有些不一样, 我想模仿网易云课堂, 不过他想模仿stackflow, 估计前端的评论区要重写 这两天白忙活了。。。。 数据库数据配置真的好费劲, 结果最后发现, 王同学直接把我想要的python 数据结构写到了笔记中 。。。。。 阅读全文
posted @ 2016-07-17 17:15 枯萎的海风 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 1.这次主要涉及前后端的数据交互 jquery 教程: http://www.w3school.com.cn/jquery/index.asp 2.工程地址:https://github.com/digitalClass/web_page 网站发布地址: http://115.28.30.25:80 阅读全文
posted @ 2016-07-16 22:07 枯萎的海风 阅读(522) 评论(0) 推荐(0) 编辑
摘要: 1.本次用到错误提示文字的颜色 http://v3.bootcss.com/css/#forms jquery 教程: http://www.w3school.com.cn/jquery/index.asp 2.工程地址:https://github.com/digitalClass/web_pag 阅读全文
posted @ 2016-07-15 23:06 枯萎的海风 阅读(1346) 评论(0) 推荐(0) 编辑
摘要: 1.本次用到的控件资料 按钮组作为翻页按钮 : http://v3.bootcss.com/components/#btn-groups-single 2.工程地址:https://github.com/digitalClass/web_page 网站发布地址: http://115.28.30.2 阅读全文
posted @ 2016-07-14 18:57 枯萎的海风 阅读(434) 评论(0) 推荐(0) 编辑
摘要: 1. 这次借助了表格组件, 参考资料地址: http://v3.bootcss.com/css/#tables 2. 使用了query 进行对鼠标移入移出表格进行响应 参考资料地址: http://www.w3school.com.cn/jquery/ 3. 项目的github 地址:https:/ 阅读全文
posted @ 2016-07-13 14:38 枯萎的海风 阅读(446) 评论(0) 推荐(0) 编辑
摘要: 1. 这个功能比较简单, 主要参考bootstrap 表单功能 http://v3.bootcss.com/css/#forms 2. 遇到的问题 点击submit 提交, 抓包工具没有抓取到相应的表单数据, 问题原因在于, form 表单的数据都是通过 表单中 的name 属性进行提交的, 而我们 阅读全文
posted @ 2016-07-12 15:59 枯萎的海风 阅读(690) 评论(5) 推荐(0) 编辑