码迷,mamicode.com
首页 >  
搜索关键字:records    ( 487个结果
OpenERP 7.0 导入 FAQ
Frequently Asked QuestionsNeed to import data from an other application?In order to re-create relationships between different records, you should use ...
分类:其他好文   时间:2014-10-18 19:35:10    阅读次数:306
BerkeleyDB java的简单使用
关于BerkeleyDB的有点和好处,列在下面 JE offers the following major features: Large database support. JE databases efficiently scale from one to millions of records. The size of your JE databases are like...
分类:数据库   时间:2014-10-18 17:00:32    阅读次数:347
Wrapping calls to the Rational Functional Tester API——调用Rational Functional Tester封装的API
转自:http://www.ibm.com/developerworks/lotus/library/rft-api/index.htmlThe Rational GUI automation tool has a wonderful recorder feature that records a ...
分类:移动开发   时间:2014-10-18 01:54:47    阅读次数:438
PaaS Event Format
[ { "Field": "event_type", "Type": "enumeration", "Description": "for event type records, this describes the actual event that occurred", "Compliance": "required for events", "Notes": "depends on s...
分类:其他好文   时间:2014-10-09 00:44:57    阅读次数:269
Classes and functions
As another example of a user-defined type, we’ll define a class called Time that records the time of day. The class definition looks like this: ...
分类:其他好文   时间:2014-10-01 19:47:11    阅读次数:245
Logdump
You can use the GoldenGate Logdump utility to view records in the GoldenGate trail files. The Logdump utility is part of the regular GoldenGate software installation. Logdump lets you view the unstru...
分类:其他好文   时间:2014-09-23 13:35:54    阅读次数:362
系统故障排除
1.系统故障排除1)模拟磁盘/dev/sda的MBR故障,并执行修复01.备份磁盘/dev/sda的MBR扇区选择一个/dev/sda以外的文件系统(比如/dev/sdb1)来存放备份文件:[root@svr5~]#df-hT/home//选择/dev/sdb1存放备份文件系统类型容量已用可用已用%挂载点/dev/sdb1ext319G173M18G1%/home使..
分类:其他好文   时间:2014-09-19 19:36:27    阅读次数:5246
当我们谈论Erlang Maps时,我们谈论什么 Part 1
Erlang 增加 Maps数据类型并不是很突然,因为这个提议已经进行了2~3年之久,只不过Joe Armstrong老爷子最近一篇文章Big changes to Erlang掀起不小了风浪.这篇文章用了比较夸张的说法:"Records are dead - long live maps !",紧接着在国内国外社区这句话就传遍了.马上就有开发者忧心忡忡的在Stackoverflow上提问:Wil...
分类:其他好文   时间:2014-09-17 13:42:25    阅读次数:382
10.PL_SQL——PL_SQL中的复合数据类型之RECORDS
一、记录和集合概述目前为止所介绍的变量的数据类型都属于scalar,即标量,如整形,字符串,日期等等。任何一种编程语言都需要提供一些手段让用户创建更复杂的变量,PL/SQL也不例外,本章就来介绍一下PL/SQL中的复合型变量。PL/SQL的复合型变量主要包括两类:1.Records:记录2...
分类:数据库   时间:2014-09-10 02:49:50    阅读次数:316
mysql中更改字段属性实际上都做了哪些操作
mysql> set profiling=1;Query OK, 0 rows affected (0.00 sec)mysql> alter table test modify name varchar(10);Query OK, 3 rows affected (0.00 sec)Records...
分类:数据库   时间:2014-09-07 09:49:24    阅读次数:362
487条   上一页 1 ... 44 45 46 47 48 49 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!