今天为大家演示使用ConfigurationManager部署及管理软件更新。一、技术概述1.软件更新同步ConfigurationManager中的软件更新同步使用Microsoft更新来检索软件更新元数据。顶层站点(管理中心站点或独立主站点)按计划或在企业中从ConfigurationManager控制台中手动启动同步时与..
                            
                            
                                分类:
其他好文   时间:
2014-08-23 19:09:12   
                                阅读次数:
204
                             
                    
                        
                            
                            
                                using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using System.Web.Security;using System.Web.UI;usin...
                            
                            
                                分类:
其他好文   时间:
2014-08-23 16:45:21   
                                阅读次数:
326
                             
                    
                        
                            
                            
                                using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Configuration;
using System.Data.SqlClient;
using System.Data;
using System.Reflection;
namespace LL...
                            
                            
                                分类:
数据库   时间:
2014-08-23 11:22:30   
                                阅读次数:
269
                             
                    
                        
                            
                            
                                1、参考文档:http://www.elasticsearch.org/guide/en/elasticsearch/hadoop/current/configuration.htmlhttp://www.elasticsearch.org/guide/en/elasticsearch/hadoop...
                            
                            
                                分类:
其他好文   时间:
2014-08-23 09:58:30   
                                阅读次数:
213
                             
                    
                        
                            
                            
                                1、NutchConfiguration.java用于加载及获取Nutch的相关参数。
Utility to create Hadoop Configurations that include Nutch-specific  resources. 
即它会加载hadoop及nutch中的参数文件。
关键是2个create()方法,它加载了参数文件的同时,又返回了Configuration对象...
                            
                            
                                分类:
其他好文   时间:
2014-08-22 22:34:26   
                                阅读次数:
359
                             
                    
                        
                            
                            
                                When I started working on Open Stack, I had to investigate about the HA of the nova component. Unfortunatly the nova configuration needed a single ent...
                            
                            
                                分类:
数据库   时间:
2014-08-22 21:04:19   
                                阅读次数:
527
                             
                    
                        
                            
                            
                                最近在部署一个工程,数据库(sqlserver2005develop)遇到不少问题,下面将一一列出。 安装完毕后,无法连接到本地实例。 打开microsoft sql server 2005->配置工具->sql server configuration management,发现其中的sql .....
                            
                            
                                分类:
数据库   时间:
2014-08-22 19:31:39   
                                阅读次数:
252
                             
                    
                        
                            
                            
                                前台页面: 目录树 后台页面:using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using Sys...
                            
                            
                                分类:
Web程序   时间:
2014-08-22 15:56:58   
                                阅读次数:
245
                             
                    
                        
                            
                            
                                为了简化命令行方式运行作业,Hadoop自带了一些辅助类。GenericOptionsParser是一个类,用来解释常用的Hadoop命令行选项,并根据需要,为Configuration对象设置相应的取值。通常不直接使用GenericOptionsParser,更方便的方式是:实现Tool接口,通过ToolRunner来运行应用程序,ToolRunner内部调用GenericOptionsPars...
                            
                            
                                分类:
其他好文   时间:
2014-08-22 13:04:18   
                                阅读次数:
693