这里需要使用到case when语句,这个就是sql中的if else语句: select a.ins_id, b.product_id, b.product_name, c.cust_id, c.cust_name, c.cust_sex, c.cust_age, c.family_num, --...
分类:
数据库 时间:
2014-06-27 16:11:21
阅读次数:
297
问题分析:1、安装了ODP.NET后出的问题;2、具体表现为D:\app\Administrator\product\11.2.0下面多了一个文件夹2.1.1、D:\app\Administrator\product\11.2.0\client_2解决方法:1、将D:\app\Administrat...
分类:
数据库 时间:
2014-06-27 14:15:49
阅读次数:
208
Given a string S, find the longest palindromic substring in S. You may assume that the maximum length of S is 1000, and there exists one unique longes...
分类:
其他好文 时间:
2014-06-27 12:46:45
阅读次数:
238
Find the contiguous subarray within an array (containing at least one number) which has the largest sum.
分类:
其他好文 时间:
2014-06-27 11:43:25
阅读次数:
173
网页宽度页面box不要写宽度或width:100%之类的去掉头部加上下面代码:<metaname="viewport"content="width=device-width,initial-scale=1.0,minimum-scale=0.5,maximum-scale=2.0,user-scalable=yes"/>图片宽度<scripttype="text/javascript">functioninit(){varji..
分类:
移动开发 时间:
2014-06-27 07:05:34
阅读次数:
239
Find the contiguous subarray within an array (containing at least one number) which has the largest sum.For example, given the array[?2,1,?3,4,?1,2,1,...
分类:
其他好文 时间:
2014-06-26 15:10:47
阅读次数:
168
说点关于Yii的 Yii::app()->createUrl 与 CHtml::normalizeUrl 使用的问题
array('product/view'),这里怎么写你有仔细想过么...
分类:
移动开发 时间:
2014-06-26 11:54:48
阅读次数:
244
Say you have an array for which theithelement is the price of a given stock on dayi.Design an algorithm to find the maximum profit. You may complete a...
分类:
其他好文 时间:
2014-06-25 12:59:40
阅读次数:
202
工厂模式: 定义一个用于创建对象的接口,让他的子类决定实例化哪个类.使类的实例化延迟到子类.1.普通的工厂模式:public class GoodProduct implements Product { private String prodInfo = "Iam the good prod"; p...
分类:
其他好文 时间:
2014-06-25 11:52:08
阅读次数:
231
测试环境
SQL> select * from v$version;
BANNER
--------------------------------------------------------------------------------
Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Product...
分类:
其他好文 时间:
2014-06-25 07:48:19
阅读次数:
273