码迷,mamicode.com
首页 >  
搜索关键字:table audit    ( 34528个结果
task
task 可以通过CancellationTokenSource.token 来控制线程是否终止。同时 还可以注册一个委托,来回调。Register(Action)Registers a delegate that will be called when this CancellationToken...
分类:其他好文   时间:2014-07-01 21:14:29    阅读次数:181
jquery easy ui 实现radio单选
1、使用datagrid实现列表table,注意参数singleSelect:true,2、formatter ID的显示 frozenColumns:[[{ field:'id', hidden:false, formatte...
分类:Web程序   时间:2014-07-01 21:04:08    阅读次数:4201
DuiLib学习笔记4——布局
有了前面三篇的基础,现在可以开始布局了。首先任何布局都必须包含在标签内,跟很像。DuiLib提供了两种布局方式,水平布局和垂直布局,虽然没有css左右浮动那么方便,但是有这些东西,完全可以像写页面table一样去完成。水平布局是HorizontalLayout,垂直布局为VerticalLayout...
分类:其他好文   时间:2014-07-01 21:01:28    阅读次数:318
从零开始学ios开发(十三):Table Views(下)Grouped and Indexed Sections
在前面2篇关于Table View的介绍中,我们使用的Style都是Plain,没有分组,没有index,这次学习的Table View和iphone中的通讯录很像,有一个个以字符为分割的组,最右边有一列小字符作为index,最顶端有一个搜索栏可以进行搜索,好了,下面开始这次的学习。1)创建一个新的...
分类:移动开发   时间:2014-07-01 20:06:56    阅读次数:388
System.Core, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes”
“System.Core,Version=2.0.5.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e,Retargetable=Yes” 或它的某一个依赖项。给定程序集名称或基本代码无效。(异常来自HRESULT:0x80131047)说明:执行当...
分类:其他好文   时间:2014-07-01 13:49:01    阅读次数:225
实现滑动出现删除按钮的代码
// Override to support conditional editing of the table view.- (BOOL)tableView:(UITableView *)tableView canEditRowAtIndexPath:(NSIndexPath *)indexPath...
分类:其他好文   时间:2014-07-01 13:18:10    阅读次数:526
[terry笔记]ogg_迁移同步实验_零停机
oracle golden gate我最近正在琢磨,这个软件我觉得约等于dataguard的逻辑模式,我认为其最大的优势是更可控制,比如可以细化到某个schema、某个table的同步。如下实验的主要步骤:ogg根据scn同步数据,源库零停机时间1. 配置好ogg源端的mgr、抓取和传送进程,并启动...
分类:其他好文   时间:2014-07-01 12:37:00    阅读次数:499
XML 导入导出示例
/*EXEC master..xp_cmdshell 'BCP "select * from NBZA_Live_20140613.dbo.StoreList for xml Raw " queryout D:\XML\my_StoreList_20140630001.xml -c -U"sa" -...
分类:其他好文   时间:2014-07-01 12:23:38    阅读次数:313
Oracle连接出错(一)
1、错误描述 java.sql.SQLException: ORA-0064:error occurred at recursive SQL level 1. ORA-06153:unable to extend table SYS.AUD$ by 8192 in tablespace SYSTEM. ORA-02002:error while writing to audit trail. O...
分类:数据库   时间:2014-07-01 08:01:47    阅读次数:463
php 商务网站购物车联动地址
数据表如下:CREATE TABLE IF NOT EXISTS `china` (`region_id` smallint(5) unsigned NOT NULL, `parent_id` smallint(5) unsigned NOT NULL DEFAULT '0', `region_na...
分类:Web程序   时间:2014-07-01 00:50:55    阅读次数:255
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!