上一页 1 2 3 4 5 6 7 8 ··· 26 下一页
摘要: var rsa = RSA.Create(); rsa.ImportPkcs8PrivateKey(keyData, out _); 阅读全文
posted @ 2021-12-05 23:36 用友U8二次开发 阅读(1517) 评论(3) 推荐(1)
摘要: GO SELECT DISTINCT 'EXEC sp_refreshview ''' + name + '''' FROM sys.objects AS so INNER JOIN sys.sql_expression_dependencies AS sed ON so.object_id = s 阅读全文
posted @ 2021-11-24 19:35 用友U8二次开发 阅读(51) 评论(0) 推荐(0)
摘要: 将快速启动设置为冷启动 阅读全文
posted @ 2021-10-17 15:23 用友U8二次开发 阅读(579) 评论(0) 推荐(0)
摘要: 添加Luban库 库地址: //https://github.com/Curzibn/Luban implementation 'top.zibin:Luban:1.1.8' //https://github.com/Curzibn/Luban 使用方法: package com.example.s 阅读全文
posted @ 2021-10-03 11:43 用友U8二次开发 阅读(321) 评论(0) 推荐(0)
摘要: 安装Autofac Program文件中加入UseServiceProviderFactory public class Program { public static void Main(string[] args) { CreateHostBuilder(args).Build().Run(); 阅读全文
posted @ 2021-10-01 15:54 用友U8二次开发 阅读(130) 评论(0) 推荐(0)
摘要: 第一步 定义一个 ServiceProviderInstance对象 public class ServiceProviderInstance { public static IServiceProvider Instance { get; set; } } 第二步 Startup.cs 的 Con 阅读全文
posted @ 2021-10-01 15:51 用友U8二次开发 阅读(378) 评论(0) 推荐(0)
摘要: 一、设置winForm窗体程序的输出类型为类库 二、WPF程序添加引用 三、WPF控件中加入WindowsFormsHost控件 四、后台把winForm的窗体加入到windowsFormsHost控件中去 Form1 mainform = new Form1(); mainform.TopLeve 阅读全文
posted @ 2021-07-20 21:23 用友U8二次开发 阅读(3021) 评论(2) 推荐(0)
摘要: private static XWPFTableCell CreateCell(XWPFTableRow row) { XWPFTableCell cell = row.CreateCell(); CT_Tc cttc = cell.GetCTTc(); CT_TcPr ctPr = cttc.Ad 阅读全文
posted @ 2021-05-29 22:52 用友U8二次开发 阅读(1727) 评论(0) 推荐(2)
摘要: 传了NULL空异常报错 阅读全文
posted @ 2021-05-29 22:36 用友U8二次开发 阅读(410) 评论(0) 推荐(0)
摘要: a[data-href] { pointer-events: none; } 阅读全文
posted @ 2021-05-27 20:39 用友U8二次开发 阅读(82) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 26 下一页