块级元素:div , p , form, ul, li , ol, dl, form, address, fieldset, hr, menu, table单独占一个块,每个块级元素都是从一个新行开始显示,而且其后的无素也需另起一行进行显示。内联元素:不会造成换行,如 s...
分类:
其他好文 时间:
2014-11-01 20:32:33
阅读次数:
170
The Tower of Babylon
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 2207
Accepted: 1244
Description
Perhaps you have heard of the legend of the Tower of Bab...
分类:
其他好文 时间:
2014-11-01 10:07:15
阅读次数:
259
/* 初始化CSS */html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { margin:0; padding:0; }fieldset, img { border:...
分类:
Web程序 时间:
2014-10-28 19:32:06
阅读次数:
218
block element * address - 地址 * blockquote - 块引用 * center - 举中对齐块 * dir - 目录列表 * div - 常用块级容易,也是css layout的主要标签 * dl - 定义列表 * fieldset - form控制组...
分类:
Web程序 时间:
2014-10-26 16:54:43
阅读次数:
220
Highcharts给了丰富的配置项,用于满足用户的需求。在我这个项目中,图表开始由美工设计,在应用highcharts的时候,读了highcharts的文档,着实仔细的配置了一番。比如Legend的配置,坐标轴的样式等等。先附上一个表格,再记录几个项目中用到的例子,备用。1. xAxis:...
分类:
其他好文 时间:
2014-10-26 12:58:38
阅读次数:
254
最近一个项目,用到了图表,找了很多,发现Highcharts 这个纯js的图表插件非常好用,功能强大。做个笔记,备用。基本构成,见图:在上图中,显示了做图表时最常配置的几个项目:xAxisX坐标yAxisy坐标Credits版权信息legend图例exporting导出选项Title 标题too.....
分类:
其他好文 时间:
2014-10-26 11:28:33
阅读次数:
210
今天遇到几个其他的问题:1.Y = exp(-X**2)这个里面的**是啥意思没搞明白http://stackoverflow.com/questions/9378420/how-to-plot-cdf-in-matplotlib-in-python2.legend()标记的时候,为啥是两个点出现....
分类:
编程语言 时间:
2014-10-23 15:58:30
阅读次数:
182
关键代码: /// /// 设置Legend位于底部并居中 /// /// Legend public static void SetBottomCenter(this Legend legend) { legend.Direction = LegendDirection....
分类:
其他好文 时间:
2014-10-23 14:12:55
阅读次数:
1458
用jQuery实现checkbox的全选和反选功能,当checkbox禁用时候不参与全选功能
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;paddin...
分类:
其他好文 时间:
2014-10-22 15:53:44
阅读次数:
154
pre class="html" name="code">pre class="html" name="code">pre class="html" name="code">pre class="html" name="code">{
"y_legend":{
"text": "Time of day",
"style": "{color: #736AFF...
分类:
其他好文 时间:
2014-10-22 11:08:23
阅读次数:
242