码迷,mamicode.com
首页 >  
搜索关键字:table audit    ( 34528个结果
C# 导入EXCEL 报错外部表不是预期的格式错误 .
错误经过:在读取Excel时,出现外部表不是预期的格式错误原因1: 由于Excel 97-2003的连接格式与Excel 2010 的 不同造成。以下是从网上摘抄原文Excel “External table is not in the expected format.” .Question:I'm...
分类:其他好文   时间:2014-06-18 21:27:00    阅读次数:410
MYSQL 添加外键报错
2014年6月16日 10:48:51出错的部分提示摘录:#1452 - Cannot add or update a child row: a foreign key constraint failsresult 2 when explaining filename '#sql-3d5_20436...
分类:数据库   时间:2014-06-18 21:01:47    阅读次数:332
MongoDB操作
通过服务器中转访问其他服务器:su - ptkfcz输入passwordssh 用户@转接服务IP使用locate命令定位mongo位置进入mongo的bin目录下:输入命令进去mongoDB:./mongo IP:端口show dbs,use db,show tables
分类:数据库   时间:2014-06-18 20:18:05    阅读次数:248
iOS设备的尺寸和分辨率
iOS 设备按照尺寸分成Phone/Touch和Pad开发,各自分辨率如下:1 尺寸和分辨率iPhone/iPod Touch设备名分辨率屏幕类型iPhone 1/3G/3GS,iTouch 1/2/3320x480普通屏iPhone 4/4S,iTouch 4640x9603:2 Retina屏i...
分类:移动开发   时间:2014-06-18 18:47:03    阅读次数:337
如何让table中td宽度固定
table中td会随着里面的内容伸缩,设置其width样式并没有效果。这个时候需要下面的CSS可以实现。首先是设置table.table {table-layout:fixed;}其次是td.table td { overflow: hidden; white-space: nowra...
分类:其他好文   时间:2014-06-18 18:06:34    阅读次数:221
根据多字段去重
有重复数据主要有一下几种情况:1.存在两条完全相同的纪录 这是最简单的一种情况,用关键字distinct就可以去掉 example: select distinct * from table(表名) where (条件)2.存在部分字段相同的纪录(有主键id即唯一键) 如果是这种...
分类:其他好文   时间:2014-06-18 15:08:18    阅读次数:173
Openvswitch手册(2)
我们这一节主要来看Controller Controller有两种: Primary Controller: 真正控制vswitch的flow table,vswitch会保持和controller的连接,如果失败,取决于bridge的fail mode。一个vswitch可以连接多个Control...
分类:其他好文   时间:2014-06-18 14:31:58    阅读次数:530
使用 IntraWeb (20) - 基本控件之 TIWGrid
TIWGrid 最终通过 Html Table 呈现; 其每个 Cell 都是一个 TIWGridCell 对象, Cell 对象的 Control 属性非常好, 可以非常方便地嵌入其他控件.TIWGrid 所在单元及继承链:IWCompGrids.TIWGrid 主要成员:property Cel...
分类:Web程序   时间:2014-06-18 13:45:37    阅读次数:453
提取从当天起,后两个月生日人员名单
if object_id('tempdb..#tt')>0 drop table #tt--模拟数据create table #tt (cc datetime)insert into #tt values('2013-02-01')insert into #tt values('2013-05-16...
分类:其他好文   时间:2014-06-17 14:06:19    阅读次数:194
HTTP Status 500 - X is not mapped [from X]; nested exception
本来是有用@Entity和@Table注解映射,之后发现,是因为@Table导入的包导错了。
分类:移动开发   时间:2014-06-16 18:34:19    阅读次数:194
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!