摘要: Emmet (前身为 Zen Coding) 是一个能大幅度提高前端开发效率的一个工具 一、下载 电脑环境:Windows 10 Enterprise, 64-bit Operating System Notepad++: Notepad++ 7.8 release (32-bit x86) Emm 阅读全文
posted @ 2019-10-18 18:20 OPIG 阅读(743) 评论(0) 推荐(0) 编辑
摘要: 前言 一直觉得 SnapKit 和 Masonry 这两个框架设计和封装的很好,用起来的体验也是一致的,翻了下它们的源码,对其设计方式和涉及的技术做了下记录。文章打算围绕,给谁做约束?如何设置约束?设置完后如何处理?这三个问题看看 SnapKit 和 Masnory 分别是怎么做的,正好也能够窥探下 阅读全文
posted @ 2018-11-02 17:51 OPIG 阅读(596) 评论(0) 推荐(0) 编辑
摘要: 使用JS也算有段时日,然对于数组的使用,总局限于很初级水平,且每每使用总要查下API,或者写个小Demo测试下才算放心,一来二去,浪费不少时间;思虑下,堪能如此继续之?当狠心深学下方是正道。 一, 数组常用方法 1. 数组的创建 要说明的是,虽然第二种方法创建数组指定了长度,但实际上所有情况下数组都 阅读全文
posted @ 2018-11-02 14:03 OPIG 阅读(190) 评论(0) 推荐(0) 编辑
摘要: Now you can use the SQL Server Managerment Studio to do this: Connect to the SQL Azure database. 通过 SQL Server Management Studio 工具连接Azure 数据库 Right c 阅读全文
posted @ 2018-02-05 15:35 OPIG 阅读(178) 评论(0) 推荐(0) 编辑
摘要: 认识Webpack 网上已经有不少Webpack教程入门教程了。 本文记录了我以我的方式方法、思路认识了解Webpack。从官方的Tutorial入手,不断提出问题、解决,一步一步认识Webpack。 从早期的自己写脚本,到现在的各种构建工具,前端工程化已经发展到新的阶段了。 早先在百度地图的时候, 阅读全文
posted @ 2018-01-11 21:32 OPIG 阅读(273) 评论(0) 推荐(0) 编辑
摘要: Node.js npm 详解 一、npm简介 安装npm请阅读我之前的文章Hello Node中npm安装那一部分,不过只介绍了linux平台,如果是其它平台,有前辈写了更加详细的介绍。 npm的全称:Node Package Manager. ####(1)通俗的理解 其实从字面意思就可以理解这个 阅读全文
posted @ 2018-01-11 21:31 OPIG 阅读(361) 评论(0) 推荐(0) 编辑
摘要: Front end build tools can be confusing even to experienced developers like me. The solution is to understand how they work — and work together — on a 阅读全文
posted @ 2018-01-11 17:13 OPIG 阅读(234) 评论(0) 推荐(0) 编辑
摘要: https://www.ntu.edu.sg/home/ehchua/programming/howto/Git_HowTo.html#zz-7. 1. Introduction GIT is a Version Control System (VCS) (aka Revision Control 阅读全文
posted @ 2018-01-11 00:25 OPIG 阅读(290) 评论(0) 推荐(0) 编辑
摘要: In Part 1 of this two-part GitHub tutorial, we examined the main uses for GitHub and bega5n the process of signing up for a GitHub account and creatin 阅读全文
posted @ 2018-01-10 23:06 OPIG 阅读(357) 评论(0) 推荐(0) 编辑
摘要: It’s 2013, and there’s no way around it: you need to learn how to use GitHub.2 Why? Because it’s a social network that has completely changed the way 阅读全文
posted @ 2018-01-10 22:51 OPIG 阅读(205) 评论(0) 推荐(0) 编辑
点击这里给我发消息