1 2 3 4 5 ··· 11 下一页
摘要: .pagination { display: flex; justify-content: center; list-style: none; padding: 0; margin: 20px 0; } .pagination li { margin: 0 4px; } .pagination li 阅读全文
posted @ 2025-09-22 10:52 赵瑛 阅读(7) 评论(0) 推荐(0)
摘要: 安装了thinkphp8后,在使用验证码时,死活不显示,字体换了几个,路径也正确,就是不显示。 最后,终于发现一个问题,那就是获取的路径的编码有问题,通过转码后,最终验证码显示出来了 给有同样问题的友友们一个经验,碰到不显示的,也可以用我的方法试试 $fontttf = $_SERVER['DOCU 阅读全文
posted @ 2025-07-29 14:34 赵瑛 阅读(38) 评论(0) 推荐(0)
摘要: 第一步,先对内容进行处理,html的内容不适合word,在使用phpword转换时,只接受p和span元素,其它元素都要清除掉 $modifiedHtml 为内容 $relust = check_table($modifiedHtml,'table'); // 判断是否存在table元素 if($r 阅读全文
posted @ 2024-11-06 11:08 赵瑛 阅读(214) 评论(0) 推荐(0)
摘要: <script> // 创建Vue实例 Vue.createApp({ methods: { // 定义handleClick方法 handleClick() { alert('按钮被点击了!'); }, copyOrderId2(orderId) { var input = document.cr 阅读全文
posted @ 2024-07-11 16:15 赵瑛 阅读(38) 评论(0) 推荐(0)
摘要: const app = { data() { return { info: [], // 存储题目详情数组 currentPage: 1, // 当前页码 pageSize: 3, // 每页显示的题目数量 sjid: sjid }; }, methods: { fetchData(page = 1 阅读全文
posted @ 2024-07-11 11:14 赵瑛 阅读(21) 评论(0) 推荐(0)
摘要: const app = { data() { return { info: [], // 存储题目详情数组 currentPage: 1, // 当前页码 pageSize: 3, // 每页显示的题目数量 sjid: sjid, // 注意:这里假设sjid已经定义 isLoading: fals 阅读全文
posted @ 2024-07-11 11:13 赵瑛 阅读(28) 评论(0) 推荐(0)
摘要: 1、先将字体复制到目录:\vendor\mpdf\mpdf\ttfonts2、再修改文件\vendor\mpdf\mpdf\src\Config\FontVariables.php,对照已经添加的simsun,simkai,simhei,fangzhenweibei,fangzhenheiti等字体 阅读全文
posted @ 2024-05-17 08:35 赵瑛 阅读(592) 评论(0) 推荐(0)
摘要: <script src="js/jquery.min.js"></script> <script src="js/FileSaver.min.js"></script> <script src="js/jquery.wordexport.js"></script> let word_html = ' 阅读全文
posted @ 2024-04-11 10:36 赵瑛 阅读(17) 评论(0) 推荐(0)
摘要: .clearfix:before,.clearfix:after { content: ""; display: table; } .clearfix:after { clear: both; } .clearfix { *zoom: 1; } 阅读全文
posted @ 2023-03-27 11:33 赵瑛 阅读(19) 评论(0) 推荐(0)
摘要: { "query": { "bool": { "must": [{ "match_phrase": { "type_id": 123 } }], "should": [{ "match_phrase": { "title": "常德" } }, { "match_phrase": { "conten 阅读全文
posted @ 2023-03-06 16:55 赵瑛 阅读(183) 评论(0) 推荐(0)
1 2 3 4 5 ··· 11 下一页

版权所有 © 2025 沅来是澧

如果有程序开发、网站建设等需求的请联系我,QQ:47419233