码迷,mamicode.com
首页 >  
搜索关键字:@Configuration    ( 5921个结果
entity framework 使用Mysql配置文件
<?xml?version="1.0"?encoding="utf-8"?> <configuration> ??<configSections> ????<section?name="entityFramework"?type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection,?EntityF...
分类:数据库   时间:2014-11-11 19:24:52    阅读次数:192
SQL Server 无法生成 FRunCM 线程。请查看 SQL Server 错误日志和 Windows 事件日志
1、IP地址配置不正确:打开 Microsoft SQL Server 2005配置工具下的SQL Server Configuration Manager,选择MSSQLSERVER协议, 然后双击右边窗口的TCP/IP,在弹出窗口中检查IP配置。2、可能是因为VIA协议启用造成的。解决方法如下:...
分类:数据库   时间:2014-11-11 18:45:14    阅读次数:175
在VS2010 C++中调试DLL工程的方法
1、在“Solution Explorer”中找到要调试的dll项目,点击右键,选择Set as StartUp Project,将dll设置为调试启动项目;然后选择dll项目,点击右键,选择Properties,打开属性页设置页面; 2、在Properties 页面的中,选择Configuration Properties下拉菜单,然后选择Debugging; 3、在Debuggin...
分类:编程语言   时间:2014-11-11 16:44:14    阅读次数:183
webservicehelper
using System;using System.Collections.Generic;using System.Text;using System.IO;using System.Configuration;using System.CodeDom;using System.CodeDom.C...
分类:Web程序   时间:2014-11-11 15:50:21    阅读次数:266
log4j配置
Log4J的配置文件(Configuration File)就是用来设置记录器的级别、存放器和布局的,它可接key=value格式的设置或xml格式的设置信息。通过配置,可以创建出Log4J的运行环境。1. 配置文件Log4J配置文件的基本格式如下: ...
分类:其他好文   时间:2014-11-11 12:20:22    阅读次数:197
eclipse中开发android程序。每次运行都自动打开新的avd模拟器。怎么才能下次运行时用已经打开的?
选择 run configuration -> target -> Automatic -> 在 launch a new Android Virtual Device 选择你需要的版本启动,等待启动完成如果启动后,Choose a running Android device里没有出现选择项运行 ...
分类:移动开发   时间:2014-11-10 23:06:38    阅读次数:487
连接MySQL数据库得到错误“Unable to find the requested .Net Framework Data Provider”
Registering DbProviderFactories Each .NET Framework data provider that supports a factory-based class registers configuration information in theDbProv...
分类:数据库   时间:2014-11-10 19:34:48    阅读次数:373
[Hbase]eclipse下操作hbase
ubuntu14.04,eclipse下操作hbase。下面是一个利用hbase java api操作hbase,查看hbase中表student1列族情况的example: import java.io.IOException; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.hbase.HBaseCo...
分类:系统相关   时间:2014-11-10 15:33:33    阅读次数:182
[Mapreduce]eclipse下写wordcount
上传两个文件到hdfs上的input文件夹下 代码如下: import java.io.IOException; import java.util.StringTokenizer; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.fs.Path; import org.apache.hadoop.io...
分类:系统相关   时间:2014-11-10 13:47:40    阅读次数:179
Hadoop最大值整数算法详解
环境: Linux系统centOS6.3(64bit) hadoop1.1.2 Linux下Eclipse版本 最大值算法代码: package yunSave; import java.io.IOException;   import org.apache.hadoop.conf.Configuration;   import org.apache.hadoop....
分类:编程语言   时间:2014-11-10 12:11:39    阅读次数:269
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!