码迷,mamicode.com
首页 >  
搜索关键字:use case    ( 38996个结果
10g full join 优化
今天一个女生咨询我报名学优化。聊着聊着就让我优化一个sql,贴给大家看一下 select (case when grouping(allwo.workshop_code) = 1 then '' else nvl(max(allwo.workshop_code), '未维护车间') end) worksho...
分类:其他好文   时间:2014-05-07 06:45:47    阅读次数:398
POJ2411:Mondriaan's Dream(状态压缩)
Description Squares and rectangles fascinated the famous Dutch painter Piet Mondriaan. One night, after producing the drawings in his 'toilet series' (where he had to use his toilet paper to draw on,...
分类:其他好文   时间:2014-05-07 05:16:29    阅读次数:385
[ACM] poj 2096 Collecting Bugs (概率DP,期望)
Collecting Bugs Time Limit: 10000MS   Memory Limit: 64000K Total Submissions: 2026   Accepted: 971 Case Time Limit: 2000MS   Special Judge Description Ivan is fond o...
分类:其他好文   时间:2014-05-07 04:29:43    阅读次数:450
CareerCup之1.1字符串中字符判重
【题目】 Chapter 1 | Arrays and Strings 原文: 1.1 Implement an algorithm to determine if a string has all unique characters. What if you can not use additional data structures? 译文: 实现一个算法来判断一个字符串中的字符...
分类:其他好文   时间:2014-05-07 04:27:41    阅读次数:312
Cracking the coding interview
CareerCup 目录 Chapter 1 | Arrays and Strings 1.1  Implement an algorithm to determine if a string has all unique characters. What if you can not use additional data structures? 1.2 Write co...
分类:其他好文   时间:2014-05-07 04:25:44    阅读次数:320
需求用例分析之级别设置
在《编写有效用例》(阿莱斯特-科伯恩著,以下用科伯恩用例来指代)一书中,赋予了用例不同的级别,科伯恩形象的设定了如下级别:海平面、云朵、风筝、蛤等等。  科伯恩建议用例级别分为多个个目标层次:概要、用户目标、子功能,书写需求用例时,只能选择其一,下面对其具体说明: 概要:包括多个用户目标,它有“显示相关目标的生命周期顺序”和“为低层用例提供一个目录表”的功能,概要用例通常需要执行几...
分类:其他好文   时间:2014-05-07 04:19:14    阅读次数:330
SQL_实验2.1.3 清华大学出版社
实验目标:熟悉实体完整性,参照完整性,事务的处理; /*1.在数据库school表中建立表Stu_uion,进行主键约束,在没有违反实体完整性的前提下插入并更新一条记录*/ Use school create table stu_uion ( sno char(5) not null unique, sname char(8), ssex char(1), sage in...
分类:数据库   时间:2014-05-07 03:51:11    阅读次数:381
Verilog之case语句
verilog设计进阶 时间:2014年5月6日星期二   主要收获: 1.学会使用case语句; 2.学会使用随机函数$random。   $random: 1.函数说明:$random函数调用时返回一个32位的随机数,它是一个带符号的整形数。 2.产生0~59之间的随机数的例子: reg[23:0]rand; rand={$random}% 60; 3.产生一个在min...
分类:其他好文   时间:2014-05-06 21:39:28    阅读次数:353
SQL语句常用大全
一、基础 1、说明:创建数据库?CREATE DATABASE database-name? 2、说明:删除数据库?drop database dbname? 3、说明:备份sql server? --- 创建 备份数据的 device? USE master?EXEC sp_addumpdevice 'disk', 'testBack', 'c:\mssql7backup\MyNwin...
分类:数据库   时间:2014-05-06 18:57:44    阅读次数:506
平面坐标(方里网)转换为经纬度坐标
方法一: 在Arcmap中转换: 1、加载要转换的数据,右下角为经纬度 2、点击View——Data Frame Properties——Coordinate System 3、导入或选择正确的坐标系,确定。这时右下角也显示坐标。但数据没改变 4、右击图层——Data——Export Data 5、Use the same coordinate system a...
分类:其他好文   时间:2014-05-06 15:00:20    阅读次数:403
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!