码迷,mamicode.com
首页 >  
搜索关键字:active record    ( 6690个结果
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
css
选择器{属性:属性值;} 伪类选则器:——a:hover必须置于a:link和a:visited之后,才有效。a:active置于a:hover之后才有效。 属性 描述 CSS :active 向被激活的元素添加样式。 ...
分类:Web程序   时间:2014-10-25 15:50:14    阅读次数:238
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
wince5.0开发环境搭建
本来是写了挺多的内容的,后来因为安装软件过程中一不小心重启了电脑,写的东西全丢了,这次就简单的写一下用的工具和安装流程以及碰到的问题;主要用的开发工具为windowsce5.0 standard sdk,embedded visual c++4.0,ACTIVE SYNC,这第一个工具就内含了win...
分类:Windows程序   时间:2014-10-24 22:06:34    阅读次数:344
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
Rails active_admin devise调试记录
# 1.gem gem ‘activeadmin‘,github: ‘activeadmin‘ gem ‘devise‘ # 2.install rails g active_admin:install The generator adds these core files, among others: app/admin/dashboard.rb app/assets/javascript...
分类:其他好文   时间:2014-10-24 14:47:35    阅读次数:206
ExtJs的radiogroup的使用
/** * 支付渠道管理详细 * * @param {} * title * @param {} * record * @param {} * readonly * @param {} * store */ function showConnCfgDetail(title, record...
分类:Web程序   时间:2014-10-24 11:06:02    阅读次数:296
Log Parser 2.2
Log Parser 2.2 是一个功能强大的通用工具,它可对基于文本的数据(如日志文件、XML 文件和 CSV 文件)以及 Windows 操作系统上的重要数据源(如事件日志、注册表、文件系统和 Active Directory)进行通用查询。只要告诉 Log Parser 您所需的信息以及您希望...
分类:其他好文   时间:2014-10-24 09:15:17    阅读次数:226
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
Active Directory-- DSQUERY Commands
ActiveDirectory:DSQUERYCommandsDSQUERYCommandstoqueryADobjects:-1.Howtofindallmembersforaparticulargroup.dsgetgroup"<DNofthegroup>"-members1a.Howtofindallgroupsforaparticularmember(includingnestedgroups)dsgetuser"<DNoftheuser>"-memberof-expandds..
分类:其他好文   时间:2014-10-23 21:07:18    阅读次数:927
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!