在目录\apps\redmine\htdocs\config下找到configuration.yml, 打开,修改配置,如下: email_delivery: delivery_method: :async_smtp async_smtp_settings:# delivery_...
分类:
其他好文 时间:
2014-08-25 16:57:34
阅读次数:
207
惯例优于配置(Convention over Configuration)来源于Ruby On Rails框架的设计理念,也被认为是Rails大获成功的关键因素之一。这里所谓的惯例,可以理解为框架对编程的一些约束,我们可以根据实现制订的默认准则,通过反射技能完成对象的建立,对象的协作,甚至是使用程序...
分类:
其他好文 时间:
2014-08-25 16:29:54
阅读次数:
160
ti8168 原始文件系统进去后没有网络eth0接口,为了有该接口需要配置/etc/network/interfaces 文件
具体配置如下(红色要配置)
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
# The loopback interface
auto lo
ifac...
分类:
其他好文 时间:
2014-08-25 11:50:04
阅读次数:
249
今天为大家演示使用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