摘要: 1.a56爆大奖在线娱乐借鉴一下内容参考 新版宝塔项目部署:https://www.bt.cn/bbs/thread-76217-1-1.html 采用Tomcat8的方式部署 1.下载jenkins 去清华大学开源镜像网站:https://mirrors.tuna.tsinghua.edu.cn/jenkins/ 阅读全文
posted @ 2024-06-27 15:26 李笑吅 阅读(2) 评论(0) 推荐(0) 编辑
摘要: const { defineConfig } = require('@vue/cli-service') module.exports = defineConfig({ transpileDependencies: true, lintOnSave: false, devServer:{ // 跨域 阅读全文
posted @ 2024-06-04 17:02 李笑吅 阅读(3) 评论(0) 推荐(0) 编辑
摘要: /* 文字溢出*/ overflow: hidden; /*是否显示省略号*/ text-overflow: ellipsis; /*white-space: nowrap;*/ /*多行a56爆大奖在线娱乐溢出*/ display: -webkit-box; -webkit-line-clamp:1;/*代表行数 阅读全文
posted @ 2024-03-16 14:06 李笑吅 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 上面这种格式的发送方式可以采用 URLSearchParams对象的方式代码如下 var arrlist = [1,2,3]var newdata = new URLSearchParams()for(var i=0; i< arrlist.length; i++){ newdata.append( 阅读全文
posted @ 2024-02-28 16:00 李笑吅 阅读(15) 评论(0) 推荐(0) 编辑
摘要: // 七牛直传 // 1.获取七牛直传的token uni.request({ url:'http://192.168.0.58:3301/qiniu/token?id=5&key=643ouy123', success: (res) => { console.log(res.data.token) 阅读全文
posted @ 2023-11-06 16:10 李笑吅 阅读(5) 评论(0) 推荐(0) 编辑
摘要: //移除旧的样式 let html = data.goods_desc.replace(/<img[^>]*>/gi, (match, capture)=> { match = match.replace(/style="[^"]+"/gi, '').replace(/style='[^']+'/g 阅读全文
posted @ 2023-10-23 16:27 李笑吅 阅读(162) 评论(0) 推荐(0) 编辑
摘要: 计算总价 this.data.cartlist.filter(item=>item.checked).reduce((a1,a2)=>a1+a2.price*a2.goods_weight,0) 计算全选反选 // every: 有一个不满足条件就返回false return this.arr.ev 阅读全文
posted @ 2023-10-07 20:02 李笑吅 阅读(50) 评论(0) 推荐(0) 编辑
摘要: 通过iis启动服务,会产生C:/inetpub/logs/logsFile产生大量的日志,定期清理 1. . 2. 3. 4. 5. 文件中的内容 :: 清理IIS日志文件 :: 备份MySql数据库 @echo off title 清理IIS日志文件 :: IIS日志文件目录 set log_di 阅读全文
posted @ 2023-09-05 19:49 李笑吅 阅读(413) 评论(0) 推荐(0) 编辑
摘要: https://www.yii666.com/article/665848.html?action=onAll https://www.yii666.com/article/665855.html 阅读全文
posted @ 2023-07-07 17:18 李笑吅 阅读(33) 评论(0) 推荐(0) 编辑
摘要: 下载地址:https://github.com/PanJiaChen/vue-admin-template 下载后终端执行npm install 依赖安装完成后可针对一下方面进行修改 1.网站title及logo 找到src下settings.js 2.设置中文模式,如图打开注释 3.修改网络请求 阅读全文
posted @ 2023-05-28 15:03 李笑吅 阅读(129) 评论(0) 推荐(1) 编辑