会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
234234234
油爵
你若愿意,我一定去
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
···
17
下一页
2023年5月18日
vue moment 生成一个7x6=42格子的日历数据
摘要: calc(val = new Date()) { const m = moment(val).startOf('month'); const format = 'yyyy-MM-DD'; // 获取1号是星期几, 星期日的值为7 const wd = m.weekday() > 0 ? m.week
阅读全文
posted @ 2023-05-18 14:44 ukeepgoing
阅读(60)
评论(0)
推荐(0)
2023年4月20日
python 实现 pdf表格转excel
摘要: pip install pdfplumber -i https://pypi.tuna.tsinghua.edu.cn/simple pip install tqdm -i https://pypi.tuna.tsinghua.edu.cn/simple import pdfplumber from
阅读全文
posted @ 2023-04-20 15:09 ukeepgoing
阅读(233)
评论(0)
推荐(1)
2023年3月23日
模拟双色球摇号
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>双色球摇号</title> <style> .container { margin: 0 auto; } .qiu { display: inline-bloc
阅读全文
posted @ 2023-03-23 15:01 ukeepgoing
阅读(326)
评论(0)
推荐(0)
2023年2月14日
js rgba与十六进制的相互转换
摘要: const rgbaToHex = (rgba: number[]): string => { let hex = '#'; for (const i of rgba) { hex += i.toString(16).padStart(2, '0'); } return hex;}const hex
阅读全文
posted @ 2023-02-14 15:43 ukeepgoing
阅读(1441)
评论(0)
推荐(0)
2023年1月12日
gradle-7.4.2-all 下载
摘要: https://downloads.gradle-dn.com/distributions/gradle-7.4.2-all.zip
阅读全文
posted @ 2023-01-12 00:43 ukeepgoing
阅读(580)
评论(0)
推荐(0)
2023年1月7日
js 准确判断变量类型
摘要: var target = {}; Object.prototype.toString.call(target).substring(8, 20).replace(']', '')
阅读全文
posted @ 2023-01-07 22:39 ukeepgoing
阅读(24)
评论(0)
推荐(0)
2023年1月6日
js 计算元素的行高与字体大小,单位px
摘要: const getTagFontSize = (tag: string): number => { const ele = document.createElement(tag); document.body.append(ele); const { fontSize } = getComputed
阅读全文
posted @ 2023-01-06 16:55 ukeepgoing
阅读(635)
评论(0)
推荐(0)
2022年12月5日
vue3 webstorm 快捷新建组建模板
摘要: <template> <h1>${COMPONENT_NAME}</h1> </template> <script lang="ts" setup> import {reactive} from 'vue'; import {useRouter} from "vue-router"; import
阅读全文
posted @ 2022-12-05 22:26 ukeepgoing
阅读(743)
评论(0)
推荐(0)
2022年11月29日
Android Studio 卡在download fastutil-8.4.0.jar
摘要: 方法链接: https://blog.51cto.com/u_11020803/2631727
阅读全文
posted @ 2022-11-29 21:40 ukeepgoing
阅读(627)
评论(0)
推荐(0)
2022年10月14日
实现模仿 网易播放器播放页 的高斯模糊遮罩及专辑封面的转动效果
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <style> .div { width: 100vw; height: 100vh; position: absolute; le
阅读全文
posted @ 2022-10-14 13:58 ukeepgoing
阅读(206)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
17
下一页
公告
23423423423