1 2 3 4 5 ··· 15 下一页

2017年5月17日

mangodb

摘要: http://www.runoob.com/mongodb/mongodb-query.html 阅读全文

posted @ 2017-05-17 09:13 老邱2 阅读(93) 评论(0) 推荐(0) 编辑

2017年5月16日

redis数据类型

摘要: 一、常用数据类型简介: redis常用五种数据类型:string,hash,list,set,zset(sorted set). 1.String类型 String是最简单的类型,一个key对应一个value 在list、set和zset中包含的独立的元素类型都是Redis String类型。 2. 阅读全文

posted @ 2017-05-16 17:39 老邱2 阅读(201) 评论(0) 推荐(0) 编辑

2017年5月9日

rmi远程方法调用

摘要: 服务端 1.接口 2.接口实现 3.服务注册 客户端调用 1.客户端接口 2.客户端实现 阅读全文

posted @ 2017-05-09 13:42 老邱2 阅读(132) 评论(0) 推荐(0) 编辑

2017年4月26日

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 阅读(67) 评论(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 阅读(167) 评论(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 阅读(190) 评论(0) 推荐(0) 编辑

eum枚举

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

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

2017年4月24日

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 阅读(155) 评论(0) 推荐(0) 编辑

2017年4月21日

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 阅读(142) 评论(0) 推荐(0) 编辑

2017年4月17日

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 阅读(131) 评论(0) 推荐(0) 编辑

1 2 3 4 5 ··· 15 下一页

导航