response.setHeader("Cache-Control","no-cache"); This is used to prevent the browser from caching your dynamic content generated by a JSP or Servlet. Y ...
分类:
系统相关 时间:
2021-03-17 14:45:16
阅读次数:
0
<!DOCTYPE html> 2 <html> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5 <meta name="viewport" content="initial-sca ...
1.效果图 2.创建显示框 <style> img[src=""],img:not([src]){ opacity:0; } </style> <body> <! 创建悬浮框--> <img id="s" src="" style="width: 300px; height: 300px;"> </ ...
分类:
其他好文 时间:
2021-03-17 14:31:09
阅读次数:
0
常见的,Ckeditor有以下的配置方法: 第一种:通过修改config.js文件对Ckeditor进行配置! 最常用的配置项无外乎也就三个: config.width:编辑器的宽 config.height:编辑器的高 config.uiColor:编辑器的颜色,其中uiColor中的C必须大写, ...
分类:
其他好文 时间:
2021-03-17 14:20:00
阅读次数:
0
https://www.imperva.com/learn/application-security/osi-model/ What Is the OSI Model The Open Systems Interconnection (OSI) model describes seven layer ...
分类:
其他好文 时间:
2021-03-16 14:01:01
阅读次数:
0
1、属性的增强写法 const name = 'why'; const age = 18; const height = 1.88 //原来的写法 const obj = { name: name, age: age, height: height } //增强后写法 const obj = { n ...
分类:
其他好文 时间:
2021-03-16 13:56:16
阅读次数:
0
1. 阐述Hadoop生态系统中,HDFS, MapReduce, Yarn, Hbase及Spark的相互关系,为什么要引入Yarn和Spark。 HDFS是Hadoop体系中数据存储管理的基础,它是一个高度容错的系统,能检测和应对硬件故障,在低成本的通用硬件上运行。 HBase构建在HDFS之上 ...
分类:
其他好文 时间:
2021-03-16 13:21:18
阅读次数:
0
#前端学习——基础篇 ##四、CSS学习 4.7、css三大特性 一、继承性 子元素继承父元素的样式 不是所有的属性都能被继承(width、height、background、padding、border、margin、text-decoration) 可以继承的属性(部分): 字体系列属性 fon ...
分类:
Web程序 时间:
2021-03-16 13:20:18
阅读次数:
0
在配置好git环境后(即可以执行git命令): https://git-scm.com/downloads git init 初始化成git项目 git remote add origin https://github.com/18476305640/GitUp1.git 在项目加加入远程仓库信息, ...
分类:
其他好文 时间:
2021-03-16 11:44:47
阅读次数:
0
react-loadable简单实现 什么是react-loadable npm desc:A higher order component for loading components with dynamic imports.一个异步加载component的高阶组件 组件拆分 做路由拆分可以达到 ...
分类:
其他好文 时间:
2021-03-16 11:43:46
阅读次数:
0