码迷,mamicode.com
首页 >  
搜索关键字:configuration manager    ( 12944个结果
shoppingCart
using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using System.Web.Security;using System.Web.UI;usin...
分类:其他好文   时间:2014-05-01 13:28:29    阅读次数:274
login
using System;using System.Collections;using System.Configuration;using System.Data;using System.Linq;using System.Web;using System.Web.Security;using ...
分类:其他好文   时间:2014-05-01 13:25:21    阅读次数:380
[转]sa不能远程连接sql server 2008的解决办法
本文转自:http://www.cnblogs.com/chendaoyin/archive/2012/08/25/2656900.html方法:开始->Microsoft SQL Server 2008->配置工具目录下,打开SQL Server Configuration Manager,展开“...
分类:数据库   时间:2014-05-01 06:01:08    阅读次数:421
《R语言实战》学习笔记fourth
又拖了好久继续写R 语言的学习笔记了啊这次到了基本数据管理了,众所周知数据准备是数据分析的最重要的前提书本是从一个例子开始本章的内容的,例子是一个类似调查问卷的然后把回答标为从1到5,再进行分析(这让我想到了自学SPSS 的时候啊)> manager date country gender ...
分类:其他好文   时间:2014-05-01 04:22:35    阅读次数:1943
ios 得到文件夹大小 进率是1000
- (CGFloat)folderSizeAtPath:(NSString *) folderPath {     NSFileManager * manager = [NSFileManager defaultManager];          if (![manager fileExistsAtPath:folderPath])     {       return 0;   ...
分类:移动开发   时间:2014-04-29 13:36:20    阅读次数:379
hadoop生态系统默认端口集合
1 HDFS服务中,默认端口集合:  1. HDFS 端口 Service Servers Default Ports Used Protocol Description Need End User Access? Configuration Parameters NameNode WebUI Master Nodes (NameNo...
分类:其他好文   时间:2014-04-29 13:24:21    阅读次数:492
HDU-2850-Load Balancing(贪心)
Problem Description In the Wide Web World, Which web server was popular in web site? Apache, nginx, lighttpd? Baidu.com use Apache, and many web sites like 163.com use nginx. Why? Its configuration i...
分类:其他好文   时间:2014-04-29 13:24:20    阅读次数:355
【Bug笔记】Unable to load configuration. - Class: java.net.AbstractPlainSocketImpl
最近出了一件怪事,在联网状态下启动Tomcat和没有联网状态下启动Tomcat会出现两种不同的结果:正常启动和报错 于是自己纠结了半天,查找原因是struts.xml中配置的声明方式,我用的jar是struts-2.1.8.jar,而我引用的是2.3的(这个声明方式在互联网上拷贝的,因为参考的是互联网的一些代码例子,往往这里就出错了),它没有在本地形成struts-2.3.dtd文件,所以只有在...
分类:编程语言   时间:2014-04-29 13:22:21    阅读次数:502
HBase的JavaAPI使用
Java Client API Overview HBase是用Java写的,支持用编程语言来动态操作管理数据库,能用命令行做的都可以用API来做。 基本的使用过程如下: 1.创建一个 Configuration 对象 –从 HDFS 对象中调用 Configuration  –添加 HBase 属性 Configuration conf = HbaseConfiguration....
分类:编程语言   时间:2014-04-29 13:12:21    阅读次数:410
彻底禁用resource manager
彻底禁用resource manager...
分类:其他好文   时间:2014-04-28 10:48:42    阅读次数:239
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!