Tomas DeMark在技术分析新义td回撤一章提到td回撤弧根据http://wealthv.com/learn/chartfilter/td_arcs.htm的描述,弧与预测的阻力线与支撑线之间存在先后关系1)股价先达到阻力线或支撑线,后到弧,表明此时市场动能或趋势强劲,将更可能突破到更高水平...
分类:
其他好文 时间:
2015-11-17 16:44:41
阅读次数:
180
1:html代码: <!--搜索框start-->
<div?class="row">
<form?id="manufactureFormSearch">
<table?class="formtable">
<tr>
<td><label?for="manufactureName">制造商名称:</label></td>
<td>...
分类:
其他好文 时间:
2015-11-16 12:39:35
阅读次数:
269
<tr?ng-repeat="item?in?items">
????????<td>{{$index?+?1}}</td>
????????<td>{{item.name}}</td>
????????<td>{{item.price?|?currency}}</td>
????????<td><input?n...
分类:
其他好文 时间:
2015-11-13 16:00:13
阅读次数:
245
css代码之所以初始化,是因为能尽量减少各浏览器之间的兼容性问题!腾讯QQ官网样式初始化body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0}body{font:12px"宋体","ArialNarrow",HELVETICA;background:#fff;-webkit-t..
分类:
Web程序 时间:
2015-11-12 16:07:33
阅读次数:
279
重置:body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0;}html,body { margin:0; padd....
分类:
其他好文 时间:
2015-11-12 13:27:27
阅读次数:
307
首先效果如下:代码如下://这个是一个循环,循环所有name为xx的td标签(也就是给tdname为XXX的添加事件)$("td[name='strGoodsSKU']").each(function(index,item){ var oldTest = $(this)...
分类:
其他好文 时间:
2015-11-12 13:23:02
阅读次数:
231
1.利用table特性,在widthandheightallset100%的时候,可以把容器嵌套在td内形成绝对居中,此时的被嵌套容器可为绝对或者相对大小。(非标准)注意不能加声明! 如是在标准模式下要加样式body,html{height:100%;padding:0;margin:0;} 2.....
分类:
Web程序 时间:
2015-11-10 20:55:12
阅读次数:
254
由于做一个TD游戏需要一些图片素材,可是现有的从网上下载的的图片资源是多张图片合在一起的,并且没有什么规则,虽然有 个xml文件似乎用来描述此图片内子图片位置大小等信息,但由于不想花太多时间在研究这个xml文件内容上,所以转变思路想写一个根据透明的边界自动分割 图片的工具.实现了,基本满足需要.主界...
Poem Poem Never increase, beyond what is necessary, the number of entities required to explain anything Never increase, beyond what is necessary,...
分类:
Web程序 时间:
2015-11-03 11:57:55
阅读次数:
203
定义表格边框的方法 今天学了个新方法,奉献给大家 以前都是定义table的上边和左边,然后定义td的右边和下边 没想到还有这么简便的方法,以后就用这个方法了 标准之路 www.aa25.cn 欢迎大家来访问 table width=1 就已经把宽度设置为 1 了我们面临的问题是这样的,每一...
分类:
其他好文 时间:
2015-11-02 10:15:44
阅读次数:
168