2018年的文章移至github上,点我去!2018年的文章移至github上,点我去!2018年的文章移至github上,点我去!

Fork me on GitHub

06 2016 档案

Electron使用与学习--(页面间的通信)
摘要:目录结构: index.js是主进程js。 说明: 这里主进程通过ipcMain响应来自index.html(渲染进程ipcRenderer)发出的指令。zqz-show,打开一个窗口 这里主进程通过ipcMain响应来自persWindow.html(渲染进程ipcRenderer)发出的指令。h 阅读全文

posted @ 2016-06-04 10:49 qize 阅读(23304) 评论(6) 推荐(4) 编辑

$.type 怎么精确判断对象类型的 --(源码学习2)
摘要:目标: var a = [1,2,3]; console.log(typeof a); //->object console.log($.type(a)); //->array jQuery -v1.12.4 1 jQuery.each( "Boolean Number String Functio 阅读全文

posted @ 2016-06-03 18:07 qize 阅读(414) 评论(0) 推荐(0) 编辑

$.extend()的实现源码 --(源码学习1)
摘要:目标: $.extend({ add:function(a,b){ return a + b; } }) console.log($.add(1,2)); 是怎么实现可以将add函数挂在jQuery后面? jQuery -v1.12.4 1 jQuery.extend = jQuery.fn.ext 阅读全文

posted @ 2016-06-03 17:41 qize 阅读(548) 评论(0) 推荐(0) 编辑

React的使用与JSX的转换
摘要:前置技能:Chrome浏览器 一.拿糖:React的使用 React v0.14 RC 发布,主要更新项目: 两个包: React 和 React DOM DOM node refs 无状态的功能组件 弃用 react-tools 编译器优化 吃糖:开门见山,上代码。 React v0.14 RC 阅读全文

posted @ 2016-06-01 21:17 qize 阅读(8455) 评论(0) 推荐(0) 编辑

导航

0 commits in this month

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示