在EF5.0添加实体数据到数据库的时候,出现“对一个或多个实体的验证失败。有关详细信息,请参见“EntityValidationErrors”属性这个错误解决:SaveChanges前先关闭验证实体有效性(ValidateOnSaveEnabled)这个开关db.Configuration.Vali...
分类:
Web程序 时间:
2014-07-10 00:37:47
阅读次数:
213
A:这是没添加引用,你打资源管理的那个管口,在你当前的项目下面有一个引用的结点,你右键点击这个结点,选择添加引用,然后在选项卡的第一页中找到System.Configuration,然后确定就可以了using ExcelA:添加引用-COM组件-找到Excel-添加 -- 出不来就是你没找对或你系统...
分类:
其他好文 时间:
2014-07-07 23:54:54
阅读次数:
525
using System;using System.Collections.Generic;using System.Configuration;using System.Data;using System.Data.SqlClient;using System.Linq;using System....
分类:
数据库 时间:
2014-07-07 23:33:55
阅读次数:
264
所须要jar包:mybatis-3.x.x.jar 、假设须要和spring整合,还须要添?相关的包1:看项目文件夹 红颜色不要关心2:依照步骤:1:添?jar包2:创建数据源(configuration.xml)创建数据库(此处省略) ...
分类:
其他好文 时间:
2014-07-07 17:39:53
阅读次数:
163
源自《Linux 运维之道》丁一明编著 一书的总结DHCP是Dynamic Host Configuration Protocol(动态主机配置协议)的简写形式,使用DHCP协议可以为客户端主机自动分配TCP/IP参数信息,如IP地址,子网掩码,网关、DNS等。安装yun –y install dh...
分类:
其他好文 时间:
2014-07-03 11:50:22
阅读次数:
375
Creating a Physical Standby Database
This case is created, operated and followed the steps from oracle online help documentation.
The configuration of the two sites server:
Primary Database:
[roo...
分类:
数据库 时间:
2014-06-30 19:37:39
阅读次数:
313
Write something like this to automatically mount system drive:/dev/sda1 /media/win-c ntfs-3gauto,rw,suid,exec,async,users,locale=zh_CN.UTF-8 0 0...
分类:
其他好文 时间:
2014-06-30 13:30:17
阅读次数:
276
At present, there is a package named cvsd, which is a wrapper for cvs server running in pserver mode, so the cvs server configuration is easier than b...
分类:
其他好文 时间:
2014-06-30 12:28:42
阅读次数:
282
1、解压
# tar jxvf busybox-1.21.1.tar.bz2
2、配置
# cd busybox-1.21.1
# make menuconfig
Busybox Settings --->
General Configuration --->
[ ] Enable options for full-blown desktop system...
分类:
其他好文 时间:
2014-06-29 22:21:57
阅读次数:
332
packagecom.yuhui.gd.hadoop.hbase;importjava.util.Iterator;importjava.util.Map;importjava.util.Map.Entry;importjava.util.NavigableMap;importjava.util.Set;importorg.apache.hadoop.conf.Configuration;importorg.apache.hadoop.hbase.HBaseConfiguration;importorg.ap..
分类:
编程语言 时间:
2014-06-29 21:09:00
阅读次数:
453