张虓敏

Results 29 comments of 张虓敏

```javascript //可以使用event.target var ofour = document.querySelector("#four"); ofour.addEventListener('mousewheel', function(e) { var zoom = parseInt(event.target.style.zoom, 10) || 100; zoom += event.wheelDelta / 12; if(zoom > 0) event.target.style.zoom = zoom + '%'; return...

18 张虓敏 SSH通常指的是 Struts2 做控制器(controller),spring 管理各层的组件,hibernate 负责持久化层。 SSM则指的是 SpringMVC 做控制器(controller),Spring 管理各层的组件,MyBatis 负责持久化层。 # 共同点 1.Spring依赖注入DI来管理各层的组件。 2.使用面向切面编程AOP管理事物、日志、权限等。 # 不同点 1.Struts2 和 SpringMVC 控制器(controller)控制视图和模型的交互机制的不同, Struts2是Action类级别,SpringMVC是方法级别,更容易实现RESTful风格。 # Hibernate 和 MyBatis 两种ORM框架对比 # 两者的相同点...

18 张虓敏 [tab选项卡](https://wabxq.github.io/Vue.JS/day0312/tab.html)

18 张虓敏 [简历](https://wabxq.github.io/Vue.JS/day0419/index.html)

18张虓敏,老师好

18张虓敏 老师,新年快乐!!!!

18 张虓敏 ![default](https://user-images.githubusercontent.com/25890658/36962979-8b95e6a2-208c-11e8-8b61-fc7c5130a442.PNG)

18 张虓敏 [todolist](https://wabxq.github.io/Vue.JS/day0314/index.html) [todolist2](https://wabxq.github.io/Vue.JS/day0319/index.html)