摘要: 我是歌谣 微信公众号关注前端小歌谣进入前端巅峰人才交流群 import * as React from "react"; import {Button,Typography,Box} from '@mui/material'; import { Edit, ListButton, ShowButto 阅读全文
posted @ 2023-08-14 15:23 前端导师歌谣 阅读(7) 评论(0) 推荐(0)
摘要: 我是歌谣 微信公众号关注前端小歌谣进入前端巅峰人才交流群 import * as React from "react"; import {Button} from '@mui/material'; import { Edit, ListButton, ShowButton, SimpleForm, 阅读全文
posted @ 2023-08-14 15:23 前端导师歌谣 阅读(7) 评论(0) 推荐(0)
摘要: 我是歌谣 微信公众号关注前端小歌谣进入前端巅峰人才交流群 import * as React from "react"; import {Button} from '@mui/material'; import { Edit, ListButton, ShowButton, SimpleForm, 阅读全文
posted @ 2023-08-14 15:23 前端导师歌谣 阅读(9) 评论(0) 推荐(0)
摘要: 我是歌谣 微信公众号关注前端小歌谣进入前端巅峰人才交流群 import * as React from "react"; import { Edit, SimpleForm, TextInput, DateInput, ReferenceManyField, Datagrid, TextField, 阅读全文
posted @ 2023-08-14 15:22 前端导师歌谣 阅读(15) 评论(0) 推荐(0)
摘要: 我是歌谣 微信公众号关注前端小歌谣进入前端巅峰人才交流群 import * as React from "react"; import { CreateBase, SimpleForm, TextInput, SelectInput } from "react-admin"; import { Ca 阅读全文
posted @ 2023-08-14 15:22 前端导师歌谣 阅读(11) 评论(0) 推荐(0)
摘要: 我是歌谣 微信公众号关注前端小歌谣进入前端巅峰人才交流群 import * as React from 'react'; import {Button,Typography,Box} from '@mui/material'; import { Create,useNotify,Toolbar,Sa 阅读全文
posted @ 2023-08-14 15:22 前端导师歌谣 阅读(13) 评论(0) 推荐(0)
摘要: 我是歌谣 微信公众号关注前端小歌谣进入前端巅峰人才交流群 import { useRecordContext, Show, SimpleShowLayout } from 'react-admin'; const BookAuthor = () => { const record = useReco 阅读全文
posted @ 2023-08-14 15:21 前端导师歌谣 阅读(10) 评论(0) 推荐(0)
摘要: 我是歌谣 微信公众号关注前端小歌谣进入前端巅峰人才交流群 import * as React from 'react'; import { useNotify, useRedirect, Create, SimpleForm } from 'react-admin'; const PostCreat 阅读全文
posted @ 2023-08-14 15:21 前端导师歌谣 阅读(8) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2023-08-14 15:21 前端导师歌谣 阅读(10) 评论(0) 推荐(0)
摘要: ​ 目录 前言 导语 代码部分 总结 前言 我是歌谣 歌谣的意志是永恒的 放弃很容易 但是坚持一定很酷 导语 单体模式 ​编辑 代码部分 // 单体模式 var Singleton = function (name) { this.name = name; }; Singleton.prototyp 阅读全文
posted @ 2023-08-13 09:30 前端导师歌谣 阅读(8) 评论(0) 推荐(0)