摘要: 在当前目录中新建文件保存为(删除git信息.bat)在其写入:for /r . %%a in (.) do @if exist "%%a\.git" rd /s /q "%%a\.git" 点击运行即可 运行之前 点击运行之后: 阅读全文
posted @ 2017-06-11 16:37 hcw_19 阅读(3254) 评论(0) 推荐(0) 编辑
摘要: items.py 1 # -*- coding: utf-8 -*- 2 3 # Define here the models for your scraped items 4 # 5 # See documentation in: 6 # http://doc.scrapy.org/en/late 阅读全文
posted @ 2017-06-11 16:14 hcw_19 阅读(506) 评论(0) 推荐(0) 编辑
摘要: 直接上代码: items.py 1 # -*- coding: utf-8 -*- 2 3 # Define here the models for your scraped items 4 # 5 # See documentation in: 6 # http://doc.scrapy.org/ 阅读全文
posted @ 2017-06-11 15:52 hcw_19 阅读(428) 评论(0) 推荐(0) 编辑
摘要: 1. 前台功能模块 基本模块:登录 注册 找回密码 / 全局搜索 / 个人中心, 课程功能:课程管理 / 讲师管理 / 授课机构管理 热门推荐 相关课程推荐 用户操作管理:用户收藏 / 课程评论 2.后台管理系统课程管理模块:课程管理 / 课程资源管理 / 课程评论管理/轮播课程管理认证和授权管理: 阅读全文
posted @ 2017-06-11 15:21 hcw_19 阅读(1880) 评论(0) 推荐(1) 编辑