原文:oracl使用DataBase Configuration Assistant创建、删除数据库可以使用DataBase Configuration Assistant来创建一个心得数据库。Database Configuration Assistant简称是DBCA,是创建、配置以及管理数据库...
分类:
数据库 时间:
2014-12-09 00:19:57
阅读次数:
335
原文:怎样新建Oracle数据库新建Oracle数据库三种方法:1.通过运行Oracle Database Configuration Assistant 创建配置或删除数据库(也可在命令行下输入dbca);2.用命令行的方式建立数据库3.通过运行自定义的批处理脚本(或create_ORACLE_S...
分类:
数据库 时间:
2014-12-09 00:19:47
阅读次数:
241
Log4Net配置笔记----首先,添加对log4net.dll的引用。在Web.config文件下的Configuration节点下添加Log4Net的配置信息: 1 2 3 4 5 6 7 8 9 10 11...
分类:
Web程序 时间:
2014-12-08 21:18:58
阅读次数:
218
1、增,向数据库中写入数据,代码如下: /** * 数据保存 * 1、save() * 2、persist() */
@Test
private void testSave(){ Configuration config = new Configuration().configure(); /** ...
分类:
Web程序 时间:
2014-12-08 21:10:24
阅读次数:
316
php缓存使用监控测试代码。将以下代码存在PHPWEB网站下面,然后通过IE浏览器进行访问。#catocpcache.php<?php/**FetchconfigurationandstatusinformationfromOpCache*/$config=opcache_get_configuration();$status=opcache_get_status();/**Turnbytesintoahumanreadablefor..
分类:
Web程序 时间:
2014-12-08 19:49:19
阅读次数:
282
先使用如下命令登录到服务器: mstsc /v:{服务器IP} /admin 然后再使用下列方法之一即可。 方法一: 1.单击“开始→运行”,输入“gpedit.msc”打开组策略编辑器窗口,依次定位到“计算机配置(computer configuration)→管理模板(administrativ...
分类:
其他好文 时间:
2014-12-08 17:33:03
阅读次数:
147
Hibernate的configuration类:configuration类是用来加载hibernate配置文件的,默认的是读取hibernate.cfg.xml配置文件的信息。Configuration cfg = new Configuration().configure();//Confi....
分类:
其他好文 时间:
2014-12-08 17:10:19
阅读次数:
138
package com.my.hadoop.mapreduce.partition;import java.util.HashMap;import java.util.Map;import org.apache.hadoop.conf.Configuration;import org.apache....
分类:
其他好文 时间:
2014-12-08 17:08:36
阅读次数:
235
In the lastduring, I am studying the basic about struts2.
At be ginning,I always am confused by the namespace of struts2 xml configuration file.
Cause, sometimes I shall read some examples...
分类:
其他好文 时间:
2014-12-07 23:13:36
阅读次数:
169
1,卸载2008后安装的2008 r2,运行安装程序就弹出“创建userSettings/Microsoft.SqlServer.Configuration.LandingPage.Properties.Settings”的错误。解决办法:删除文件:C:\Users\username\Local S...
分类:
数据库 时间:
2014-12-07 11:18:10
阅读次数:
418