码迷,mamicode.com
首页 >  
搜索关键字:records    ( 487个结果
oracle_执行计划_谓词信息和数据获取(access and filter区别) (转)
These two terms in the Predicate Information section indicate when the data source is reduced. Simply, access means only retrieve those records meetin...
分类:数据库   时间:2014-09-03 19:37:37    阅读次数:351
随便写了点反射用例
public static T[] ObjectsFieldNameChange(T[] records){if (records == null)return records;if (records.Count() userDefineList = ClientCache.CacheCode.W....
分类:其他好文   时间:2014-09-02 19:26:15    阅读次数:195
drupal自定义node权限
使用HOOK_node_access_records    和    HOOK_node_grants(图形化组合(个人理解没有权威性,仅供参考)) 这两个钩子 代替 HOOK_node_access  1/ 首先介绍下HOOK_node_access  他是用写代码的方式来判断用户有没有权限来访问,编辑,删除一个node的权限,如下: function modulename_...
分类:其他好文   时间:2014-08-19 19:09:25    阅读次数:386
Method and apparatus for encoding data to be self-describing by storing tag records describing said data terminated by a self-referential record
A computer-implemented method and apparatus in a computer system of processing data generated by a first application program in a second application p...
分类:移动开发   时间:2014-08-16 22:21:11    阅读次数:345
HashSet ——学生姓名&成绩
Implement HashSet to store ‘n’ records of students ( Name, Percentage). Write a menu driven program to :1. Add student2. Display details of all studen...
分类:其他好文   时间:2014-08-11 21:03:22    阅读次数:220
C# 6.0可能会支持模式匹配了
今天在CodePlex的Roslyn讨论区发现了一个帖子:Draft spec for records and pattern-matching in C#,估计MS计划在C# 6.0中支持模式匹配了。设计草案的文档如下:Pattern Matching for C#,看起来非常不错的样子。模式匹配...
分类:其他好文   时间:2014-08-09 13:20:07    阅读次数:210
Odoo 8.0 new API 之Environment
""" An environment wraps data for ORM records: - :attr:`cr`, the current database cursor; - :attr:`uid`, the current user id; ...
分类:Windows程序   时间:2014-08-06 18:18:41    阅读次数:391
linux下测试硬盘读写速度
买了个ssd硬盘,就想着跟普通的机械盘做个比较,因为桌面装的是ubuntu系统,所以就想用linux的命令简单测一下好了 下面是ssd的性能数据: 测试写: xxx@WaitFish:~ > time dd if=/dev/zero bs=1024 count=1000000 of=1Gb.file 1000000+0 records in 1000000+0 records o...
分类:系统相关   时间:2014-08-05 19:25:40    阅读次数:240
WIP完工入库及完工退回的几个重要问题
1.必须向CST_COMP_SNAP_INTERFACE表中插入此工单所有工序的数据(也就是说同样的工单插入多条,只是工序号不一样) 标准文档: Note: If there are multiple operation sequences then, Insert multiple records in CST_COMP_SNAP_INTERFACE, one record for e...
分类:其他好文   时间:2014-07-29 14:22:58    阅读次数:283
pig使用
可以作为一个随身参考1、更简单的挖掘大规模数据集而发明。可使用用户定义语言UDF进行修改运行pig脚本 pig script.piggrunt自动补全机制 tab键 创建autocomplete文件,常用单词或文件路径 quit退出2、示例 计算年度最高气温 --表示注释1)records = LO...
分类:其他好文   时间:2014-07-28 14:49:23    阅读次数:339
487条   上一页 1 ... 45 46 47 48 49 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!