- 博客(4)
- 收藏
- 关注
原创 State Machine 实现
The working logic -Start one action inspecific offset -Stop the actionafter the specific duration -Re-start the actionafter specific cycle time How to do -Using the concept ofstate machine -U
2015-04-20 22:38:16 335
原创 Grunt 从零开始
Inthis article I will go through: -Grunt环境配置 -Grunt相关组件安装 -一个简单的Grunt例子 What needed 配置环境 -安装 NodeJS 并且设置全局变量 -打开NodeJs console 运行‘npm install’ 检查当前环境是否配置正确 -"npm install -g grunt-cli"c
2015-03-31 22:02:59 292
原创 JS模块化设计初探
基于模块的JS程序设计十分常见,易用。下面总结了几种在工作中遇到的常见样式: 一,基本模块 1,代码示例: (function(){ //所有的函数和变量在此声明,并且可以访问外部变量 }()) 2,说明 说其实基本格式,其实就是JS中的匿名函数闭包。 在函数表达式中内部依然可以访问外部的全局变量 二,全局变量导入 1,代码示例 (function($
2015-03-11 22:42:42 325
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人