摘要:
using System.Security.Cryptography; using System.Text; using Xunit.Abstractions; namespace xUnit.Tests { /// <summary> /// /// </summary> public class 阅读全文
摘要:
//按缩略比重新计算图片显示大小 function ReSizeImage(ImgObj, maxWidth, maxHeight) { var image = new Image(); image.onload = function () { // console.log('width:' + i 阅读全文
摘要:
一、使用说明 构建好查询sql后,传入相应参数,调用存储过程,即可得到分页数据 提示:如有指定排序字段,在查询sql结尾添加上就好,无需单独传参 二、存储过程脚本 SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO -- -- Author: 潇潇与偕 阅读全文
摘要:
一、创建ExportFieldAttribute特性标识Dto中要导出的属性字段,并指定导出字段顺序 /// <summary> /// 导出字段标识 /// </summary> [AttributeUsage(AttributeTargets.Property)] public class Ex 阅读全文