preface: ceph-deploy does not provide a rapid installation for Ceph Object Storageinstall Configuration ceph object storage gateway1,install ceph obj....
分类:
其他好文 时间:
2014-11-13 22:02:24
阅读次数:
171
所须要jar包:mybatis-3.x.x.jar 、假设须要和spring整合,还须要增加相关的包1:看项目文件夹 红颜色不要关心2:依照步骤:1:增加jar包2:创建数据源(configuration.xml)创建数据库(此处省略) ...
分类:
其他好文 时间:
2014-11-13 20:33:31
阅读次数:
167
1.配置IP#setup 选择 NetWork configuration 选择 Device configuration 选择 eth0 Use DHCP [*] 改 为 [ ] 用空格键将*去除 Static IP 输入 192.168.1.112 Netmask输入 255.255...
分类:
其他好文 时间:
2014-11-13 16:14:48
阅读次数:
136
将Asp.Net 2.0的Web Site搭建在IIS7(7.5)上时,运行出现500.19错误, 错误提示为The configuration section 'system.serviceModel' cannot be read because it is missing a section ...
分类:
其他好文 时间:
2014-11-13 14:17:21
阅读次数:
114
自定义规则:using System.Web.Mvc;using System.Configuration;namespace Research{ public class ViewConfig { public static void RegisterView() ...
分类:
Web程序 时间:
2014-11-13 14:12:09
阅读次数:
177
<?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
1、IP地址配置不正确:打开 Microsoft SQL Server 2005配置工具下的SQL Server Configuration Manager,选择MSSQLSERVER协议, 然后双击右边窗口的TCP/IP,在弹出窗口中检查IP配置。2、可能是因为VIA协议启用造成的。解决方法如下:...
分类:
数据库 时间:
2014-11-11 18:45:14
阅读次数:
175
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
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的配置文件(Configuration File)就是用来设置记录器的级别、存放器和布局的,它可接key=value格式的设置或xml格式的设置信息。通过配置,可以创建出Log4J的运行环境。1. 配置文件Log4J配置文件的基本格式如下: ...
分类:
其他好文 时间:
2014-11-11 12:20:22
阅读次数:
197