上一页 1 2 3 4 5 6 7 8 9 10 ··· 23 下一页
摘要: 第一步 方法一 <script src="https://res.wx.qq.com/connect/zh_CN/htmledition/js/wxLogin.js"> import { Spin } from 'antd'; import React, { useEffect, useState 阅读全文
posted @ 2023-05-15 12:16 zjxgdq 阅读(992) 评论(0) 推荐(0)
摘要: /** * @JsonIgnore 不返回 */ @JsonIgnore private String summary; /** * @JsonFormat 时间注解 */ @JsonFormat(pattern = "yyyy-MM-dd hh:mm:ss",locale = "zh",timez 阅读全文
posted @ 2023-05-07 20:22 zjxgdq 阅读(7) 评论(0) 推荐(0)
摘要: <embed src="https://www.mahailushu.com/pdfjs/web/mine.pdf" width='1000' height='800' /> 阅读全文
posted @ 2023-05-06 10:13 zjxgdq 阅读(23) 评论(0) 推荐(0)
摘要: utils/axios/type/axios.ts export type ErrorMessageMode = "none" | "modal" | "message" | undefined; export interface RequestOptions { // Splicing reque 阅读全文
posted @ 2023-04-26 21:37 zjxgdq 阅读(164) 评论(0) 推荐(0)
摘要: const [list, setList] = useState([]); class Person { async handleList(data: () => any, record: any) { await data().then((res: any) => { record(res.dat 阅读全文
posted @ 2023-04-26 21:19 zjxgdq 阅读(42) 评论(0) 推荐(0)
摘要: css .wrap-nums { width: 300px; } @keyframes defaultWave { 0% { transform: scale(1); } 20% { transform: scale(1.23); } 40% { transform: scale(1); } 100 阅读全文
posted @ 2023-04-26 13:31 zjxgdq 阅读(339) 评论(0) 推荐(0)
摘要: window.document.body.innerHTML = window.document.getElementById('print')!.innerHTML; window.print(); window.location.reload(); 阅读全文
posted @ 2023-04-24 13:11 zjxgdq 阅读(17) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/weixin_39788960/article/details/113022240<!DOCTYPE html> <html> <head> <style> .shape { margin: 50px; width: 200px; height: 50px 阅读全文
posted @ 2023-04-20 09:11 zjxgdq 阅读(84) 评论(0) 推荐(0)
摘要: import React, { useEffect, useState } from 'react'; import { Cascader } from 'antd'; import { SysCityList } from '../../services/citys'; interface Opt 阅读全文
posted @ 2023-04-10 10:51 zjxgdq 阅读(37) 评论(0) 推荐(0)
摘要: import React, { lazy, Suspense } from 'react'; import Edit from '../pages/ceshi/table/AddEdit'; import Details from '../pages/ceshi/table/Details'; im 阅读全文
posted @ 2023-04-07 10:06 zjxgdq 阅读(148) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 23 下一页