码迷,mamicode.com
首页 >  
搜索关键字:plsql record    ( 3766个结果
Yii Framework2.0开发教程(6)数据库mysql--ActiveRecord
Active Record(活动记录,以下简称AR)提供了一个面向对象的接口,用以访问数据库中的数据...
分类:数据库   时间:2014-10-26 15:39:54    阅读次数:215
jQuery EasyUI, datagrid, treegrid formatter 参数比较 row index
如题:datagrid中,见官方文档:formatterfunctionThe cell formatter function, take three parameter:value: the field value.rowData: the row record data.rowIndex: th...
分类:Web程序   时间:2014-10-26 00:14:43    阅读次数:245
Accelerated C++:通过示例进行编程实践——练习解答(第9章)
9-0. Compile, execute, and test the programs in this chapter. 9-1. Reimplement the Student_info class so that it calculates the final grade when reading the student's record, and stores that grade i...
分类:编程语言   时间:2014-10-25 13:16:07    阅读次数:239
MySQL建表时列名同保留字重复问题解决办法
建表时遇到遇到属性名同MySQL的保留字相同导致不能建表的问题,如下SQL语句:CREATE TABLETBL_ACCOUNT_FROZEN_RECORD(ID BIGINT NOT NULL AUTO_INCREMENT,TRADE_FLOW_ID VARCHAR(60) NOT NULL,ACC...
分类:数据库   时间:2014-10-24 18:04:04    阅读次数:342
ExtJs的radiogroup的使用
/** * 支付渠道管理详细 * * @param {} * title * @param {} * record * @param {} * readonly * @param {} * store */ function showConnCfgDetail(title, record...
分类:Web程序   时间:2014-10-24 11:06:02    阅读次数:296
Fix network adapter not present problem in cloned CentOS
(You can find a lot of articles on this from the internet. I just put it here for my own record.)It's because the cloned system has the original mac a...
分类:Web程序   时间:2014-10-24 00:08:42    阅读次数:174
循环Store取值
for(vari=0;i<store.getCount();i++){ varrecord=store.getAt(i); alert(record.get(‘sblsh‘)); }
分类:其他好文   时间:2014-10-23 21:01:37    阅读次数:96
ibatis插入操作时,允许为null的字段必须设置字段对应的类型
执行插入操作时遇到异常:--- Cause: java.sql.SQLException : 无效的列类型 insert into INFO_AWARD_COUPON_RECORD_CHECK ( ID, ORDER_ID, ...
分类:其他好文   时间:2014-10-23 19:16:05    阅读次数:213
Extjs RowNumberer下一页动态增加
使用RowNumberer,当跳到下一页时,还是从1还是计数。实现了序号的自动增加。ExtJs Grid分页时,默认情况下每页的序号都是从1起始的,这往往不符合我们的习惯。这里实现了序号的自动增加。实现步骤如下:1、定义全局变量。var record_start = 0;2、Grid的columns...
分类:Web程序   时间:2014-10-23 14:08:22    阅读次数:156
分享工作中遇到的问题积累经验 事务日志太大导致insert不进数据
分享工作中遇到的问题积累经验 事务日志太大导致insert不进数据今天开发找我,说数据库insert不进数据,叫我看一下他发了一个截图给我然后我登录上服务器,发现了可疑的地方,而且这个数据库之前有一段经历在月初的时候这个数据库曾经置疑过,启动不起来Could not redo log record ...
分类:其他好文   时间:2014-10-22 12:22:10    阅读次数:297
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!