小端存储--低内存低字节87654321字节或半字节的最低位字节(LowestSignificantBit,LSB)存放于内存最低位字节地址上。即最低地址存放的最低字节,为PowerPC,Intelx86系列等采用。inta=0x12345678;78为低字节12为高字节voidfFun(){int...
分类:
其他好文 时间:
2014-06-12 19:14:32
阅读次数:
225
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
一、变量的类型 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
原题地址: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
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
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