#pragma mark - 版本检测- (void) checkVersion{ //
版本号的key NSString *key = (NSString *)kCFBundleVersionKey; // 从info.plist取版本号
NSString *version = [NSBundle...
分类:
其他好文 时间:
2014-06-12 22:08:54
阅读次数:
283
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