会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
一路繁花似锦绣前程
失败的越多,成功才越有价值
导航
博客园
首页
新随笔
联系
订阅
管理
公告
1
2
3
4
5
···
27
下一页
2025年2月11日
css的filter
摘要: <template> <div> <div class="filter-container1"></div> <div class="filter-container2"></div> </div> </template> <script setup></script> <style scoped>
阅读全文
posted @ 2025-02-11 21:27 一路繁花似锦绣前程
阅读(4)
评论(0)
推荐(0)
编辑
2025年1月9日
ios底部安全区适配
摘要: <template> <!-- <meta name="viewport" content="...,viewport-fit=cover"> --> <div class="safe-area-inset-bottom"></div> </template> <script></script> <
阅读全文
posted @ 2025-01-09 11:19 一路繁花似锦绣前程
阅读(2)
评论(0)
推荐(0)
编辑
2025年1月4日
dialog弹窗实现(可添加在任意节点上)
摘要: 目录dialog弹窗实现(可添加在任意节点上) dialog弹窗实现(可添加在任意节点上) <template> <teleport v-if="modelValueHandler || lazyModelValueHandler" to=".ll-adapter"> <transition nam
阅读全文
posted @ 2025-01-04 12:47 一路繁花似锦绣前程
阅读(5)
评论(0)
推荐(0)
编辑
2024年7月13日
文件根据名称整理至不同文件夹
摘要: 目录文件根据名称整理至不同文件夹 文件根据名称整理至不同文件夹 @echo off setlocal EnableDelayedExpansion set "currentDir=%cd%" for %%a in (*.mp4) do ( if not exist "%currentDir%\%%~
阅读全文
posted @ 2024-07-13 16:41 一路繁花似锦绣前程
阅读(9)
评论(0)
推荐(0)
编辑
2024年6月4日
浏览器缓存机制
摘要: 目录一、浏览器缓存机制1、LastModified2、ETag3、expires 一、浏览器缓存机制 1、LastModified const http = require('http') const url = require('url') const path = require('path')
阅读全文
posted @ 2024-06-04 17:32 一路繁花似锦绣前程
阅读(11)
评论(0)
推荐(0)
编辑
静态资源服务器命令行工具
摘要: 目录一、静态资源服务器命令行工具 一、静态资源服务器命令行工具 #!/usr/bin/env node // npm i yargs const yargs = require('yargs') const Server = require('../src/app') const argv = ya
阅读全文
posted @ 2024-06-04 10:49 一路繁花似锦绣前程
阅读(24)
评论(0)
推荐(0)
编辑
2024年5月21日
第五章、nodejs高级
摘要: 目录十六、知识点补充22、gzip23、crypto24、uncaughtException25、detached26、fork27、exec28、execFile29、多语言切换30、图片防盗链31、代理服务器32、User-Agent33、cookie 十六、知识点补充 22、gzip cons
阅读全文
posted @ 2024-05-21 17:39 一路繁花似锦绣前程
阅读(18)
评论(0)
推荐(0)
编辑
2024年3月27日
第三章、javascript高级
摘要: 目录二十七、知识点回顾1、回调函数方式处理异步所存在的问题2、生成器3、从Generator到async/await 二十七、知识点回顾 1、回调函数方式处理异步所存在的问题 * 无法捕获错误(try catch) * 不能return 2、生成器 function* foo(a) { const
阅读全文
posted @ 2024-03-27 19:38 一路繁花似锦绣前程
阅读(12)
评论(0)
推荐(0)
编辑
2024年3月18日
第四章、nodejs高级
摘要: 目录十六、知识点补充1、环境变量2、pnpm包管理方式3、npm包管理方式(dependencies、devDependencies、peerDependencies)4、npm发布包5、内置模块-util模块6、Buffer7、base64编码算法8、path模块9、实现静态资源服务器10、exp
阅读全文
posted @ 2024-03-18 14:37 一路繁花似锦绣前程
阅读(49)
评论(0)
推荐(0)
编辑
2024年3月14日
多种跨域方案详解
摘要: 目录1、浏览器的同源策略2、jsonp3、cors4、postMessage5、window.name6、location.hash7、document.domain8、websocket9、nginx 1、浏览器的同源策略 * 两个URL的协议、主机、端口都相同的话,则这两个URL同源 * 浏览器
阅读全文
posted @ 2024-03-14 03:15 一路繁花似锦绣前程
阅读(18)
评论(0)
推荐(0)
编辑
1
2
3
4
5
···
27
下一页