码迷,mamicode.com
首页 >  
搜索关键字:openfiler configuration    ( 5988个结果
H3C交换机设置
****************************************交换机型号:H3C  S3100V2***************************************** 1. 恢复出厂设置命令:  reset  saved-configuration  (后面重启时注意选择Y/N) 2. 查看当前设置命令:  display  current-configurat...
分类:其他好文   时间:2014-11-25 23:45:49    阅读次数:217
Hibernate配置文件解释
Hibernate配置文件主要用于配置数据库连接和Hibernate运行时所需的各种属性每个Hibernate配置文件对应一个Configuration对象Hibernate配置文件可以有两种格式: hibernate.properties hibernate.cfg.xml----常用Hi...
分类:Web程序   时间:2014-11-25 23:07:24    阅读次数:183
windows8.1下开启intel vr
环境:window8.1操作系统 最近要安装个intel inde,下载了半天,最后说不能安装,说是 intel vr没有开启。网上搜索了一下,说是要在bios中的device configuration开启。我用的是HP笔记本,重新启动按F10进入BIOS后,发现intel VR是开启的。无语啊。。。,下载了个英特处理器标识实用程序也说没有开启intel VR。        因为我用的是w...
分类:Windows程序   时间:2014-11-25 18:39:50    阅读次数:385
Change Dropwizard default ports
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
MapReduce排序程序
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
No Hibernate Session bound to thread, and configuration does not allow
今天晚上挺悲催的,遇到了这个问题花费我很长时间,现在总结如下:到这这种情况的发生有两种情况:1,没有配置事物只要在Spring配置文件中添加如下代码: 然后在DAO程序前面加上@Transactional即可。2,连接数据的配置是否正确,如果连接字符串不正确的话,就不能够创建SessionFa...
分类:Web程序   时间:2014-11-25 00:07:28    阅读次数:188
Accessing the ASP.NET Web Configuration Tool in Visual Studio 2013
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
Hadoop配置常见Log错误指导
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
【译】用Fragment解决屏幕旋转(状态发生变化)产生的状态不能保持的问题
这篇文章解决了在StackOverflow上一个经常被提到的问题。在配置发生变化(Configuration changs)时,什么是最好的保存活动对象方法,比如运行中的线程,Sockets,AsyncTask。要回答这个问题,我们要先讨论一些开发者在Activity生命周期中使用长时间后台任务时遇...
分类:其他好文   时间:2014-11-24 08:37:00    阅读次数:143
Django Web在Apache上的部署
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!