码迷,mamicode.com
首页 >  
搜索关键字:routine    ( 212个结果
Oracle EBS PO退货失败
无法读取例程 &ROUTINE 中配置文件选项 INV_DEBUG_TRACE 的值。 系统-配置文件-地点层 INC%调试%踪 是 select * from po_interface_errors a order by a.creation_date desc; RVTTH-192.rvtthi ...
分类:数据库   时间:2018-11-23 14:09:33    阅读次数:625
Given a family tree, find out if two people are blood related
Given a family tree for a few generations for the entire population and two people write a routine that will find out if they are blood related. Sibli ...
分类:其他好文   时间:2018-10-18 10:46:11    阅读次数:126
生成服务卡会员卡号的存储过程
ALTER PROCEDURE [dbo].[GetCard_ID] (@C_Number int=0, @C_Type FLOAT, @GETTimes varchar(30) ) AS BEGIN -- routine body goes here, e.g. -- SELECT 'Navica... ...
分类:其他好文   时间:2018-09-28 10:59:28    阅读次数:118
利用Nomad构建弹性基础设施: 容错和中断恢复
In this series we explore how Nomad handles unexpected failures, outages, and routine maintenance of cluster infrastructure, often without operator intervention.
分类:其他好文   时间:2018-09-22 10:33:50    阅读次数:203
[FreeRTOS入门] 1.CubeMX中FreeRTOS配置参数及理解
1.有关优先级 1.1 Configuration --> FreeRTOS MAX_PRIORITIES 设置任务优先级的数量:配置应用程序有效的优先级数目。任何数量的任务都可以共享一个优先级,使用协程可以单独的给与它们优先权。见MAX_CO_ROUTINE_PRIORITIES。 在RTOS内核 ...
分类:其他好文   时间:2018-09-21 15:02:40    阅读次数:727
用Nomad构建弹性基础设施:调度和自我修复
This is the second post in our series?Building Resilient Infrastructure with Nomad. In this series we explore how Nomad handles unexpected failures, outages, and routine maintenance of cluster infrastructure, often without operator intervention required.
分类:其他好文   时间:2018-09-10 19:48:48    阅读次数:185
MYSQL存储过程,函数,光标
存储过程 MySQL中,创建存储过程的基本形式如下: 其中,sp_name参数是存储过程的名称;proc_parameter表示存储过程的参数列表; characteristic参数指定存储过程的特性;routine_body参数是SQL代码的内容,可以用BEGIN…END来标志SQL代码的开始和结 ...
分类:数据库   时间:2018-09-08 15:17:08    阅读次数:186
OpenACC 计算构建内的自定义函数
? 使用 routine 构件创建的自定义函数,在并行调用上的差别 ● 代码,自定义一个 sqab 函数,使用内建函数 fabsf 和 sqrtf 计算一个矩阵所有元素绝对值的平方根 ● 输出结果,第 28 行不添加并行级别子句(默认使用 gang) ● 输出结果,第 28 行添加并行级别子句 wo ...
分类:其他好文   时间:2018-08-04 20:18:42    阅读次数:171
Linux Posix Thread
在一个程序里的一个执行路线(routine)就叫做线程(thread)。更准确的定义是:线程是“一个进程内部的控制序列”。一切进程至少都有一个执行线程。进程与线程 进程是资源竞争的基本单位 线程是程序执行的最小单位线程共享进程数据,但也拥有自己的一部分数据 线程ID 程序计数器 PC指针 寄存器组 ...
分类:系统相关   时间:2018-06-15 22:37:10    阅读次数:170
(转载)pThreads线程(一) 基本API
pThreads线程(一) 基本API 1.创建线程 int pthread_create(pthread_t *restrict_ptid, const pthread_attr_t *restrict_attr, void *(*start_routine)(void*), void *rest ...
分类:编程语言   时间:2018-03-21 15:05:10    阅读次数:147
212条   上一页 1 2 3 4 5 6 ... 22 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!