CSS TYPOGRAPHY Review Great job! You learned how to style an important aspect of the user experience, typography. Let's review what you've learned so far: Typography is the art of arranging text on a page. Text can appear in any number of weights, wi…
第二章 目标的样式 要用CSS样式化一个HTML元素,必须要定位一个元素, CSS的选择器就是这样的手段. 这章中,你要学到的 • Common selectors 普通选择器 • Advanced selectors 高级选择器 • New CSS 3 selectors 新的CSS3选择器 • The wonderful world of specificity and the cascade 特征和层叠的奇妙世界 • Planning and maintaining your sty…
原文链接: https://github.com/dypsilon/frontend-dev-bookmarks Frontend Development Looking for something else? Take a look at the awesome collection of other awesome lists. Guides Bento: a collection of guides for web development. Hack Design: An easy to…
官网:http://swagger.io/ http://swagger.io/specification/ 上面就是描述了什么是 SWAGGER OBJECT 2. 如何用jax-rs 注解方式产生 SWAGGER CORE 3.如何更好的展现 SWAGGER UI 4.如何开始 找找demo 按部就班 在这里 在这里 The samples have moved to a new repository and contain various integrations and configur…
在一幅图表中,文本.坐标轴和图像的是信息传递的核心,对着三者的设置是作图这最为关心的内容,在上一篇博客中虽然列举了一些设置方法,但没有进行深入介绍,本文以围绕如何对文本和坐标轴进行设置展开(对图像的设置在后续介绍到各种图绘制时介绍). 这里所说的文本是指在使用matplotlib作图过程中通过代码的方式往图中添加的各种文字,包括figure标题.axes标题.坐标轴标签.坐标轴刻度标签.注释.普通文本等.轴设置指的是对与坐标轴相关的的元素的设置,例如显示范围.刻度.刻度标签等. In [1]…