上一页 1 ··· 296 297 298 299 300 301 302 303 304 ··· 498 下一页
摘要: 1. Create a rest folder with JAXRSConfiguration.java: 2. Create Endpoint file: BookEndpoint.java: 阅读全文
posted @ 2018-08-04 22:31 Zhentiw 阅读(482) 评论(0) 推荐(0)
摘要: Vue provide some shortcut methods: @mousemove.stop is comparable to e.stopPropogation() @mousemove.prevent this is like e.preventDefault() @submit.pre 阅读全文
posted @ 2018-08-04 15:38 Zhentiw 阅读(182) 评论(0) 推荐(0)
摘要: So what is a Bean, in JavaEE, any class expect Entity are Bean. One usefully thing in Bean is Dependency injection. Just like Angular, it is just a Cl 阅读全文
posted @ 2018-08-03 02:00 Zhentiw 阅读(228) 评论(0) 推荐(0)
摘要: This lesson shows how you can extend and reuse logic in Vue components using TypeScript inheritance. It will take you through extending a component, i 阅读全文
posted @ 2018-08-02 23:03 Zhentiw 阅读(2817) 评论(0) 推荐(0)
摘要: Code for upload iamges: chooseImage: choose the images to upload previewImage: preview the image and enable slide Upload to the server: 阅读全文
posted @ 2018-08-01 16:45 Zhentiw 阅读(350) 评论(0) 推荐(0)
摘要: When we create Entity and Respority, we also need to do validations to protect our data. In Java, validations are built-in, using decorators. For Type 阅读全文
posted @ 2018-08-01 16:17 Zhentiw 阅读(403) 评论(0) 推荐(0)
摘要: Router Scroll Position Restoration: remember and restore scroll position as the user navigates around an application. ShadowDOM v1 View Encapsulation: 阅读全文
posted @ 2018-07-31 22:26 Zhentiw 阅读(198) 评论(0) 推荐(0)
摘要: JavaScript中有两种不同数据类型的值,分别是基本数据类型与引用数据类型 基本数据类型包含5类,分别是:Number、String、Boolean、Null、Undefined 引用数据类型包含剩下的Array、Date、Math、RegExp、Object、Function等 将一个值赋给变 阅读全文
posted @ 2018-07-31 22:20 Zhentiw 阅读(244) 评论(0) 推荐(0)
摘要: Components with slots can expose their data by passing it into the slot and exposing the data using slot-scope in the template. This approach allows y 阅读全文
posted @ 2018-07-30 23:00 Zhentiw 阅读(580) 评论(0) 推荐(0)
摘要: We have model like this: 1 package com.pluralsight.bookstore.model; 2 3 import javax.persistence.*; 4 import java.util.Date; 5 6 /** 7 * @author Anton 阅读全文
posted @ 2018-07-30 22:27 Zhentiw 阅读(359) 评论(0) 推荐(0)
上一页 1 ··· 296 297 298 299 300 301 302 303 304 ··· 498 下一页