1、确保绑定元素的正确性。尽量对一个图元进行绑定事件。 2、确保图层的顺序。例如,你编写了一个tooltip功能。mouseover元素A后,tooltip图层的z-index一定比当前元素A的z-index大的,这可能就形成tooltip组件对元素A的覆盖问题。鼠标稍微移动,会自动触发元素A的mo ...
分类:
其他好文 时间:
2020-06-28 18:40:21
阅读次数:
54
Spring 的历史 本文主要去介绍spring 的历史和每个版本发布的不同的功能。 0.9 Spring的第一次出现在2020年的“Expert One-on-One J2EE Design and Developmen”上。 这次带来的有 JavaBeans 配置管理 JDBC抽象层 MVC框架 ...
分类:
编程语言 时间:
2020-06-28 18:33:18
阅读次数:
120
1.XML是一种可扩展标记语言,标签自定义;功能是存储数据-->做配置文件,在网络中传输;2.和HTML的区别:one:xml标签自定义,HTML标签是预定义two:xml语法严格,HTML语法松散three:xml是存储数据的,HTML是展示效果3.基本语法:one:xml文档的后缀名.xmltw ...
分类:
其他好文 时间:
2020-06-28 18:03:30
阅读次数:
96
D:\go\src>mkdir %GOPATH%\src\golang.org\x 子目录或文件 D:\go\src\golang.org\x 已经存在。 D:\go\src>mkdir %GOPATH%\src\golang.org\x D:\go\src>cd %GOPATH%/src/gola ...
`<!doctype html> 拍照 拍照 --> !(function () { function takePhotos() { if (videoPlaying) { let canvas = document.getElementById('canvas'); canvas.width = ...
分类:
Web程序 时间:
2020-06-28 14:57:59
阅读次数:
59
Servlet:交互层框架的应用JSP最大的优势就是安全!!!【电信、金融项目】互联网才会:前后端分离Tomcat【1】在server.xml文件中,修改端口【2】80端口可以忽略不写配置maven工程:严格按照顺序配置【1】新建Maven工程,并【2】新建成功后,需要重新修改工程属性:【3】配置p... ...
分类:
其他好文 时间:
2020-06-28 13:30:17
阅读次数:
58
一、脚本 #!/bin/bash #**************************************************** #Date: 2020-06-28 #Author: Damon Ye #FileName: UpTimeMonitor.sh #Description:Th ...
分类:
其他好文 时间:
2020-06-28 12:45:16
阅读次数:
74
Three General Guidelines of Recycling Recycle all bottles, cans, and paper Keep items relatively clean Don’t mix plastic bags in with the rest of your ...
分类:
其他好文 时间:
2020-06-28 09:41:50
阅读次数:
60
1. Your goal in this kata is to implement a difference function, which subtracts one list from another and returns the result. It should remove all va ...
分类:
其他好文 时间:
2020-06-28 09:41:17
阅读次数:
75
link referenct to @617280219 Sort and group edges by weight. In each step we process one group of edges Discard the edges whose ends are already conne ...
分类:
其他好文 时间:
2020-06-28 09:37:19
阅读次数:
70