12 2016 档案

摘要:JavaScript的同步和异步,以及JavaScript单线程的解读,参考阮一峰es6入门,es6标准api,火狐MDN 阅读全文
posted @ 2016-12-13 16:35 c3gen_小胖 阅读(46567) 评论(3) 推荐(12)
摘要:下载地址:http://dev.mysql.com/downloads/file/?id=467269 1.解压到自定义目录:我解压到了D盘的根目录 2.复制my-default.ini 重命名 my.ini 配置如下: [mysql]# 设置mysql客户端默认字符集default-charact 阅读全文
posted @ 2016-12-13 10:11 c3gen_小胖 阅读(15755) 评论(2) 推荐(1)
摘要:今天 打开虚拟机 忽然遇到这个问题: VMware Workstation cannot connect to the virtual machine. Make sure you have rights to run the program, access all directories the 阅读全文
posted @ 2016-12-12 16:13 c3gen_小胖 阅读(2621) 评论(0) 推荐(0)
摘要:/** * 扩展date函数 * author:c3gen */ Date.prototype.format = function(format) { var o = { "M+": this.getMonth() + 1, "d+": this.getDate(), "h+": this.getHours(... 阅读全文
posted @ 2016-12-09 15:06 c3gen_小胖 阅读(4042) 评论(0) 推荐(0)