学习node.js的好书 下面是目录: Preface 1 Chapter 1: Understanding the Node Environment 7 Extending Javascr ipt 9 Events 10 Modularity 12 The Network 13 V8 15 Memory and other limits 16 Harmony 18 The process object 19 The Read-Eval-Print Loop and executing a N
/** * @license r.js 2.1.14 Copyright (c) 2010-2014, The Dojo Foundation All Rights Reserved. * Available via the MIT or new BSD license. * see: http://github.com/jrburke/requirejs for details */ /* * This is a bootstrap scr ipt to allow running Requ
function printdiv() { var headstr = ""; var footstr = ""; var newstr = document.getElementById("pDiv").innerHTML; var oldstr = document.body.innerHTML; document.body.innerHTML = headstr + newstr + footstr; window.print(); document.body.innerHTML = o
js导出excel支持各种浏览器,本人亲测,支持IE 火狐 chrome 360 等多种常用浏览器 function method1(tableid) {//整个表格拷贝到EXCEL中 if(getExplorer()=='ie') { var curTbl = document.getElementById(tableid); var oXL = new ActiveXObject("Excel.Application"); //创建AX对象excel var oWB = oXL.Workb