摘要: 介绍 Vue.js是一套构建用户界面的渐进式框架。Vue 只关注视图层,采用自底向上增量开发的设计。Vue 的目标是通过尽可能简单的 API 实现响应的数据绑定和组合的视图组件。 vue是一个mvvm的框架模式,HTML是模板,何为双向绑定,就是你的页面输入会绑定到js里面,同时js的变动也会体现在 阅读全文
posted @ 2018-06-20 15:09 Y_DeamSail 阅读(909) 评论(0) 推荐(0) 编辑
摘要: package com.test;public class Test { public static void main(String []args) { Integer a = 100;//此处若使用new,则==值必为false Integer b = 100; System.out.print 阅读全文
posted @ 2018-01-05 16:13 Y_DeamSail 阅读(1818) 评论(0) 推荐(0) 编辑