摘要: 安装包 npm install v-viewer viewerjs npm i fontawesome-4.7 npm install @fortawesome/fontawesome-svg-core npm install @fortawesome/free-solid-svg-icons np 阅读全文
posted @ 2025-10-31 22:12 ®Geovin Du Dream Park™ 阅读(0) 评论(0) 推荐(0)
摘要: <template> <div class="item"> <i> <slot name="icon"></slot> </i> <div class="details"> <h3> <slot name="heading"></slot> </h3> <slot></slot> </div> </ 阅读全文
posted @ 2025-10-30 23:13 ®Geovin Du Dream Park™ 阅读(5) 评论(0) 推荐(0)
摘要: 项目结构: 所需要的包: <dependencies> <!-- JavaMail API --> <dependency> <groupId>com.sun.mail</groupId> <artifactId>javax.mail</artifactId> <version>1.6.2</ver 阅读全文
posted @ 2025-10-27 23:28 ®Geovin Du Dream Park™ 阅读(9) 评论(0) 推荐(0)
摘要: <dependency> <groupId>javax.mail</groupId> <artifactId>mail</artifactId> <version>1.4.7</version> </dependency> <dependency> <groupId>javax.activation 阅读全文
posted @ 2025-10-26 14:51 ®Geovin Du Dream Park™ 阅读(9) 评论(0) 推荐(0)
摘要: /** * encoding: utf-8 * 版权所有 2025 ©涂聚文有限公司 ® * 许可信息查看:言語成了邀功盡責的功臣,還需要行爲每日來值班嗎 * 描述: * Author : geovindu,Geovin Du 涂聚文. * IDE : IntelliJ IDEA 2024.3.6 阅读全文
posted @ 2025-10-24 23:25 ®Geovin Du Dream Park™ 阅读(6) 评论(0) 推荐(0)
摘要: /// <summary> /// 目标文件类型 /// Aspose是商业软件需要购买 /// </summary> public enum FileFormat { None, Pdf, Html, Text, Doc, Docx, Xls, Xlsx, CSV, PPT, PPTx, SVG, 阅读全文
posted @ 2025-10-24 18:09 ®Geovin Du Dream Park™ 阅读(7) 评论(0) 推荐(0)
摘要: using System; using System.Data; using System.IO; using System.Linq; using System.Text; using System.Globalization; using CsvHelper; using DocumentFor 阅读全文
posted @ 2025-10-23 19:50 ®Geovin Du Dream Park™ 阅读(5) 评论(0) 推荐(0)
摘要: /// <summary> /// 目标文件类型 /// 是商业软件需要购买 /// </summary> public enum FileFormat { None, Pdf, Html, Text, Doc, Docx, Xls, Xlsx, CSV, PPT, PPTx, SVG, Webp, 阅读全文
posted @ 2025-10-22 23:06 ®Geovin Du Dream Park™ 阅读(17) 评论(0) 推荐(0)
摘要: /// <summary> /// geovindu, Geovin Du,塗聚文,涂聚文 /// </summary> /// <param name="sender"></param> /// <param name="e"></param> protected void Page_Load(o 阅读全文
posted @ 2025-10-14 22:15 ®Geovin Du Dream Park™ 阅读(4) 评论(0) 推荐(0)
摘要: https://github.com/aspose-ocr https://github.com/aspose-slides/Aspose.Slides-for-.NET using System; using System.Collections.Generic; using System.Lin 阅读全文
posted @ 2025-10-12 16:49 ®Geovin Du Dream Park™ 阅读(10) 评论(0) 推荐(0)