格式:
父标签:
描述:
添加分类名称到Intent过滤器。
参数:
android:name
分类的名称。标准的分类在Intent类的API中又描述,像“CATEGORY_*”常量。指定的时候需要加"android.intent.category."前缀。比如常量值为CATEGORY_LAUNCHER的应该是 "android.intent.categ...
分类:
移动开发 时间:
2014-06-11 00:45:40
阅读次数:
206
判断浏览器的兼容问题:
IE9+支持地理定位,FF Chrome新版支持地理定位
if (navigator.geolocation) {
alert('支持地理定位');
} else {
alert('不支持地理定位');
}
获取自己位置经纬度
var x=d...
Blueprint(http://apiary.io/)是apiary公司的工具包,用来编写API文档,类似于Markdown,是一种标记语言。对于习惯使用RESTful API的同志们来说,使用Blueprint可以快速的写出高雅大气的文档:下面以一个Github中的Gist服务为例,简单的演示一下Blueprint的应用。原文地址:http://blog.callmewhy.com/2014/...
SELECT FU.description 操作者, ITM.SEGMENT1 物料编码,
ITM.DESCRIPTION物料描述, TXN.TRANSACTION_DATE 交易日期, TXN.PRIMARY_QUANTITY 交易数量,
TXN.SUBINVENTORY_CODE 仓库, M.....
分类:
数据库 时间:
2014-06-10 09:43:23
阅读次数:
329
select distinct msi.segment1 编码 ,
msi.description 描述 , msi.primary_unit_of_measure 单位 ,
msi.inventory_item_status_code 状态 , flv.MEANING 物料类型 , catb1.....
分类:
数据库 时间:
2014-06-10 09:42:04
阅读次数:
463
SELECTa.subinventory_code 子库代码,d.DESCRIPTION
子库描述 ,b.segment1 物料编码 ,b.description 物料描述 ,b.primary_unit_of_measure 单位
,SUM(a.primary_transaction_quanti...
分类:
数据库 时间:
2014-06-10 09:40:42
阅读次数:
253
SELECT FU.description 创建者,MSD.CREATION_DATE
创建日期, MSD.SCHEDULE_DESIGNATOR 计划名称, MSD.SCHEDULE_DATE 计划日期, MSI.SEGMENT1 物料编码,
MSI.DESCRIPTION描述, MSD.OR.....
分类:
数据库 时间:
2014-06-10 09:35:45
阅读次数:
274
select DISTINCTmsi.segment1编码 ,msi.description
描述 ,msi.item_type 物料类型 ,msi.inventory_item_status_code 状态 ,msi.planner_code
计划员from INV.MTL_SYSTEM_ITEM...
分类:
数据库 时间:
2014-06-10 09:32:28
阅读次数:
268
select msi.segment1 装配件编码 ,msi.description 装配件描述
,msi.item_type类型 ,msi.planner_code 计划员 ,msi1.segment1部件编码 ,msi1.description 部件描述
,msi1.primary_unit_o...
分类:
数据库 时间:
2014-06-10 09:31:16
阅读次数:
568
IntroductionThis page is a brief overview of
working with the MongoDB Java Driver.For more information about the Java API,
please refer to theonline A...
分类:
数据库 时间:
2014-06-10 00:56:32
阅读次数:
931