06 2017 档案
摘要:Nginx 安装 系统平台:CentOS release 6.6 (Final) 64位。 一、安装编译工具及库文件 二、首先要安装 PCRE PCRE 作用是让 Nginx 支持 Rewrite 功能。 1、下载 PCRE 安装包,下载地址: http://downloads.sourceforg
阅读全文
摘要:首先下载Maven并解压,并移动到usr/local目录下 $ tar vxf apache-maven-3.2.3-bin.tar.gz $ mv apache-maven-3.2.3 /usr/local/maven3 修改环境变量,在/etc/profile中添加以下几行 MAVEN_HOME
阅读全文
摘要:private int hash; // Default to 0 public int hashCode() { int h = hash; if (h == 0 && value.length > 0) { char val[] = value; for (int i = 0; i < value.length;...
阅读全文
摘要:package com;import java.text.DateFormat;import java.text.ParseException;import java.text.SimpleDateFormat;import java.util.Calendar;import java.util.Date;public class DateTest { public static void...
阅读全文
摘要:/** * 获取本周、本季度、本月、上月的开始日期、结束日期 */ var now = new Date(); //当前日期 var nowDayOfWeek = now.getDay(); //今天本周的第几天 var nowDay = now.getDate(); //当前日 var nowMonth = now.getMonth(); //当前月 var nowYear = now.g...
阅读全文
摘要:public class ListTest { public static void main(String[] args) { List a1=new ArrayList(); for (int i = 0; i a2=new ArrayList(); for (int i = 0; i a3=new HashSet(); ...
阅读全文

浙公网安备 33010602011771号