码迷,mamicode.com
首页 >  
搜索关键字:happy number    ( 27882个结果
Oracle EBS-SQL (OM-1):查询订单发货明细.sql
select mtrh.request_number 发货单号, mmt.transaction_date 发货时间, oola.creation_date 下单时间, nvl(fu.description, fu.user_name) 下单人员, ott.name 订单类型, qp.name 价目...
分类:数据库   时间:2014-06-13 00:53:06    阅读次数:1243
[LeetCode] Maximum Depth of Binary Tree
Given a binary tree, find its maximum depth.The maximum depth is the number of nodes along the longest path from the root node down to the farthest le...
分类:其他好文   时间:2014-06-12 18:32:00    阅读次数:222
js变量类型及检查
一、变量的类型 JavaScript 有六种数据类型。主要的类型有 Number、String、object 以及 Boolean 类型,其他两种类型为 null 和 undefined。var obj = {x:[1,2],y:23};//Object类型 i=100;//Number类型 i="...
分类:Web程序   时间:2014-06-12 18:00:51    阅读次数:267
[leetcode]Maximum Subarray @ Python
原题地址:https://oj.leetcode.com/problems/maximum-subarray/题意:Find the contiguous subarray within an array (containing at least one number) which has the ...
分类:编程语言   时间:2014-06-12 17:06:04    阅读次数:339
Oracle EBS-SQL (INV-9):检查搬运单分配异常.sql
select h.request_number,l.line_number, msib.segment1 item_code,t.transaction_temp_id, t.transaction_quantity, l.quantityfrom mtl_material_transactions...
分类:数据库   时间:2014-06-12 16:09:07    阅读次数:278
Oracle EBS-SQL (INV-8):检查物料入库明细信息.sql
select a.vendor_number 供应商编码 ,a.vendor_name 供应商名称 ,a.item_number 物料编码 ,a.item_description 物料描述 ,a.po_number 采购订单号 ,a.receipt_num 收据号 ,a.transaction_.....
分类:数据库   时间:2014-06-12 15:16:15    阅读次数:392
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!