码迷,mamicode.com
首页 >  
搜索关键字:use    ( 28727个结果
CDISC SDTM SU domain 学习笔记
?? 【整理翻译自 SDTM IG 3.2: www.cdisc.org/SDTM】 SU(Substance Use  药物使用) SUGRPID:  用来关联一个subject的相关记录 SUSPID: sponsor定义的参考序号. 可以是预先打印在CRF上的信息 SUTRT(Reported Name of Substance): 药物名称   如: 烟, 咖...
分类:其他好文   时间:2016-05-12 22:25:25    阅读次数:514
一个复杂的SQL存储过程例子
USE [DB_YH_ERP_GW_V2_NewReq] GO /****** Object:  StoredProcedure [dbo].[sp_FactoryAllocationFind]    Script Date: 05/09/2016 08:45:52 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO --...
分类:数据库   时间:2016-05-12 21:22:23    阅读次数:224
UML之用例图分析(关联、泛化、包含、扩展)
用例图:由参与者(Actor)、用例(Use Case)以及它们之间的关系、系统边界构成的用于描述系统功能的静态视图。...
分类:其他好文   时间:2016-05-12 21:18:33    阅读次数:271
Google示例SlidingTabsColors分析
/* * Copyright 2013 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You ma...
分类:其他好文   时间:2016-05-12 20:20:18    阅读次数:242
62、LruCache图片缓存
public class ImageCache {private ImageCache() {// use 1/8 of available heap sizecache = new LruCache((int) (Runtime.getRuntime().maxMemory() / 8)) {@Overrideprotected int sizeOf(String key, Bitmap val...
分类:系统相关   时间:2016-05-12 20:19:18    阅读次数:318
googles示例RecyclerView
/* * Copyright (C) 2014 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may...
分类:其他好文   时间:2016-05-12 20:11:52    阅读次数:237
sqlserver拆分字符串函数 及应用
USE [dataChange] GO /****** Object: UserDefinedFunction [dbo].[f_splitSTR] Script Date: 05/09/2016 15:04:21 自己修改数据库名,直接执行就可以了******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO ALTER FUNCTION...
分类:数据库   时间:2016-05-12 19:51:19    阅读次数:212
mysql常用的语句
(一)创建,删除和最基本查询: 显示数据库  mysql->show databases; 创建数据库  mysql->create database db; 删除数据库 mysql->drop database db; 选择数据库  mysql->use db 创建表      mysql->create table mytable(name varchar(20)...
分类:数据库   时间:2016-05-12 19:40:45    阅读次数:224
how to use dbx in Solaris -Debugging Your Program With dbx
发现gdb在Linux上挺好用的,但是在solaris上却不能用,在Solaris上要用dbx。下面就来学习一下如何用dbx. http://docs.oracle.com/cd/E19422-01/819-3683/getting_started.html#pgfId-26812 dbx http://stackoverflow.com/questions/114236/solar...
分类:数据库   时间:2016-05-12 17:53:42    阅读次数:256
Magento 属性与属性集
Use In Layered Navigation: 控制前台筛选的选项 ·        Use in Layered Navigation (can be used only with catalog input typeDropdown, Multiple Select and Price). Since we selected  “Dropdown”, thisoption is ...
分类:其他好文   时间:2016-05-12 17:38:25    阅读次数:316
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!