234234234
上一页 1 2 3 4 5 6 ··· 17 下一页
摘要: 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)
摘要: 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)
摘要: <!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)
摘要: 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)
摘要: https://downloads.gradle-dn.com/distributions/gradle-7.4.2-all.zip 阅读全文
posted @ 2023-01-12 00:43 ukeepgoing 阅读(580) 评论(0) 推荐(0)
摘要: var target = {}; Object.prototype.toString.call(target).substring(8, 20).replace(']', '') 阅读全文
posted @ 2023-01-07 22:39 ukeepgoing 阅读(24) 评论(0) 推荐(0)
摘要: 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)
摘要: <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)
摘要: 方法链接: https://blog.51cto.com/u_11020803/2631727 阅读全文
posted @ 2022-11-29 21:40 ukeepgoing 阅读(627) 评论(0) 推荐(0)
摘要: <!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