Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

文章更新 [ 2016-03-07 ] #42

Open
yutingzhao1991 opened this issue Mar 8, 2016 · 0 comments
Open

文章更新 [ 2016-03-07 ] #42

yutingzhao1991 opened this issue Mar 8, 2016 · 0 comments
Labels

Comments

@yutingzhao1991
Copy link
Owner

  • 聊一聊前端自动化测试 (LingyuCoder)

    前言 为何要测试以前不喜欢写测试,主要是觉得编写和维护测试用例非常的浪费时间。在真正写了一段时间的基础组件和基础工具后,才发现自动化测试有很多好处。测试最重要的自然是提升代码质量。代码有测试用例,虽不能说百分百无bug,但至少说明测试用例覆盖到的场景是没有问题的。有测试用例,发布前跑一下,可以杜绝各种疏忽而引起的功能bug。自动化测试另外一个重要特点就是快速反馈,反馈越迅速意味着开发效率越高。拿UI组件为例,开发过程都是打开浏览器刷新页面点点点才能确定UI组件工作情况是否符合自己预期。接入自动化测试以后,通过脚本代替这些手动点击,接入代码watch后每次保存文件都能快速得知自己的的改动是否影响功能,节省了很多时间,毕竟机器干事情比人总是要快得多。...

  • Web语义化标准解读 (kuitos)

    15年年末写了篇关于BEM方法论(实践上内容并不是原BEM)的文章,文末给自己挖了个坑说要聊聊Web语义化,跳票至今😂。16年第一篇用来填坑好了! 什么是语义化> The Semantic Web provides a common framework that allows data to be shared and reused across application, enterprise, and community boundaries. --Wikipedia...

  • 使用 stroke-dasharray 制作环形图 (YIXUNFE)

    使用 stroke-dasharray 制作环形图近期项目中有一个环形图的需求,经过大家研究后决定使用一款开源插件完成。选用插件主要是考虑到需要兼容 IE678,而目前我们团队中没人熟悉 VML。但是这里我仅简单介绍下我们完成的 N 个实验性方案中的一个 —— 使用 stroke-dasharray 制作环形图。
    原理以前在《玩转虚线边框》的文章中提及过,SVG 元素可以通过 stroke-dasharray 设置虚线边框的长度以及虚线之间的宽度。所以我们只需要通过圆形的路径,使用虚线长度表述所占百分比即可。...

  • 快速佈署 Devify Server 到 Azure (jollen)

    1. 使用 Devify 一鍵佈署2. 在 Azure 應用程式設定,將 Web 通訊端 功能開啟2016-03-07 12 11 09...
  • IFrame in reading log escaped as markdown (AustinRochford)

    http://austinrochford.com/reading.htmlSeems to be related to a pandoc issue. Haven't figured out how to fix this using Hakyll (yet)....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant