04 2017 档案

tomcat linux使用
摘要:1.下载 http://mirrors.hust.edu.cn/apache/tomcat/tomcat-8/v8.0.43/bin/apache-tomcat-8.0.43.tar.gz 通过shell上传linux服务器 tomcat在linux解压即用 阅读全文

posted @ 2017-04-26 14:32 老邱2 阅读(72) 评论(0) 推荐(0)

放射及properties文件读取
摘要:package com.forname; import java.io.IOException; import java.io.InputStream; import java.util.Properties; public class User { public void ff(){ System.out.println("User.ff()"); } ... 阅读全文

posted @ 2017-04-26 13:49 老邱2 阅读(178) 评论(0) 推荐(0)

spring-aop深入
摘要:4.1.3.RELEASE 1.6.11 UTF-8 junit junit 3.8.1 test org.springframework ... 阅读全文

posted @ 2017-04-26 13:39 老邱2 阅读(196) 评论(0) 推荐(0)

eum枚举
摘要:1.枚举案例 阅读全文

posted @ 2017-04-26 11:06 老邱2 阅读(154) 评论(0) 推荐(0)

maven jetty配置
摘要:<plugin> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-maven-plugin</artifactId> <version>9.2.10.v20150310</version> <configuration> <scanInt 阅读全文

posted @ 2017-04-24 14:31 老邱2 阅读(163) 评论(0) 推荐(0)

nginx 安装配置
摘要:1.下载 wget: http://nginx.org/download/nginx-1.4.2.tar.gz 2.安装pcre yum install pcre pcre-devel 3.解压 tar zxvf nginx cd nginx-1.4.2 ./configure --prefix=/ 阅读全文

posted @ 2017-04-21 15:28 老邱2 阅读(149) 评论(0) 推荐(0)

mysql分表
摘要:建立User1 CREATE TABLE IF NOT EXISTS `user1` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) DEFAULT NULL, `sex` int(1) NOT NULL DEFAULT '0', 阅读全文

posted @ 2017-04-17 16:05 老邱2 阅读(135) 评论(0) 推荐(0)

mysql分区
摘要:1、建立语句 CREATE TABLE IF NOT EXISTS `user` ( `id` int(11) NOT NULL AUTO_INCREMENT COMMENT '用户ID', `name` varchar(50) NOT NULL DEFAULT '' COMMENT '名称', ` 阅读全文

posted @ 2017-04-17 15:56 老邱2 阅读(135) 评论(0) 推荐(0)

execel表
摘要:package spring;import java.io.File;import java.io.IOException;import java.util.List;import jxl.Workbook;import jxl.write.Label;import jxl.write.Writab 阅读全文

posted @ 2017-04-17 09:42 老邱2 阅读(181) 评论(0) 推荐(0)

vfs虚拟文件系统
摘要:https://my.oschina.net/tinyframework/blog/170741 package com.vfs; import org.junit.Test;import org.tinygroup.vfs.FileObject;import org.tinygroup.vfs.V 阅读全文

posted @ 2017-04-10 09:06 老邱2 阅读(313) 评论(0) 推荐(0)

1
摘要:http://blog.csdn.net/wangyan199366/article/details/49868265 阅读全文

posted @ 2017-04-07 09:44 老邱2 阅读(82) 评论(0) 推荐(0)

spring教程
摘要:一.关于 Spring 框架是一个开源的 Java 平台,它为容易而快速的开发出耐用的 Java 应用程序提供了全面的基础设施。 Spring 框架最初是由 Rod Johnson 编写的,并且 2003 年 6 月首次在 Apache 2.0 许可下发布。 本教程是基于在 2015 年 3 月发布 阅读全文

posted @ 2017-04-06 16:04 老邱2 阅读(129) 评论(0) 推荐(0)

导航