会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
木叶村
八门遁甲。
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
···
11
下一页
2021年8月24日
Vue 点击按钮 触发 input file 选择文件
摘要: <!-- 上传--> <input v-show="false" ref="fileRef" type="file" @change="fileChange"> <el-button @click="uploadFile"></el-button> methods: { uploadFile() {
阅读全文
posted @ 2021-08-24 10:01 玛卡巴鉲
阅读(3754)
评论(0)
推荐(0)
2021年7月14日
图片裁剪放大缩小旋转 Cropper.js
摘要: https://fengyuanchen.github.io/cropper/
阅读全文
posted @ 2021-07-14 09:16 玛卡巴鉲
阅读(390)
评论(0)
推荐(0)
2021年7月2日
Cytoscape
摘要: <style scoped> .tools { display: inline-block; height: 45px; width: 45px; vertical-align: middle; } .center-center { height: 100%; display: flex; alig
阅读全文
posted @ 2021-07-02 16:46 玛卡巴鉲
阅读(338)
评论(0)
推荐(0)
2021年6月30日
vue d3 force cytoscape
摘要: 1. d3 force <template> <div :id="id"> <svg width="100vw" height="100vh" /> </div> </template> <script> /** * 力导向图 */ import * as d3 from 'd3' let gs =
阅读全文
posted @ 2021-06-30 13:13 玛卡巴鉲
阅读(356)
评论(0)
推荐(0)
2021年6月28日
获取当月多少天
摘要: const year = new Date().getFullYear() const month = new Date().getMonth() + 1 const days = new Date(year, month, 0).getDate() 记录进步。
阅读全文
posted @ 2021-06-28 14:50 玛卡巴鉲
阅读(47)
评论(0)
推荐(0)
2021年6月25日
谷歌打印去页脚
摘要: <style> @media print { @page { margin: 0; } body { margin: 1.6cm; } } </style> <style> @page { margin: 0; size: auto; } </style> 记录进步。
阅读全文
posted @ 2021-06-25 17:32 玛卡巴鉲
阅读(26)
评论(0)
推荐(0)
禁止右键、复制黏贴、拖动图片、禁止复制
摘要: 禁止右键 oncontextmenu="return false" 禁止复制和剪切: oncopy="return false;" oncut="return false;" 禁止复制 onselectstart="return false" 禁止图片拖动 ondragstart="return f
阅读全文
posted @ 2021-06-25 09:40 玛卡巴鉲
阅读(143)
评论(0)
推荐(0)
2021年6月7日
上传文件类型总结记录
摘要: 《1》上传.csv格式的 <input text="file" accept=".csv" /> 《2》上传.xls格式 <input text="file" accept="application/vnd.ms-excel"/> 《3》上传.xslx格式 <input text="fiel" ac
阅读全文
posted @ 2021-06-07 10:34 玛卡巴鉲
阅读(313)
评论(0)
推荐(0)
2021年6月3日
Vue 锚点平滑滚动
摘要: 代码比较简单,直接上代码: <span @click="sectionChange(child)"></span> sectionChange(child) { const scrollBox = document.querySelector('.report-detail-module') //
阅读全文
posted @ 2021-06-03 10:19 玛卡巴鉲
阅读(1166)
评论(0)
推荐(0)
2021年5月17日
在线xd Photoshop转换 .xd转.psd
摘要: 无需安装软件就能转换,就很棒! 网址:https://www.photopea.com/ Adobe XD 是一款UI/UX全功能设计软件,无需切换软件就能完成界面和交互设计,windows端和macOS端都可以直接打开psd、AI、Sketch文件编辑,也支持导出到 AE,可以说完全处于设计链的顶
阅读全文
posted @ 2021-05-17 11:41 玛卡巴鉲
阅读(5434)
评论(1)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
···
11
下一页
公告