上一页 1 ··· 7 8 9 10 11 12 下一页
摘要: SpringMVC的定义:Spring Web MVC is the original web framework built on the Servlet API and included in the Spring Framework from the very beginning. 在Spri 阅读全文
posted @ 2018-08-21 23:43 colin220 阅读(1222) 评论(0) 推荐(0) 编辑
摘要: 根据业务建模型时,有一些字段基本每个表都是需要的,如下表: package com.company.jelly.model; import javax.persistence.EntityListeners; import javax.persistence.GeneratedValue; impo 阅读全文
posted @ 2018-08-17 00:09 colin220 阅读(114) 评论(0) 推荐(0) 编辑
摘要: Vue实例 每个 Vue 应用都是通过用 Vue 函数创建一个新的 Vue 实例开始的 插值 数据绑定最常见的形式就是使用“Mustache”语法(双大括号)的文本插值 指令 指令的定义:Directives are special attributes with the v- prefix. Di 阅读全文
posted @ 2018-08-16 11:38 colin220 阅读(127) 评论(0) 推荐(0) 编辑
摘要: 定义 Angular CLI:The Angular CLI is a command line interface tool that can create a project, add files, and perform a variety of ongoing development tas 阅读全文
posted @ 2018-08-01 22:00 colin220 阅读(135) 评论(0) 推荐(0) 编辑
摘要: 本文章主要记录Nodejs基础知识点 nodejs:一种高效的 JavaScript 运行环境。 npm:是随同 nodejs 一起安装的包管理工具,npm 管理对应 nodejs 的第三方插件,允许用户从 npm 服务器下载别人编写好的第三方包到本地,允许用户将自己编写的包上传到 npm 服务器供 阅读全文
posted @ 2018-07-25 19:23 colin220 阅读(106) 评论(0) 推荐(0) 编辑
摘要: 基础概念 JavaScript(以下简称Js)中数据类型:Number 字符串 布尔值 数组 对象(Js的对象是一组由键值对组成的无序集合) Js中基础概念:变量(概念和Java中变量概念类似 指示某个可变的量),Js为动态语言,变量本身类型不固定 Js中操作符:数学运算符 逻辑运算符 赋值运算符 阅读全文
posted @ 2018-07-22 21:38 colin220 阅读(158) 评论(0) 推荐(0) 编辑
摘要: Kafka作为众多Java消息中间件之一,有诸多优点。本文讲解Kafka的应用。学习一个新的知识点,建议先找一个demo,越简单越好的demo,跑通这个demo,了解大致原理,然后在分析细节,详细了解概念。 首先需要三个文件,分别是: 官网下载kafka_2.11-0.11.0.0的压缩包,下载地址 阅读全文
posted @ 2018-07-18 22:27 colin220 阅读(413) 评论(0) 推荐(0) 编辑
摘要: 设计模式(Design pattern)的定义: In software engineering, a software design pattern is a general, reusable solution to a commonly occurring problem within a g 阅读全文
posted @ 2018-07-16 20:57 colin220 阅读(189) 评论(0) 推荐(0) 编辑
摘要: 盒子模型(CSS basic box model):When laying out a document, the browser's rendering engine represents each element as a rectangular box according to the sta 阅读全文
posted @ 2018-07-15 13:49 colin220 阅读(116) 评论(0) 推荐(0) 编辑
摘要: annotation的概念 In the Java computer programming language, an annotation is a form of syntactic metadata that can be added to Java source code. Classes, 阅读全文
posted @ 2018-07-06 17:01 colin220 阅读(162) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 下一页