Q.怎么配置Hibernate?A.Configuration类使用配置hibernate.cfg.xml(或者hibernate.properties)以及映射文件*.hbm.xml来创建(例如,配置和引导hibernate)SessionFactory,然后SessionFactory创建Ses...
分类:
系统相关 时间:
2014-08-21 19:02:44
阅读次数:
254
最近在给客户基于Suse 11 sp3安装Oracle 10g RAC,在安装完clusterware执行/u01/app/crs/root.sh时收到错误提示,Failed to upgrade Oracle Cluster Registry configuration由于当前的环境使用了多路径,从Oracle的描述来看,这是一个Oracle Bug(4679769),如果你有相同的问题,请接着...
分类:
数据库 时间:
2014-08-21 13:28:24
阅读次数:
381
Here are a few problems that you might be having:1 - Your production configuration may not be correct. This is particularly likely if you started out ...
分类:
其他好文 时间:
2014-08-21 09:46:13
阅读次数:
178
/usr/lib/eclipse/configuration/1408532831122.log :
!SESSION 2014-08-20 19:07:11.055 -----------------------------------------------
eclipse.buildId=I20110613-1736
java.version=1.6.0_45
j...
分类:
系统相关 时间:
2014-08-20 19:38:32
阅读次数:
280
void RCC_Configuration(void)
{
ErrorStatus HSEStartUpStatus;
RCC_DeInit(); //时钟管理重置 /* RCC system reset(for debug purpose) */
RCC_HSEConfig(RCC_HSE_ON); //打开外部晶振 //Enable HSE
HSESt...
分类:
其他好文 时间:
2014-08-20 18:05:22
阅读次数:
396
Network Configuration
TL;DR
When Docker starts, it creates a virtual interface named docker0 on
the host machine. It randomly chooses an address and subnet from the private range defined by RF...
分类:
Web程序 时间:
2014-08-20 14:12:09
阅读次数:
591
今天突然间update 一些软件后,就遇到了无法启动桌面,就是输入正确的用户名和密码后还是无法进入系统。重启后,一直停留在waiting for network configuration, 然后显示waiting up to 60 more seconds for networking confi...
分类:
其他好文 时间:
2014-08-20 01:22:55
阅读次数:
477
1. 在system->Configuration->Store Email Addresses中设置General Contact的Sender Name、Sender Email。 Sender Name是邮件的发件人,Sender Email是发件人的邮件地址2. 在system->Conf....
分类:
其他好文 时间:
2014-08-19 20:37:45
阅读次数:
266
Websocet服务端实现 WebSocketConfig.java @Configuration
@EnableWebMvc
@EnableWebSocket
public class WebSocketConfig extends WebMvcConfigurerAdapter implements WebSocketConfigurer {
@Override
...
分类:
编程语言 时间:
2014-08-19 16:58:25
阅读次数:
293
1 using System; 2 using System.Data; 3 using System.Configuration; 4 using System.Web; 5 using System.Web.Security; 6 using System.Web.UI; 7 using Sy....
分类:
其他好文 时间:
2014-08-19 16:07:34
阅读次数:
204