码迷,mamicode.com
首页 >  
搜索关键字:configuration    ( 5921个结果
FIM 2010: Kerberos Authentication Setup
The goal of this article is to provide some background information regarding the Kerberos related configuration steps of the FIM Portal and FIM Servic...
分类:其他好文   时间:2014-05-16 07:57:15    阅读次数:465
PHP.ini文件读取不到
Configuration File (php.ini) Path/usr/local/php/libLoaded Configuration File(none)Linux 把 dtruss 改成strace 就可以我的是mac的系统jackluo@JackLuodeMacBook-Pro:~ $...
分类:Web程序   时间:2014-05-16 07:23:21    阅读次数:381
openSession和getCurrentSession的比较
在比较openSession和getCurrentSession这两个方法之前,我们先认识一下这两个方法。在进行配置信息管理时,我们一般进行一下简单步骤:1 Configuration cfg = new Configuration(); // 获得配置信息对象2 SessionFacto...
分类:其他好文   时间:2014-05-14 04:14:10    阅读次数:247
MyEclipse SVN插件冲突导致不能使用解决办法
最近,由于安装插件导致Myeclipse的SVN插件不能使用,出现的问题实在很烦恼,通过试验发现当新安装的插件安装完毕后,只需要把MyEclipse 6.5/eclipse/configuration目录下的org.eclipse.update目录删除即可,并且这个目录在Myeclipse重启之后会重新生成。...
分类:系统相关   时间:2014-05-13 23:35:21    阅读次数:479
MapReduce_去重抽取mdn_imsi
import java.io.IOException;import org.apache.hadoop.conf.Configuration;import org.apache.hadoop.fs.Path;import org.apache.hadoop.io.IntWritable;import...
分类:其他好文   时间:2014-05-12 19:55:27    阅读次数:326
Samza在YARN上的启动过程 =》 之二 submitApplication
首先,来看怎么构造一个org.apache.hadoop.yarn.client.api.YarnClientclass ClientHelper(conf: Configuration) extends Logging { val yarnClient = YarnClient.createYa....
分类:移动开发   时间:2014-05-10 22:39:32    阅读次数:656
Xcode添加build configuration
图片转载自:Adding a build configuration in Xcode
分类:其他好文   时间:2014-05-10 20:49:53    阅读次数:579
myeclipse、eclipse去掉无用的workSpace
在 eclipse\configuration\.settings\org.eclipse.ui.ide.prefs 文件里面有下面这段,我们可以从 RECENT_WORKSPACES 里面看到它列出了2个最近使用过的 workspace,我们去掉它。RECENT_WORKSPACES_PROTOC...
分类:系统相关   时间:2014-05-09 15:47:33    阅读次数:441
C# - 使用ConfigurationManager保存数据到App.config
1. ConfigurationManager的命名空间:using System.Configuration;2.To be able to save you have to use a configuration object returned by the OpenExeConfigurati...
分类:移动开发   时间:2014-05-09 03:03:07    阅读次数:596
ACPI in Linux
https://01.org/zh/linux-acpiThe goal of this project is to enable Linux to take advantage of platforms that support ACPI (Advanced Configuration & Pow...
分类:系统相关   时间:2014-05-09 02:52:28    阅读次数:623
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!