09 2020 档案
摘要:1 /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ 2 3 /* Document 4 */ 5 6 /** 7 * 1. Correct the line height in all brow
阅读全文
摘要:function Start(uname, age) { this.uname = uname; this.age = age; this.sayhai = function () { console.log('hi'); } } var zjl = new Start('zjl', '41');
阅读全文
摘要:用管理员身份运行cmd,进入安装目录下的bin文件夹(cd 进入文件夹 ,e:进入E盘),之后输入:mysqld --console --skip-grant-tables --shared-memory 若成功,cmd会卡住无法输入,需要另外打开一个cmd ,输入-u root -p 登录,需要密
阅读全文