码迷,mamicode.com
首页 >  
搜索关键字:@Configuration    ( 5921个结果
oracl使用DataBase Configuration Assistant创建、删除数据库
原文:oracl使用DataBase Configuration Assistant创建、删除数据库可以使用DataBase Configuration Assistant来创建一个心得数据库。Database Configuration Assistant简称是DBCA,是创建、配置以及管理数据库...
分类:数据库   时间:2014-12-09 00:19:57    阅读次数:335
怎样新建Oracle数据库
原文:怎样新建Oracle数据库新建Oracle数据库三种方法:1.通过运行Oracle Database Configuration Assistant 创建配置或删除数据库(也可在命令行下输入dbca);2.用命令行的方式建立数据库3.通过运行自定义的批处理脚本(或create_ORACLE_S...
分类:数据库   时间:2014-12-09 00:19:47    阅读次数:241
ASP.NET MVC学习之Log4Net配置(日志记录)
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
Hibernate学习---第二节:hibernate 增、删、改、查
1、增,向数据库中写入数据,代码如下: /** * 数据保存 * 1、save() * 2、persist() */ @Test private void testSave(){ Configuration config = new Configuration().configure(); /** ...
分类:Web程序   时间:2014-12-08 21:10:24    阅读次数:316
php 缓存使用监控测试代码
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
2014年12月8日-configuration类以及openSession和getCurrentSession的区别
Hibernate的configuration类:configuration类是用来加载hibernate配置文件的,默认的是读取hibernate.cfg.xml配置文件的信息。Configuration cfg = new Configuration().configure();//Confi....
分类:其他好文   时间:2014-12-08 17:10:19    阅读次数:138
hadoop2.2.0 MapReduce分区
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
The thinking of struts2 namspace
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
安装SQL SERVER2008 R2出现的几个问题
1,卸载2008后安装的2008 r2,运行安装程序就弹出“创建userSettings/Microsoft.SqlServer.Configuration.LandingPage.Properties.Settings”的错误。解决办法:删除文件:C:\Users\username\Local S...
分类:数据库   时间:2014-12-07 11:18:10    阅读次数:418
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!