随笔分类 -  HTML

html/html5
摘要:一.添加Nuget包:ce.office.extension NetCore使用v2.0.0 NetFramework使用 1.0.0 二.库的使用 Console.WriteLine("Excel_Wait........."); string pathExcel = @"C:\Users\Adm 阅读全文
posted @ 2022-08-04 10:44 后跳 阅读(575) 评论(0) 推荐(0)
摘要:.NET var builder = WebApplication.CreateBuilder(args); // Add services to the container. builder.Services.AddControllers(); // Learn more about config 阅读全文
posted @ 2022-06-15 01:18 后跳 阅读(111) 评论(0) 推荐(0)
摘要:最简单的方法(编辑页面):控制台输入: document.body.contentEditable='true'; 或者:复杂点↓ ↓ ↓ ↓ ↓ ↓ 1.找到需要复制的模块 2.按F12查看元素(最后有点前端基础,鼠标选元素,一般找div、span、p..等标签,指上去,左边会出现对应的阴影部分) 阅读全文
posted @ 2022-02-09 10:51 后跳 阅读(307) 评论(0) 推荐(0)
摘要:public class CustomPager { /// <summary> /// 每页行数 /// </summary> public int PageSize { get; set; } /// <summary> /// 总行数 /// </summary> public int Tot 阅读全文
posted @ 2021-04-29 16:17 后跳 阅读(140) 评论(0) 推荐(0)