码迷,mamicode.com
首页 >  
搜索关键字:@Configuration    ( 5921个结果
hive CLI 启动错误
hive CLI启动时报错:(hadoop-2.5.2 + HIVE 1.1.0)root@ubuntu:/hadoop-2.5.2/etc/hadoop# hiveLogging initialized using configuration in jar:file:/hive/apache-hi...
分类:其他好文   时间:2015-03-14 06:09:03    阅读次数:13095
HIVE 1.1.0 启动时报错: Unsupported major.minor version 51.0
JDK 1.6 + HIVE 1.1.0 启动时抛异常:root@ubuntu:~# hiveLogging initialized using configuration in jar:file:/hive/apache-hive-1.1.0-bin/lib/hive-common-1.1.0.j...
分类:其他好文   时间:2015-03-14 06:06:20    阅读次数:214
mysql asyn 实战
创建configuration时,发现URLParser找不到,于是只能使用配置文件来,当然使用配置文件比使用URL初始化还要直观些 def configurationWithPassword = new Configuration( host = "localhost", port ...
分类:数据库   时间:2015-03-13 22:20:44    阅读次数:191
Converting slapd.conf to a Directory Based Configu
OpenLDAP 2.4 OpenLDAP 2.4?provides some great new features over 2.3. Notable among them are the ability to store configuration data in the directory and change values on the fly. Adding a Schema ...
分类:其他好文   时间:2015-03-13 20:55:35    阅读次数:215
Ubuntu虚拟机中断后重启网络断接错误解决方案
因为该死的windows自动更新,所以vmplayer经常会被强制关闭。但重新启动后,会发生不能连接到网络的情况显示:waiting for the network configuration……Waiting for 60 seconds more for network configuratio...
分类:系统相关   时间:2015-03-13 17:57:24    阅读次数:214
The requested page cannot be accessed because the related configuration data for the page is invalid
当在VS2013下开发web site时,调试时都是在IIS Express中进行的,没有问题。当部署到IIS中,出现:The requested page cannot be accessed because the related configuration data for the page ...
分类:数据库   时间:2015-03-13 16:18:51    阅读次数:222
android 判断横竖屏的方法(转)
public boolean isScreenChange() {Configuration mConfiguration = this.getResources().getConfiguration(); //获取设置的配置信息int ori = mConfiguration.orientatio...
分类:移动开发   时间:2015-03-13 16:10:49    阅读次数:118
Metaio在Unity3D中报错 Start: failed to load tracking configuration: TrackingConfigGenerated.xml 解决方法
报错:Start: failed to load tracking configuration: TrackingConfigGenerated.xmlStart: failed to load tracking configuration: tracking.xmlUnityEngine.Deb....
分类:编程语言   时间:2015-03-13 16:09:52    阅读次数:671
Hibernate更新部分字段浅谈
update语句是在Hibernate的Configuration的时候生成的,不能动态改变。为什么update的时候所有的属性都一起update,而不是只更新改变字段,其实这是一个比较值得探讨的问题。如果想要做到只更新改变了的字段,必须做到两点:1、对PO的每个属性设置version进行状态跟踪2...
分类:Web程序   时间:2015-03-13 16:08:07    阅读次数:140
OWin
1.新建控制台程序2.添加一个类 public class Startup1 { public void Configuration(IAppBuilder appBuilder) { appBuilder.Run(HandleRequest)...
分类:Windows程序   时间:2015-03-13 15:55:11    阅读次数:184
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!