摘要: 阅读全文
posted @ 2023-03-04 21:15 前端导师歌谣 阅读(16) 评论(0) 推荐(0)
摘要: private static boolean checkUsername(String username){ int len=username.length(); if(len<3||len>15){ return false; } for (int i = 0; i < username.leng 阅读全文
posted @ 2023-03-04 21:14 前端导师歌谣 阅读(17) 评论(0) 推荐(0)
摘要: private static boolean checkPersonId(String personId){ if(personId.length()!=18){ System.out.println("身份证号必须是18位数字"); return false; } if(personId.star 阅读全文
posted @ 2023-03-04 21:14 前端导师歌谣 阅读(17) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2023-03-04 21:13 前端导师歌谣 阅读(27) 评论(0) 推荐(0)
摘要: <Form.Item label="自定义扎号" name="isAuto" rules={[{ required: true, message: "请输入是否打码" }]} > <Radio.Group onChange={changeVal}> <Radio value={0}>是</Radio 阅读全文
posted @ 2023-03-04 21:13 前端导师歌谣 阅读(29) 评论(0) 推荐(0)
摘要: import axios from "axios" import {getToken} from "@/utils/auth"; import { BaseUrl } from "../commomutils/baseUrl"; export const uploadFile = (url:stri 阅读全文
posted @ 2023-03-04 21:13 前端导师歌谣 阅读(20) 评论(0) 推荐(0)
摘要: 点击程序右键--属性--兼容性-更改搞dpi设置 勾选 程序重启 程序重启 程序重启 问题解决 有效 阅读全文
posted @ 2023-03-04 21:12 前端导师歌谣 阅读(49) 评论(0) 推荐(0)
摘要: http://xxxxxx/search_manufacture_cutting?manufacture_id=eq.167&is_delete=eq.0 &institution_id=eq.1 &materiel_id=eq.2482 getOne: (resource: any, params 阅读全文
posted @ 2023-03-03 09:18 前端导师歌谣 阅读(17) 评论(0) 推荐(0)
摘要: 外层直接包裹一个div 绑定id <div id='geyao'> <Card style={{ marginTop: "24px" }}> <Row> <Col span={12}>款式号:{menu?.po}</Col> <Col span={12}>床次:{menu?.bed_code}</C 阅读全文
posted @ 2023-03-03 09:18 前端导师歌谣 阅读(24) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2023-03-03 09:16 前端导师歌谣 阅读(17) 评论(0) 推荐(0)