摘要: 以3个应用(5个页面)来记录一下如何提取模板: 一、页面展示 news/index.html course/course.html doc/download.html news/search.html user/register.html 二、页面分析 抽取模板要先对应用内的网页进行分析,找出网页之 阅读全文
posted @ 2020-03-29 22:58 找回失去的自我 阅读(318) 评论(0) 推荐(0)
摘要: SQL语句分类: 1.DCL(Data Control Language):使用超级用户创建用户、授权 2.DQL(Data Query Language):查询表记录 3.DML (Data Munipulation Language):增加、删除、修改表记录 4.DDL (Data Defini 阅读全文
posted @ 2020-03-29 10:02 找回失去的自我 阅读(305) 评论(0) 推荐(0)