一、基础内容 0、官方文档说明 (1)org.apache.lucene.index provides two primary classes: IndexWriter, which creates and adds documents to indices; and IndexReader, wh ...
分类:
Web程序 时间:
2017-08-02 16:58:53
阅读次数:
265
Simple Layout Let's take a look at the simple page layout that we saw earlier in the course. The simple page master that creates this layout is shown ...
分类:
其他好文 时间:
2017-08-01 16:35:39
阅读次数:
224
微信小程序在无论在功能、文档及相关支持方面,都是优于前面几种微信账号类型,它提供了很多原生程序才有的接口,使得我们的小程序在很多方面突破H5页面应用的限制,更加接近原生程序的功能,因此微信小程序具有很大的前景想象力。它提供了自己的视图层描述语言 WXML 和 WXSS,以及基于 JavaScript ...
分类:
微信 时间:
2017-08-01 15:37:59
阅读次数:
365
1 、简单工厂模式 调用者:如何没有使用工厂模式 如果使用简单工厂模式: 简单工厂的缺点: 下面我们来看工厂模式: 我们首先定义了工厂抽象类的接口: 抽象工厂模式: 比如一个汽车的一个产品族:包括汽车发动机、汽车座椅 汽车 轮胎 一个高端的汽车由高端发动机、高端座椅、高端轮胎构成 ...
分类:
其他好文 时间:
2017-07-30 20:31:44
阅读次数:
164
2017-07-29 12:59:14 一、简介 1、Vector继承关系 2、Vector类扩容 Vector类的实现和ArrayList极其相似,都使用数组存储元素,但是扩容策略不一样,ArrayList基本是按照1.5倍的思路扩容,Vector是按照创建Vector对象时设置的capacity ...
分类:
编程语言 时间:
2017-07-29 15:25:29
阅读次数:
267
<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <script> //创建select元素 function createSelect(){ var ele = document.createElement('s ...
分类:
其他好文 时间:
2017-07-27 17:03:00
阅读次数:
146
使用express创建node服务器有两种方法,如下所示: 方法一: 这是我们常用的一种创建node服务器的方式。 写vue项目时使用的vue-cli脚手架使用的就是这种创建方式。 方法二: 从表面上来看,区别就是第一种方法直接使用express提供了服务器实例作为服务器进行监听,而第二种方法是在e ...
分类:
其他好文 时间:
2017-07-27 01:02:39
阅读次数:
167
1 // 2 //导出考试成绩表 3 // 4 //考试ID 5 // 6 public FileResult exportExam(int ksid) 7 { 8 var Service = new ExamPeopleService(); 9 ... ...
分类:
其他好文 时间:
2017-07-26 17:59:30
阅读次数:
133
This section lists terms and definitions you should be familiar with before getting deeper into Docker. For further definitions, see the extensiveglos ...
分类:
其他好文 时间:
2017-07-24 00:15:50
阅读次数:
232
When using Docker, a developer creates an app or service and packages it and its dependencies into a container image. An image is a static representat ...
分类:
其他好文 时间:
2017-07-24 00:07:51
阅读次数:
144