posted @ 2022-09-30 11:05
09 2022 档案
摘要:其他参考牛文: https://blog.csdn.net/LS_ss123/article/details/105222953 https://blog.csdn.net/weixin_43360707/article/details/120975297 https://zhuanlan.zhih
阅读全文
摘要:<input type="file" id="avatar" name="avatar"> <button type="button">保存</button> ('button').click(function(){ var files = $('#avatar').prop('files'); /
阅读全文
posted @ 2022-09-28 16:52
摘要:HTML5属性 draggable可以让元素变成可拖动 <li draggable="true">1</li> 该属性有三个值可选:true | false | auto true:表示可拖动 false: 表示不可拖动 auto: 表示浏览器默认行为 拖动事件: 拖动的元素上触发:事件皆由拖动元素
阅读全文
posted @ 2022-09-26 23:34
摘要:1,基本介绍 (1)tippy.js 是一款轻量的 tooltip 插件,使用它可以很方便地实现鼠标悬停提示信息效果。 GitHub 主页:https://github.com/atomiks/tippyjs 官网地址:https://atomiks.github.io/tippyjs/ (2)ti
阅读全文
posted @ 2022-09-22 19:50
摘要:1.在powershell中 # 国内用户推荐从同步镜像网站gitee下载 git clone --depth 1 https://gitee.com/xia-chu/ZLMediaKit cd ZLMediaKit # 千万不要忘记执行这句命令 git submodule update --ini
阅读全文
posted @ 2022-09-18 02:26