摘要: 想换个高端大气上档次的博客园主题。试试这位大佬基于next-theme的博客园主题cnblogs-theme-next。 Github地址:https://github.com/MakerGYT/cnblogs-theme-next ##博客园申请js权限。(管理-设置-申请js权限) 步骤见该文: 阅读全文
posted @ 2021-02-02 23:46 朝日asahi 阅读(774) 评论(0) 推荐(3)
摘要: 博客园的主题除了预设的那些之外,也可以使用各路大神开源的模板,或者自定义自己想要的板式和插件~ 做到这些需要先【申请js权限】。这里记录下具体步骤。 1. 找到设置页面:【我的博客】-【管理】-【设置】 2. 找到【申请JS权限】,填写内容提交申请 言辞诚恳礼貌即可~ 3. 通过啦 打开刚刚的设置页 阅读全文
posted @ 2021-02-02 23:02 朝日asahi 阅读(169) 评论(0) 推荐(0)
摘要: 已知:在VS-Code中,新建html文件后,输入感叹号!后按下Enter或者Tab键可以快速生成默认的HTMl内容。 添加自定义的文件模板 1.文件-》首选项-》用户片段 2.在弹出的选项里选择新代码片段。(也可选择为指定文件夹设置模板) 3.键入新代码片段的名称 4.编辑代码模板 { "vue  阅读全文
posted @ 2021-01-30 16:37 朝日asahi 阅读(802) 评论(0) 推荐(0)
摘要: window-》Preferences-》java-》Editor-》Content Assist 一:Auto activation delay 智能提示反应时间(毫秒) 二:Auto activation triggers 触发提示的字符 ._abcdefghijklmnopqrstuvwxyz 阅读全文
posted @ 2019-02-22 15:46 朝日asahi 阅读(129) 评论(0) 推荐(0)
摘要: Building web applications with Spring Boot and Kotlin https://www.slideshare.net/masuda220/spring-82650951 https://togetter.com/li/1320727 https://www 阅读全文
posted @ 2019-02-19 18:51 朝日asahi 阅读(137) 评论(0) 推荐(0)
摘要: 百分比数参照物 属性值设置为百分比时,所参照的对象: 参照父元素宽度:padding,margin,width,text-indent 参照父元素高度:height 参照自身:transform中的translate() DOM属性之 OffsetWidth / ClientWidth / Scro 阅读全文
posted @ 2019-01-16 22:29 朝日asahi 阅读(1146) 评论(0) 推荐(0)
摘要: 端口不同会判断为不同域 Method Not Allowed 。 web.config中设定·customHeaders 错误变化为 原因‘ post方法使用前会有一次OPTION方法的请求’ 解决:在controller中添加 解决。 阅读全文
posted @ 2018-12-17 14:40 朝日asahi 阅读(513) 评论(0) 推荐(0)
摘要: 1.安装node.js 下载Node.js官网 cmd下确认node已安装 node -v ※进入node环境 2.确认npm已安装(Node.js的包管理工具(package manager)) npm已经在Node.js安装的时候顺带装好了 npm -v 3.live server插件安装 np 阅读全文
posted @ 2018-11-01 15:42 朝日asahi 阅读(503) 评论(0) 推荐(0)