摘要:
If you are running a Linux distro that uses Systemd, then you may find that your command in /etc/rc.local file would not run on system boot. This guid 阅读全文
摘要:
var $ = function (id) {return "string" == typeof id ? document.getElementById(id) : id;};var Each = function(list, fun){ for (var i = 0, len = list.length; i < len; i++) { fun(list[i], i); }}; 阅读全文