上一页 1 2 3 4 5 6 7 ··· 25 下一页
摘要: 1、安装U8软件 2、建立C#项目,用的.net为4.5 3、引用U8相关dll 4.设置为COM互操作注册 5.U8api配置 阅读全文
posted @ 2022-07-27 14:23 _York 阅读(294) 评论(0) 推荐(0) 编辑
摘要: <style> [data-type="month"] .mui-picker, [data-type="month"] .mui-dtpicker-title h5 { width: 100%; } [data-id="picker-m"], [data-id="title-m"] { displ 阅读全文
posted @ 2022-02-18 21:28 _York 阅读(366) 评论(0) 推荐(0) 编辑
摘要: var rsa = RSA.Create(); rsa.ImportPkcs8PrivateKey(keyData, out _); 阅读全文
posted @ 2021-12-05 23:36 _York 阅读(1365) 评论(3) 推荐(0) 编辑
摘要: 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 _York 阅读(38) 评论(0) 推荐(0) 编辑
摘要: 将快速启动设置为冷启动 阅读全文
posted @ 2021-10-17 15:23 _York 阅读(476) 评论(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 _York 阅读(266) 评论(0) 推荐(0) 编辑
摘要: 安装Autofac Program文件中加入UseServiceProviderFactory public class Program { public static void Main(string[] args) { CreateHostBuilder(args).Build().Run(); 阅读全文
posted @ 2021-10-01 15:54 _York 阅读(117) 评论(0) 推荐(0) 编辑
摘要: 第一步 定义一个 ServiceProviderInstance对象 public class ServiceProviderInstance { public static IServiceProvider Instance { get; set; } } 第二步 Startup.cs 的 Con 阅读全文
posted @ 2021-10-01 15:51 _York 阅读(347) 评论(0) 推荐(0) 编辑
摘要: 一、设置winForm窗体程序的输出类型为类库 二、WPF程序添加引用 三、WPF控件中加入WindowsFormsHost控件 四、后台把winForm的窗体加入到windowsFormsHost控件中去 Form1 mainform = new Form1(); mainform.TopLeve 阅读全文
posted @ 2021-07-20 21:23 _York 阅读(2411) 评论(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 _York 阅读(1467) 评论(0) 推荐(2) 编辑
上一页 1 2 3 4 5 6 7 ··· 25 下一页