上一页 1 ··· 5 6 7 8 9
摘要: 阅读全文
posted @ 2020-09-29 19:41 fnasklf 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2020-09-29 19:24 fnasklf 阅读(314) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-09-23 20:12 fnasklf 阅读(316) 评论(0) 推荐(0) 编辑
摘要: function Start(uname, age) { this.uname = uname; this.age = age; this.sayhai = function () { console.log('hi'); } } var zjl = new Start('zjl', '41'); 阅读全文
posted @ 2020-09-22 19:40 fnasklf 阅读(254) 评论(0) 推荐(0) 编辑
摘要: 用管理员身份运行cmd,进入安装目录下的bin文件夹(cd 进入文件夹 ,e:进入E盘),之后输入:mysqld --console --skip-grant-tables --shared-memory 若成功,cmd会卡住无法输入,需要另外打开一个cmd ,输入-u root -p 登录,需要密 阅读全文
posted @ 2020-09-16 11:32 fnasklf 阅读(275) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9