- 博客(9)
- 收藏
- 关注
转载 Logback.xml 配置文件
<!-- Copyright 2010-2011 The myBatis Team Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtai
2015-06-03 08:49:02
494
原创 JDK TOMCAT备忘
JDK下载地址:http://www.oracle.com/technetwork/java/javase/downloads/java-archive-downloads-javase6-419409.html tomcat服务安装:service installtomcat内存配置:-XX:PermSize=1536M-XX:MaxPermSize=2048M-XX:-Us
2015-05-18 17:16:02
353
转载 java.sql.Types对应SQLServer2008的一些值
public final static int BIT = -7;public final static int TINYINT = -6;public final static int SMALLINT = 5;public final static int INTEGER = 4;public final static int BIGINT = -5;
2015-05-11 08:48:48
352
原创 PL/SQL Developer连接Oracle数据库(安装配置instantclient,无需安装oracle)
使用instant-client,可以避免安装oracle,即可链接oracle数据库环境配置:1..到oracle官网下载instantclient basic包,解压缩到E:\oracle\instantclient_11_2,地址http://www.oracle.com/technetwork/database/features/instant-client/index-097
2013-10-28 10:15:45
689
转载 hibernate配置文件备忘
如果不需要 value="none" validate 加载hibernate时,验证创建数据库表结构 create 每次加载hibernate,重新创建数据库表结构,这就是导致数据库表数据丢失的原因。 create-drop 加载hibernate时创建,退出是删除表结构 update
2013-03-21 09:00:51
455
原创 ubuntu 安装部署apache
1.http://www.apache.org/ 下载apache原代码包。放在/usr/local 目录下。2.解压进入下载的文件夹remind@ubuntu-server:~$ cd /usr/local解压出httpd-2.2.19文件夹remind@u
2011-08-24 15:46:17
328
原创 ubuntu安装配置mysql
一、安装mysql1。下载和解压缩首先跑去http://dev.mysql.com/downloads/mysql/5.0.html#downloads,下载一个Mysql。我下载的是mysql-5.1.58-linux-i686-glibc23.tar.gz,各位要
2011-08-18 13:42:03
409
原创 Solr1.4安装配置
1. 安装Java 虚拟机2. 下载安装tomcat,版本5.5以上。安装目录:例如D:\mypro\solr,检查tomcat安装。http://localhost:8080/ 正常打开tomcat页面则为安装正确。3. 找到D:\mypro\solr\co
2011-08-17 11:38:14
563
转载 ubuntu11安装部署JDK
首先下载JDK, 我这里用的是SunJDK1.6.0_26版本, 因Ubuntu中不能用rpm,所以下载时选择了jdk-6u26-linux-i586.bin文件。ubuntu中的/usr类似于windows的ProgramFiles。因要将JDK安装到/usr/
2011-08-17 10:15:08
752
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人