摘要:
import React, { useEffect, useRef } from 'react'; import * as echarts from 'echarts'; import { EChartsOption } from 'echarts'; function GbEcharts(prop 阅读全文
摘要:
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> <ma 阅读全文
摘要:
<settings> <setting name="mapUnderscoreToCamelCase" value="true"/> <setting name="cacheEnabled" value="true"/> </settings> <typeAliases> <!-- <typeAli 阅读全文
摘要:
import React, { useRef, useState } from 'react'; import SignatureCanvas from 'react-signature-canvas'; import './index.less'; function Signature() { c 阅读全文
摘要:
import React, { useLayoutEffect, useRef } from 'react' export default function ceshi() { const as = useRef(null) const handleCl =()=>{ window.addEvent 阅读全文
摘要:
第一步 方法一 <script src="https://res.wx.qq.com/connect/zh_CN/htmledition/js/wxLogin.js"> import { Spin } from 'antd'; import React, { useEffect, useState 阅读全文
摘要:
/** * @JsonIgnore 不返回 */ @JsonIgnore private String summary; /** * @JsonFormat 时间注解 */ @JsonFormat(pattern = "yyyy-MM-dd hh:mm:ss",locale = "zh",timez 阅读全文
摘要:
<embed src="https://www.mahailushu.com/pdfjs/web/mine.pdf" width='1000' height='800' /> 阅读全文
摘要:
utils/axios/type/axios.ts export type ErrorMessageMode = "none" | "modal" | "message" | undefined; export interface RequestOptions { // Splicing reque 阅读全文
摘要:
const [list, setList] = useState([]); class Person { async handleList(data: () => any, record: any) { await data().then((res: any) => { record(res.dat 阅读全文