04 2020 档案
摘要:①在applicationContext.xml中引入 <import resource="classpath:/config/applicationContext-ehcache.xml"/> ②配置applicationContext-ehcache.xml文件 <?xml version="1
阅读全文
摘要:①如果在后台存储的list model.addAttribute("slideList", flashManageExtendMapper.selectByMap(map)); public void getSlideList(Model model, String cnEn){ Map<Strin
阅读全文
摘要:去百度官网http://api.map.baidu.com/lbsapi/creatmap/生成地图api,将html下载下来,并进行修改为如下 <%@ page contentType="text/html; charset=UTF-8" %> <%@ page import="com.fjep.
阅读全文
摘要:jsp中正常引入JSTL标签库: <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>即可
阅读全文
摘要:id相当于身份证,不可重复; class相当于姓名,可以重复。 一个HTML标签只能绑定一个id属性 一个HTML标签可以绑定多个class属性 id选择器以"#"开头, class选择器以"."开头 *使用id选择器书写的超链接css样式*/ #aICP:link{ text-decoration
阅读全文

浙公网安备 33010602011771号