摘要:
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi 阅读全文
摘要:
在使用a标签的时候,4个状态设定颜色,:link总是不显示,或者被:visited所替代; 例如: <a href="">大美女</a> <a href="">大美女</a> <a href="">大美女</a> <a href="">大美女</a> <a href="">大美女</a> <a hr 阅读全文
摘要:
<%-- Created by IntelliJ IDEA. User: dell Date: 2022/7/22 Time: 16:57 To change this template use File | Settings | File Templates. --%> <%@ page cont 阅读全文
摘要:
<%-- Created by IntelliJ IDEA. User: dell Date: 2022/7/22 Time: 16:57 To change this template use File | Settings | File Templates. --%> <%@ page cont 阅读全文
摘要:
一、用到的图片 二、编写页面的代码 <%-- Created by IntelliJ IDEA. User: dell Date: 2022/7/7 Time: 20:01 To change this template use File | Settings | File Templates. - 阅读全文
摘要:
html标签 - 可以实现多种滚动效果,无需js控制。使用marquee标记不仅可以移动文字,也可以移动图片,表格等.只需要在内部输入要滚动的内容即可。 一、标签属性 1.滚动方向direction(包括4个值:up、 down、 left和 right) 语法:... 2.滚动方式behavior 阅读全文
摘要:
把 PageHelper.startPage(page,5);方法获取数据列表的上方如下所示: PageHelper.startPage(page,5); List<Collectp> collectpList=collectpService.selectCollectUid(uid); PageI 阅读全文