1.select sum(CASE WHEN A.[STATUS]=0 THEN 1 ELSE
0 end) as a1,sum(CASE A.[STATUS] WHEN 1 THEN 1 ELSE 0 end) as a2,sum(CASE
A.[STATUS] WHEN 2 THEN 1 ELS...
分类:
数据库 时间:
2014-06-04 21:10:46
阅读次数:
513
You are climbing a stair case. It takesnsteps
to reach to the top.Each time you can either climb 1 or 2 steps. In how many
distinct ways can you climb...
分类:
其他好文 时间:
2014-06-04 19:53:34
阅读次数:
173
Given an array of strings, return all groups of
strings that are anagrams.Note: All inputs will be in
lower-case.classSolution{public:vectoranagrams(v...
分类:
其他好文 时间:
2014-06-04 19:29:39
阅读次数:
247
一、案例分析Oracle Report Builder
因落伍的技术和糟糕的交互性,特别是无法随心所欲的进行排版,逐渐被淘汰,而BI(XML) Publisher 也是其中的一种替代技术,
此文介绍了如何将Report Builder建立的RDF文件转换成最新的XML Publisher所使用的xm...
分类:
其他好文 时间:
2014-06-04 18:40:23
阅读次数:
254
一. 汇总 1. 建立rdf报表 2. 开发rtf模板 3. 建立可执行程式 4.
建立并发程式 5. 注册data defination 6. 注册template 7. 运行程式 8.
开发程式中间,需将输出模式修改为xml,产生xml文件,以做rtf开发准备原始数据二、分步解析1. 建立rdf...
分类:
其他好文 时间:
2014-06-03 13:55:15
阅读次数:
288
dx是一套简单的开发规则。它说白了就是迭代开发,在短周期内迭代处理”所有事情“,这里所指的”所有事情“包括需求、分析、设计、实现、测试和文档等等。它的大概流程是这样:1.
初始探索 跟客户坐下来一起讨论系统到底是做什么的。在这个过程中,识别出系统的use-case也就是我们所说的user-stor....
分类:
编程语言 时间:
2014-05-30 11:07:43
阅读次数:
338
本文希望通过简单的总结,把常用的查询方法予以总结,希望能够明确在心主要涵盖:模糊查询、排序、分组、集合函数、TOP、Case包括:Between、In、Like、And、Or、Order
by包括:Group by、Distinct、MAX\MIN、Avg、Count、Sum、Having、Top、...
分类:
数据库 时间:
2014-05-29 23:13:46
阅读次数:
456
string sqlStr = "update sys_case t set t.content
=:CONTENT,t.property=:PROPERTY where id=:ID"; OracleParameter[] parameterValue =
{ ...
分类:
数据库 时间:
2014-05-29 12:18:04
阅读次数:
283
if we want to filter with sed pattern and just
print the filtered lines without any further editing , we can do it like thisls
-a1 ~ | sed -ne "/^\./p...
分类:
其他好文 时间:
2014-05-28 22:58:56
阅读次数:
294
原题地址:https://oj.leetcode.com/problems/climbing-stairs/题意:You
are climbing a stair case. It takesnsteps to reach to the top.Each time you can
either cl...
分类:
编程语言 时间:
2014-05-28 03:27:49
阅读次数:
267