****************************************交换机型号:H3C S3100V2*****************************************
1. 恢复出厂设置命令: reset saved-configuration (后面重启时注意选择Y/N)
2. 查看当前设置命令: display current-configurat...
分类:
其他好文 时间:
2014-11-25 23:45:49
阅读次数:
217
Hibernate配置文件主要用于配置数据库连接和Hibernate运行时所需的各种属性每个Hibernate配置文件对应一个Configuration对象Hibernate配置文件可以有两种格式: hibernate.properties hibernate.cfg.xml----常用Hi...
分类:
Web程序 时间:
2014-11-25 23:07:24
阅读次数:
183
环境:window8.1操作系统
最近要安装个intel inde,下载了半天,最后说不能安装,说是 intel vr没有开启。网上搜索了一下,说是要在bios中的device configuration开启。我用的是HP笔记本,重新启动按F10进入BIOS后,发现intel VR是开启的。无语啊。。。,下载了个英特处理器标识实用程序也说没有开启intel VR。
因为我用的是w...
You can update the ports in your yaml configuration file: http:
??port:?9000
??adminPort:?9001 See http://dropwizard.codahale.com/manual/core/#configuration-defaults for more information. EDI...
分类:
其他好文 时间:
2014-11-25 14:40:23
阅读次数:
177
1 输入数据
import java.io.DataOutputStream;
import java.util.Random;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.fs.FileSystem;
import org.apache.hadoop.fs.Path;
/**
* 随机生成一批...
分类:
编程语言 时间:
2014-11-25 12:50:17
阅读次数:
205
今天晚上挺悲催的,遇到了这个问题花费我很长时间,现在总结如下:到这这种情况的发生有两种情况:1,没有配置事物只要在Spring配置文件中添加如下代码: 然后在DAO程序前面加上@Transactional即可。2,连接数据的配置是否正确,如果连接字符串不正确的话,就不能够创建SessionFa...
分类:
Web程序 时间:
2014-11-25 00:07:28
阅读次数:
188
Open the Command Prompt (not as administrator)Navigate to the folder where IIS Express is installed on your machine.In the command line spin up a IISE...
分类:
数据库 时间:
2014-11-24 13:18:30
阅读次数:
202
Master节点Log篇 1.?? WARN org.apache.hadoop.hdfs.server.common.Util: Path /usr/mywind/name should be specified as a URI in configuration files. Please update hdfs configuration. 问题定位:hdfs-si...
分类:
其他好文 时间:
2014-11-24 12:07:12
阅读次数:
230
这篇文章解决了在StackOverflow上一个经常被提到的问题。在配置发生变化(Configuration changs)时,什么是最好的保存活动对象方法,比如运行中的线程,Sockets,AsyncTask。要回答这个问题,我们要先讨论一些开发者在Activity生命周期中使用长时间后台任务时遇...
分类:
其他好文 时间:
2014-11-24 08:37:00
阅读次数:
143
1. 安装配置Apache2. 安装wsgi_mod模块3. 开放相应端口vim /etc/sysconfig/iptables# Firewall configuration written by system-config-firewall# Manual customization of th...
分类:
Web程序 时间:
2014-11-23 18:56:24
阅读次数:
168