码迷,mamicode.com
首页 >  
搜索关键字:top    ( 21129个结果
20150621层叠轮播图
html================css=================*{ margin: 0;padding: 0;}#box1{z-index: 1;position: absolute;width: 240px;height: 160px;left: 0px;top: 48px;ba...
分类:其他好文   时间:2015-06-21 20:59:24    阅读次数:114
SVG画圆形进度条
HTML5自由者 SVG画圆形进度条 #svgForStroke { position: absolute; top: 0; left: 0; width: 200px; height: 200px; stroke-d...
分类:其他好文   时间:2015-06-21 18:33:22    阅读次数:279
程序员的量化交易之路(38)--Lean之实时事件处理接口IRealTimeHandler和RealTimeEvent6
转载需注明出处:http://blog.csdn.net/minimicall?viewmode=contents,http://cloudtrade.top/ 这节开始我们要开始说明另外一个模块:实时事件处理模块。 这个模块的工作是什么呢。它就是用来设置一些在特定时间需要执行的任务。比如,每天开盘的时候,你可以做一个什么动作,比如每天收盘的时候你也可以做一个动作。当然还有更为广泛的运用。 ...
分类:其他好文   时间:2015-06-21 14:29:45    阅读次数:319
Leetcode 120 Triangle
Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below.For example, given the fol...
分类:其他好文   时间:2015-06-21 11:46:45    阅读次数:81
PAT树_层序遍历叶节点、中序建树后序输出、AVL树的根、二叉树路径存在性判定、奇妙的完全二叉搜索树、最小堆路径、文件路由
03-树1. List Leaves (25)Given a tree, you are supposed to list all the leaves in the order of top down, and left to right.Input Specification:Each inpu...
分类:其他好文   时间:2015-06-21 07:10:18    阅读次数:305
JavaScript的DOM_获取元素周边大小
一、clientLeft 和 clientTop 这组属性可以获取元素设置了左边框和上边框的大小,目前只提供了 Left 和 Top 这组,并没有提供 Right 和 Bottom。 测试Div二、offsetLeft 和 offsetTop 1、这组属性可以获取当前元素相对于父元素的位置...
分类:编程语言   时间:2015-06-21 07:06:18    阅读次数:172
程序员的量化交易之路(37)--Lean之DataStream数据流7
转载需注明出处:http://blog.csdn.net/minimicall,http://cloudtrade.top 我们之前说明了数据读者,数据槽。将数据读取到队列中,在算法主线程中需要使用DataFeed线程的数据。这是一个典型的读者-写着问题。 在主线程中和DataFeed打教导的事DataStream。下面我们看它的代码。说明在注释中说明了。 /* * QUANTCONNEC...
分类:其他好文   时间:2015-06-21 02:06:51    阅读次数:250
Codeforces Round #308 (Div. 2)
A. Vanya and TableVanya has a table consisting of100rows, each row contains100cells. The rows are numbered by integers from1to100from bottom to top, t...
分类:其他好文   时间:2015-06-21 00:38:53    阅读次数:212
SQL 表 和字符串 互转
-- 表转字符串 stuff((select top 20 ','+ cast(QQ as varchar(50)) from dl_QQ order by qq for xml path('')),1,1,'')--字符串转表CREATE FUNCTION Split(@Text NVARCHAR...
分类:数据库   时间:2015-06-20 18:22:29    阅读次数:141
Triangle
Description:Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below.For example, g...
分类:其他好文   时间:2015-06-20 17:02:52    阅读次数:92
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!