摘要: 先看document 的两个常见的方法 1. document.createTextNode .Constructor :Text 2. document.createElement .Constructor :HTML*Elemnt 此处涉及到DOM API :Text,Node,Element 阅读全文
posted @ 2021-03-12 17:52 dousil 阅读(485) 评论(0) 推荐(0)
摘要: 1. spring 是什么 spring 是轻量级的IOC,AOP容器框架。为java 程序提供基础服务的一套框架。目的是为了简化开发,让程序员只关心业务需求。 2. spring 的七个模块 SPring context , 提供bean的访问方式,定时任务。 Spring Core .核心类库所 阅读全文
posted @ 2021-03-12 17:08 dousil 阅读(46) 评论(0) 推荐(0)
摘要: 感谢作者:https://cn.vuejs.org/v2/guide/forms.html 全局组件 Vue.component('component-a', { /* ... */ }) Vue.component('component-b', { /* ... */ }) Vue.compone 阅读全文
posted @ 2021-03-12 11:51 dousil 阅读(63) 评论(0) 推荐(0)
摘要: 非常感谢作者,写的非常牛逼:https://cn.vuejs.org/v2/guide/ VUE : HELLO WORLD <!DOCTYPE html> <html> <head> <title>My first Vue app</title> <script src="https://unpk 阅读全文
posted @ 2021-03-12 10:41 dousil 阅读(104) 评论(0) 推荐(0)