2023年4月11日

asp.net webform 允许跨域

摘要: void Application_BeginRequest(object sender, EventArgs e) { // 允许跨域请求的域名列表,可以根据需求进行修改 string[] allowedOrigins = new string[] { "http://example1.com", 阅读全文

posted @ 2023-04-11 20:47 空明流光 阅读(333) 评论(0) 推荐(0)

OpencvSharp 的使用 以及配合 BitMiracle.LibTiff.NET 从内存读取多页的TIF

摘要: 需要同时安装 OpenCvSharp4 和 OpenCvSharp4 runtime,作者 shimat,地址: https://github.com/shimat/opencvsharp using OpenCvSharp; Mat image1 = Cv2.ImRead("..\272b4318 阅读全文

posted @ 2023-04-11 18:12 空明流光 阅读(839) 评论(0) 推荐(0)

导航