北师大历史系65级同学在中阿之轴 北师大历史系65级同学在西夏王陵 北师大历史系65级同学在西夏王陵 北师大历史系65级同学在董府 北师大历史系65级同学在董府 北师大历史系65级同学在董府 北师大历史系65级同学在董府 北师大历史系65级同学在鸿乐府 北师大历史系65级同学在板桥道堂 北师大历史系 ...
分类:
其他好文 时间:
2016-11-01 18:42:51
阅读次数:
233
<header id="masthead" class="masthead" role="banner"> <h1 class="accessible">Fidelity Worldwide Investment</h1> <nav class="navigation" role="navigati ...
分类:
其他好文 时间:
2016-11-01 18:43:22
阅读次数:
270
如果没有安装vim就请使用:sudo apt-get install vim 一个完整的.vimrc配置信息如下所示: set nocompatible set nummber filetype on set history=1000 set background=dark syntax on se ...
分类:
系统相关 时间:
2016-11-01 18:41:38
阅读次数:
202
https://www.simple-talk.com/sql/learn-sql-server/showplan-operator-of-the-week-lazy-spool/ ...
分类:
数据库 时间:
2016-11-01 18:41:58
阅读次数:
160
// main方法 public static void main(String[] args) { timerEnter(); } // 设定指定任务task在指定延迟delay后进行固定延迟peroid的执行 // schedule(TimerTask task启动任务, long delay第 ...
分类:
其他好文 时间:
2016-11-01 18:42:04
阅读次数:
245
镜像地址:http://mirrors.cnnic.cn/apache/tomcat/tomcat-6/v6.0.47/bin/ typora编写makedown文件 羚羊云api开发:http://doc.topvdn.com/api/index.html#!public-doc/integrat ...
分类:
其他好文 时间:
2016-11-01 18:39:35
阅读次数:
501
web.xml 文件配置01 前言:一般的web工程中都会用到web.xml,方便开发web工程。web.xml主要用来配置Filter、Listener、Servlet等。但是要说明的是web.xml并不是必须的,一个web工程可以没有web.xml文件。 1、定义头和根元素 部署描述符文件就像所 ...
分类:
Web程序 时间:
2016-11-01 18:39:04
阅读次数:
238
前面一篇已经安装好了ETCD、docker与flannel(k8s1.4.3安装实践记录(1)),现在可以开始安装k8s了 1、K8S 目前centos yum上的kubernetes还是1.2.0,因此我们只能是使用下载的安装包,进行kubernetes的安装 1.1 K8S下载 使用wget 或 ...
分类:
其他好文 时间:
2016-11-01 18:39:56
阅读次数:
964
1.文本框焦点问题 onBlur:当失去输入焦点后产生该事件 onFocus:当输入获得焦点后,产生该文件 Onchange:当文字值改变时,产生该事件 Onselect:当文字加亮后,产生该文件 <input type="text" value="郭强" onfocus="if(value=='郭 ...
分类:
编程语言 时间:
2016-11-01 18:39:46
阅读次数:
214
版权声明:本文由李航原创文章,转载请注明出处: 文章原文链接:https://www.qcloud.com/community/article/109 来源:腾云阁 https://www.qcloud.com/community 本文的目的:分享一下在学校的时候分析shell源码的一些收获,帮助大 ...
分类:
系统相关 时间:
2016-11-01 18:39:24
阅读次数:
255
以C3P0连接池为例:由于C3P0是第三方,我们无法使用注解将其定义为bean,因此需要在applicationContext.xml中配置: 1 <!-- 导入配置文件 --> 2 <context:property-placeholder location="classpath:dataSour ...
分类:
数据库 时间:
2016-11-01 18:37:41
阅读次数:
291
1. 使用普通类模拟枚举 2. 使用抽象类模拟枚举 使用抽象类模拟可以免除写大量的if-else语句,不需要对每个对象进行判断,只需要有具体实现类完成即可 3. 枚举类 普通的枚举类末尾不需要写分号 4. 带构造参数枚举 枚举中每个变量都是static final的 5. 带抽象函数的枚举 6. 枚 ...
分类:
其他好文 时间:
2016-11-01 18:39:18
阅读次数:
151
白茶主要有两类,一类是浙江的安吉白茶;另一类是福建的福鼎白茶。两者都称为“白茶”,但是两者相差甚远。安吉白茶属于绿茶,福鼎白茶属于白茶。 安吉白茶是什么茶 浙江安吉白茶 安吉白茶干茶 明前安吉白茶茶汤 安吉白茶是一种“白叶茶”,按照绿茶的加工方式制成,属于绿茶不发酵类型的茶,其叶片白是天然形成的。每 ...
分类:
其他好文 时间:
2016-11-01 18:38:21
阅读次数:
134
题目要求: Given an array nums, write a function to move all 0's to the end of it while maintaining the relative order of the non-zero elements. For exampl ...
分类:
其他好文 时间:
2016-11-01 18:37:34
阅读次数:
144
1、两种排序方式分别有不同的排序规则设定模式 a> 用于compare方式排序的mapRule规则 b>用于遍历排序的ArrayList规则 2、生成一个用于排序的测试list 3、进行排序 ...
分类:
编程语言 时间:
2016-11-01 18:37:06
阅读次数:
250
题目要求: Write a program that outputs the string representation of numbers from 1 to n. But for multiples of three it should output “Fizz” instead of the ...
分类:
其他好文 时间:
2016-11-01 18:36:52
阅读次数:
128
身份证 /(^\d{15}$)|(^\d{17}([0-9]|X)$)/ 护照 /^[a-zA-Z0-9]{3,21}$/ /^(P\d{7})|(G\d{8})$/ 军官证或士兵证 /^[a-zA-Z0-9]{7,21}$/ 港澳回归证 和 台胞证/^[a-zA-Z0-9]{5,21}$/ 出生证 ...
分类:
Web程序 时间:
2016-11-01 18:36:20
阅读次数:
927