在围观Drupal官方主题的时候,发现了一个有意思的非标准CSS选择器-webkit-font-smoothing,于是上手把玩了一番。如何使用css3字体平滑显示呢 要知道,W3C对CSS中字体的抗锯齿渲染是有过考虑的,如font-smooth,不过可能由于不同操作系统以及浏览器内核对字体的渲染存 ...
分类:
Web程序 时间:
2017-05-03 17:09:03
阅读次数:
244
John M. Lee is a famous mathematician, who bears the reputation of writing the classical book "Introduction to Smooth Manifolds". In his article, "Som ...
分类:
其他好文 时间:
2017-04-08 18:37:36
阅读次数:
233
This week, I had some mistakes. It is really hard to say: #1 py business what's happening How can I felt smooth while typing these codes? Everyone wil ...
分类:
其他好文 时间:
2017-04-07 23:13:28
阅读次数:
193
今天看了看天猫的网站,又了解到了一个新的CSS特性,但是没有被正式的web标准所采用,叫做-webkit-font-smoothing,他有三种属性: none 对低像素的文本比较好subpixel-antialiased 默认值antialiased 抗锯齿很好 这个就是能够让页面上面的字体看起来 ...
分类:
其他好文 时间:
2017-02-16 11:43:05
阅读次数:
153
1、将折线图的线改成有弧度线展示:在series加上smooth :true 列如: series : [ { name:'使用次数', type:'line', smooth :true, yAxisIndex: 1, data:[1,2,3] } ] ...
分类:
其他好文 时间:
2017-01-22 15:06:09
阅读次数:
171
转自【翻译】NeHe OpenGL 教程 前言 声明,此 NeHe OpenGL教程系列文章由51博客yarin翻译(2010-08-19),本博客为转载并稍加整理与修改。对NeHe的OpenGL管线教程的编写,以及yarn的翻译整理表示感谢。 NeHe OpenGL第三十七课:卡通映射 卡通映射: ...
分类:
其他好文 时间:
2016-12-31 18:00:57
阅读次数:
237
This article has nothing to do with the decision whether or not to abandon support for oldIE. You and you alone must take that decision based on the s ...
分类:
编程语言 时间:
2016-12-23 10:04:29
阅读次数:
302
http://blog.ibireme.com/2015/11/12/smooth_user_interfaces_for_ios/ 这篇文章会非常详细的分析 iOS 界面构建中的各种性能问题以及对应的解决思路,同时给出一个开源的微博列表实现,通过实际的代码展示如何构建流畅的交互。 Index演示项 ...
分类:
移动开发 时间:
2016-12-10 19:23:07
阅读次数:
323
Image src = javax.imageio.ImageIO.read(new File(".\\pictures\\00.jpg")) BufferedImage bufferedImage0 = new BufferedImage(w2,h2, BufferedImage.TYPE_INT ...
分类:
其他好文 时间:
2016-11-11 23:13:19
阅读次数:
206
package com.lvshandian.menshen.view;/** * Created by zhang on 2016/11/8. * 创建自定义滑动,禁止滑动的ViewPager */import android.content.Context;import android.supp ...
分类:
其他好文 时间:
2016-11-08 17:11:00
阅读次数:
297