929496959
929496959
### 🏷 Version | Package | Version | | -------------- | --------- | | @antv/s2 | 1.29 | | @antv/s2-react | | | @antv/s2-vue | | ### Sheet Type -...
VideoCropArgument.cs ` namespace FFMpegCore.Arguments { public class VideoCropArgument : IArgument { public VideoCropArgument(string w,string h,string x, string y) { this.w = w; this.h = h; this.x = x; this.y =...
` GlobalFontSettings.FontResolver = new FontResolver(); var document = new PdfDocument(); var page = document.AddPage(); var gfx = XGraphics.FromPdfPage(page); var font = new XFont("Arial", 20, XFontStyle.Bold); var Color = new XSolidBrush(XColor.FromCmyk(1,...
` case CellType.Numeric: if (HSSFDateUtil.IsCellDateFormatted(cell))//日期类型 { if (!string.IsNullOrEmpty(cellConfig?.Formatter)) { return cell.DateCellValue.ToString(cellConfig?.Formatter); } return cell.DateCellValue.ToString(); } else//其他数字类型 { return cell.ToString(); } `
能给个使用例子嘛 看测试代码没看懂.
未开启拦截正常  开启拦截后 包无法返回 socket5 proxy 代理 使用的是(https://github.com/zacbre/Socks5) 
是干了啥哦 原来的示例都没有了