摘要: vue2.x 代码片段 { "Print to console": { "prefix": "vCom", "body": [ "<template>", " <div>", " <!-- -->", " </div>", "</template>", "<script>", "export def 阅读全文
posted @ 2022-01-21 15:55 coffeemil 阅读(43) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <title></title> <style typ 阅读全文
posted @ 2022-01-12 02:20 coffeemil 阅读(75) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document< 阅读全文
posted @ 2022-01-12 00:59 coffeemil 阅读(42) 评论(0) 推荐(0)
摘要: word-wrap: normal|break-word; normal 只在允许的断字点换行(浏览器保持默认处理)。 break-word 在长单词或 URL 地址内部进行换行。 阅读全文
posted @ 2022-01-11 16:06 coffeemil 阅读(40) 评论(0) 推荐(0)
摘要: 1、使用css引入字体文件 目录结构 代码 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name= 阅读全文
posted @ 2022-01-03 03:04 coffeemil 阅读(417) 评论(0) 推荐(0)
摘要: sed -i "s|enabled=1|enabled=0|g" /etc/yum/pluginconf.d/fastestmirror.conf mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backu 阅读全文
posted @ 2021-12-26 22:36 coffeemil 阅读(34) 评论(0) 推荐(0)
摘要: var f = '99999999999'.replace(/\d{1,3}(?=(\d{3})+$)/g, '$&,') console.log(f) 阅读全文
posted @ 2021-12-02 14:58 coffeemil 阅读(68) 评论(0) 推荐(0)
摘要: 卸载dart-sass npm uninstall sass 安装node-sass npm install node-sass -D 阅读全文
posted @ 2021-11-23 10:29 coffeemil 阅读(262) 评论(0) 推荐(0)
摘要: console.time("timeTest"); 代码区域 coneole.timeEnd("timeTest"); 阅读全文
posted @ 2021-11-17 11:27 coffeemil 阅读(60) 评论(0) 推荐(0)
摘要: #region #endregion 阅读全文
posted @ 2021-11-17 11:24 coffeemil 阅读(298) 评论(0) 推荐(0)