会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
DL-CODER
首页
联系
订阅
管理
上一页
1
2
3
4
5
6
7
···
14
下一页
2024年3月7日
linux 安装node
摘要: node 下载地址:https://nodejs.org/download/release/v16.17.0/ 文章链接:https://www.cnblogs.com/scfssq/p/17670163.html
阅读全文
posted @ 2024-03-07 10:06 DL·Coder
阅读(8)
评论(0)
推荐(0)
2024年1月29日
css 转盘抽奖(兼容微信小程序)
摘要: <template> <div class="turntable" v-wechat-title="$route.meta.title"> <!-- 转盘包裹 --> <div class="rotate"> <!-- 转盘图片 --> <image class="dish" src="../../
阅读全文
posted @ 2024-01-29 16:58 DL·Coder
阅读(193)
评论(0)
推荐(0)
scss 走马灯效果(兼容微信小程序)
摘要: <template> <view class="marquee"> <view class="marquee-inner"> <span v-for="(item, index) of textList" :key="index">{{ item.text }}</span> <!-- 复制一份内容
阅读全文
posted @ 2024-01-29 16:56 DL·Coder
阅读(82)
评论(0)
推荐(0)
2023年11月24日
openharmony ERROR: Failed :entry:default@LegacyCompileResource 图片编译 only contain [a-zA-z0-9_]
摘要: 图片命名有误,只能使用 a-zA-z0-9 这些命名,检查一下图片的名称
阅读全文
posted @ 2023-11-24 08:21 DL·Coder
阅读(72)
评论(0)
推荐(0)
2023年11月23日
openharmonyOS 编译报错:ERROR: Failed :entry:default@LegacyCompileResource
摘要: 解决方法:把build包删除,让系统重新生成
阅读全文
posted @ 2023-11-23 11:08 DL·Coder
阅读(1523)
评论(0)
推荐(0)
2023年8月10日
nextjs 设置代理
摘要: ## 根目录下新建 server.js 文件 ```js const express = require('express') const next = require('next') const { createProxyMiddleware } = require("http-proxy-mid
阅读全文
posted @ 2023-08-10 11:43 DL·Coder
阅读(1150)
评论(0)
推荐(0)
2023年8月8日
antd5 日期组件英文状态,如何解决?
摘要: ## 为什么按照官网引入了,还是不好使呢? 引入的少了,引入 'dayjs/locale/zh-cn' ```ts import { ConfigProvider } from 'antd'; import zhCN from 'antd/locale/zh_CN'; import 'dayjs/l
阅读全文
posted @ 2023-08-08 21:03 DL·Coder
阅读(374)
评论(0)
推荐(0)
2023年7月31日
div 的 placeholder
摘要: ## 给 div 传递 placeholder 即可 ```js .editor { width: 100%; height: 100%; outline: none; border: 1px solid #cacdd4; border-radius: 5px; box-sizing: border
阅读全文
posted @ 2023-07-31 15:20 DL·Coder
阅读(90)
评论(0)
推荐(0)
2023年7月28日
react ts 父组件调用子组件方法,父子通信
摘要: ## 子组件 > GlobalTableWapper:css 盒子 IProps, ChildMethods:字段类型 ```ts import React, { forwardRef, memo, useEffect, useImperativeHandle, useState } from 'r
阅读全文
posted @ 2023-07-28 15:57 DL·Coder
阅读(396)
评论(0)
推荐(0)
2023年7月27日
react antd5 分页英文,设置中文
摘要: ## 使用 ConfigProvider 包裹住英文组件,或者包裹根目录 ```js import { ConfigProvider } from 'antd'; import zhCN from 'antd/locale/zh_CN'; `共 ${total} 条`} /> ``` - antd
阅读全文
posted @ 2023-07-27 21:42 DL·Coder
阅读(381)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
···
14
下一页
公告