虽然现在很多比较大的网站已经不考虑ie6了,不过这些方法,或者其中原理还是值得记录下来的。所以整理的时候,把这篇文章留下了。看看现在这个层下面的select不是简单的隐藏了:)最后自己先点评下:上面的方法可以解决这个问题。不过有时也会只出现ifram白块,但要显示的东西没有出来这时你要修改“over...
分类:
其他好文 时间:
2014-05-26 22:01:36
阅读次数:
357
SELECT* FROM(SELECTT.*,ROWNUMBER() OVER() AS
ROWNUM FROM(SELECTL4_GDS_GROUP_CD CODE,L4_GDS_GROUP_DESC NAME
FROMDM_GDS_GROUP_INF_TD WHERE(L4_GDS_GROUP_...
分类:
数据库 时间:
2014-05-26 20:44:28
阅读次数:
256
加入购物车点击后进入/e/ShopSys/buycar/下一步进入/e/ShopSys/order/现在不想要/e/ShopSys/buycar/这一步,想直接进入/e/ShopSys/order/填写页面。修改顺序在ShopSysFun.php
分类:
其他好文 时间:
2014-05-26 15:44:32
阅读次数:
250
需求Message->option->settings->Txt
Message(SMS)->Sms size limit for converting to mms - Over 10 segmentOptions:-
over 3 pages- over 6 pages- over 10 pag...
分类:
其他好文 时间:
2014-05-26 15:10:16
阅读次数:
274
In Unity scripting, there are a number of event
functions that get executed in a predetermined order as a script executes. This
execution order is des...
分类:
其他好文 时间:
2014-05-26 12:20:20
阅读次数:
368
Given a linked list and a value x, partition it
such that all nodes less than x come before nodes greater than or equal to x.You
should preserve the o...
分类:
其他好文 时间:
2014-05-26 09:35:28
阅读次数:
266
SQLServer 分页查询1.SELECT TOP 30 * FROM ARTICLE WHERE
ID NOT IN(SELECT TOP 45000 ID FROM ARTICLE ORDER BY YEAR DESC, ID DESC) ORDER BY
YEAR DESC,ID DESC ...
分类:
数据库 时间:
2014-05-26 08:43:42
阅读次数:
270
【题目】
Given a matrix of m x n elements (m rows, n columns), return all elements of the matrix in spiral order.
For example,
Given the following matrix:
[
[ 1, 2, 3 ],
[ 4, 5, 6 ],
[ 7, 8, 9 ]
]
You should return [1,2,3,6,9,8,7,4,5].
【题意】
螺旋输出MxN...
分类:
其他好文 时间:
2014-05-24 23:11:02
阅读次数:
279
题目
Given an array with n objects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the order red, white and blue.
Here, we will use the i...
分类:
其他好文 时间:
2014-05-24 20:30:21
阅读次数:
342
123/** * 返回跟单信息 * * @return array 返回跟单相关信息 *
@author ZP 2013-12-17 11:55:16 * @modify YLP 2014-5-13 17:30:29 未采购和未到货不需要同时显示明细
*/function get_order_tra...
分类:
其他好文 时间:
2014-05-24 12:37:41
阅读次数:
309