上一页 1 2 3 4 5 6 ··· 15 下一页
摘要: 1.默认情况下,idea中html的注释是顶格的 2.如何取消顶格?设置自动空格? 打开设置-code style - html - 取消下图中的两个勾选项 3.设置后效果如下: 阅读全文
posted @ 2021-07-05 14:15 Cynthia娆墨旧染 阅读(2158) 评论(0) 推荐(1) 编辑
摘要: 背景介绍: 接口返回了一下这个字段,前端也有这个字段,两个string然后用 比对,结果返回false 定位问题: 1..复制这个值在console里黏贴一下发现:chorme里console的字符后面出现了小红点 2.猜测可能是什么不可见字符 const re = /[\0-\x1F\x7F-\x 阅读全文
posted @ 2021-05-14 10:22 Cynthia娆墨旧染 阅读(526) 评论(0) 推荐(0) 编辑
摘要: npm i --save-dev less less-loader ERROR Failed to compile with 1 error 下午3:26:32 error in ./src/App.vue?vue&type=style&index=0&lang=less& Syntax Error 阅读全文
posted @ 2021-04-23 13:31 Cynthia娆墨旧染 阅读(1125) 评论(0) 推荐(0) 编辑
摘要: 【一】相关软件 【二】js入门基础 【三】常用框架 【四】发展历程 阅读全文
posted @ 2021-04-22 09:53 Cynthia娆墨旧染 阅读(78) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-04-22 09:43 Cynthia娆墨旧染 阅读(86) 评论(0) 推荐(0) 编辑
摘要: 1.背景:https://developers.weixin.qq.com/community/develop/doc/000cacfa20ce88df04cb468bc52801?highLine=getUserProfile%2520unionId 请注意下面画红线的部分!!! 2.坑是这样的: 阅读全文
posted @ 2021-04-20 16:38 Cynthia娆墨旧染 阅读(754) 评论(0) 推荐(0) 编辑
摘要: 1.官网地址:https://work.weixin.qq.com/api/doc/90000/90136/90497 2.下载好文件,在main.js中引入文件。 import '@/assets/js/weinxin/weixin-js-sdk-1.6.0.js'; // 微信sdk impor 阅读全文
posted @ 2021-01-19 14:45 Cynthia娆墨旧染 阅读(2641) 评论(0) 推荐(0) 编辑
摘要: 0.效果图,其他效果参考 https://huaji8.top/post/live2d-plugin-2.0/ 1. 博客园-设置-博客园设置-博客侧边栏公告 2.添加下面的代码 <script type="text/javascript" charset="utf-8" src="https:// 阅读全文
posted @ 2020-12-29 15:07 Cynthia娆墨旧染 阅读(402) 评论(0) 推荐(0) 编辑
摘要: 1.html <!-- 上传:限制excel--> <el-upload class="btn-upload" :action="''" :http-request="uploadBtn" :on-error="uploadError" :show-file-list="false" accept= 阅读全文
posted @ 2020-12-18 11:22 Cynthia娆墨旧染 阅读(2599) 评论(1) 推荐(0) 编辑
摘要: 1.背景 java项目里的jsp文件改后不能自动更新,需要重启才能在浏览器里看到效果。 2.解决方法: 在server里把以下两项配置成Update resouces。配置完后,重启项目。再修改时,浏览器里会自动更新内容。 3.如果你的下拉选项里没有这项,请确认deployment里添加的是erp- 阅读全文
posted @ 2020-11-20 16:31 Cynthia娆墨旧染 阅读(2621) 评论(0) 推荐(0) 编辑
摘要: git config --global http.sslverify false 阅读全文
posted @ 2020-07-15 14:09 Cynthia娆墨旧染 阅读(1186) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-05-11 15:39 Cynthia娆墨旧染 阅读(86) 评论(0) 推荐(0) 编辑
摘要: PO 是 Persistant Object 的缩写,用于表示数据库中的一条记录映射成的 java 对象。PO 仅仅用于表示数据,没有任何数据操作。通常遵守 Java Bean 的规范,拥有 getter/setter 方法。 DAO 是 Data Access Object 的缩写,用于表示一个数 阅读全文
posted @ 2020-05-11 15:36 Cynthia娆墨旧染 阅读(648) 评论(0) 推荐(0) 编辑
摘要: 【】插入排序 var arr = [1, 3, 2, 7, 4, 5, 6, 8, 7]; var current = null var preIndex = null var insertionSort = (arr) => { for (var i = 1; i < arr.length; i+ 阅读全文
posted @ 2020-05-11 15:02 Cynthia娆墨旧染 阅读(156) 评论(0) 推荐(0) 编辑
摘要: 本文以一个小机器人的动画为示例。 1.data.json文件目录:/src/assets/images/robot 2.main.js // lottie import lottie from 'vue-lottie'; Vue.component('lottie', lottie); 3.写一个机 阅读全文
posted @ 2020-05-06 11:53 Cynthia娆墨旧染 阅读(4480) 评论(1) 推荐(1) 编辑
摘要: 去掉下图前面的两个checkbox,然后点apply或者ok按钮: 阅读全文
posted @ 2020-04-24 11:05 Cynthia娆墨旧染 阅读(1144) 评论(0) 推荐(0) 编辑
摘要: 场景:一个项目多个人用不同编辑器开发的时候,.editorconfig可以统一编辑器配置。避免各种换行空格数不一致等问题。 操作步骤:webstorm里找到配置,按照以下图示导出.editorconfig,.editorconfig文件会出现在项目的根目录里: 阅读全文
posted @ 2020-04-24 10:59 Cynthia娆墨旧染 阅读(1656) 评论(0) 推荐(0) 编辑
摘要: 场景:优化打包后的代码,提高性能。 1.方式一:report-json。 1.1 package.json文件里加入以下命令, 1.2 然后控制台运行 npm run report 1.3 结果:会在dist文件夹里生成 report.json。里面有打包后每个文件的来源。 2.方式二:使用 sta 阅读全文
posted @ 2020-01-17 11:01 Cynthia娆墨旧染 阅读(1214) 评论(0) 推荐(0) 编辑
摘要: 打包结果如下: 打包结果如下: 阅读全文
posted @ 2020-01-14 16:34 Cynthia娆墨旧染 阅读(191) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-10-22 15:33 Cynthia娆墨旧染 阅读(1033) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 15 下一页