new document div{position:absolute;width:200px;height:200px;left:0;top:0;right:0;bottom:0;margin:auto;border-radius:50%;backgroun...
分类:
Web程序 时间:
2014-06-18 21:43:53
阅读次数:
358
css:#profile_block{text-align:center;position:absolute; top:60px; right:10px;}#blog-calendar{border-radius: 7px;background:#fff;}#p_b_follow{padding-t...
分类:
其他好文 时间:
2014-06-18 19:09:20
阅读次数:
198
织梦菜单导航调用特定栏目的修改正常:{dede:channel type='top' row='10' currentstyle="~typename~"} [field:typename/] {/dede:channel}变成:{dede:channelartlist typeid="2...
分类:
其他好文 时间:
2014-06-18 19:03:16
阅读次数:
3850
WHAT?集成是这样一种软件开发行为:将一些独立的软件组合为一个完整的系统。WHY?更容易诊断缺陷尽早获得一个可工作的产品更好的顾客关系增强士气更可靠地估计进度表更准确的现状报告HOW?集成的两种方式阶段式集成(爆炸集成)增量集成(滚雪球集成)增量集成的策略自顶向下(Top-Down):使用底层st...
分类:
其他好文 时间:
2014-06-18 17:48:18
阅读次数:
170
在应用有frameset或者iframe的页面时,parent是父窗口,top是最顶级父窗口(有的窗口中套了好几层frameset或者iframe),self是当前窗口, opener是用open方法打开当前窗口的那个窗口。window.self功能:是对当前窗口自身的引用。它和window属性是等...
Top 10 jQuery Mobile Code Snippets that you need to knowjQuery Mobileis a framework for mobile web apps and mobile websites with an aim to provide a u...
分类:
Web程序 时间:
2014-06-18 13:14:47
阅读次数:
259
As virtualization shifts the network edge from top of rack switches to software virtual switches running on the hypervisors; visibility in the virtual...
分类:
Web程序 时间:
2014-06-18 11:17:18
阅读次数:
626
//菜单下拉function menu(){ var oNav=document.getElementById('top-menu'); var aLi=oNav.getElementsByTagName('li'); for(var m=0;m<aLi.length;m++) { ...
分类:
其他好文 时间:
2014-06-17 19:47:29
阅读次数:
249
rownum是oracle的一个伪劣,它的顺序根据从表中获取记录的顺序递增,这里要注意的是:由于记录在表中是无序存放的,因此你无法通过简单的rownum和order by的组合获得类似TOP N的结果。
我们的测试数据如下:
select * from test;
ID NAME
---------- --------------------
1 A...
分类:
数据库 时间:
2014-06-17 19:29:14
阅读次数:
275
项目中用的grunt-contrib-less, 写了以下less代码.mapfix{ position: fixed; top:10px; width: 430px; z-index: 100; background: #fff; -position:absolute; top:exp...
分类:
Web程序 时间:
2014-06-17 15:26:30
阅读次数:
239