摘要: 全局唯一标识符(GUID,Globally Unique Identifier)也称作 UUID(Universally Unique IDentifier) 。 GUID是一种由算法生成的二进制长度为128位的数字标识符。GUID 的格式为“xxxxxxxx-xxxx-xxxx-xxxx-xxxx 阅读全文
posted @ 2017-03-22 22:11 哈皮尘 阅读(1782) 评论(0) 推荐(0) 编辑
摘要: 语法: 带IN参数示例 阅读全文
posted @ 2017-03-22 21:52 哈皮尘 阅读(100) 评论(0) 推荐(0) 编辑
摘要: 安装nodejs后顺序执行如下命令: npm install webpack -g npm install vue-cli -g vue init webpack my-project cd my-porject npm i npm run dev 阅读全文
posted @ 2017-02-12 23:59 哈皮尘 阅读(261) 评论(0) 推荐(0) 编辑
摘要: unit测试 unit测试 安装karma-chrome-luncher npm install karma-chrome-launcher -save 在karma.conf.js中添加: 在karma.conf.js中添加: plugins: [ 'karma-chrome-launcher', 阅读全文
posted @ 2017-02-12 23:55 哈皮尘 阅读(3644) 评论(0) 推荐(0) 编辑