开启https服务的时候报错fs.js:427
return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);
^
Error: ENOENT, no such file or directory 'ssh_key.pem'
return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);
^
Error: ENOENT, no such file or directory 'ssh_key.pem'
2016-09-26
setTimeout(function () {var marginLeftValue = parseInt( ball.style.marginLeft, 10 );
if ( marginLeftValue === distance ){
cb && cb();return;
}else { if ( marginLeftValue < distance ){marginLeftValue++;}else {marginLeftValue--;} } ball.style.marginLeft = marginLeftValue + "px";
if ( marginLeftValue === distance ){
cb && cb();return;
}else { if ( marginLeftValue < distance ){marginLeftValue++;}else {marginLeftValue--;} } ball.style.marginLeft = marginLeftValue + "px";
2016-09-26