上一页 1 2 3 4 5 6 7 8 ··· 17 下一页
摘要: http://fontstore.baidu.com/static/editor/index.html WOFF2 阅读全文
posted @ 2020-08-12 16:28 Ender.Lu 阅读(108) 评论(0) 推荐(0) 编辑
摘要: 如果是npo生成的docx,那么需要用户手动保存过的,才会有正确的页数信息。 using System; using System.IO; using NPOI.HPSF; using NPOI.XWPF.UserModel; using System.IO; using Microsoft.Win 阅读全文
posted @ 2020-07-30 09:14 Ender.Lu 阅读(1925) 评论(1) 推荐(0) 编辑
摘要: 编译命令行:"C:\Program Files (x86)\Java\jdk1.8.0_20\bin\javac.exe" *.java 运行命令:java WebServer 源码: import java.io.*; import java.net.*; import java.nio.file 阅读全文
posted @ 2020-04-17 08:38 Ender.Lu 阅读(358) 评论(0) 推荐(0) 编辑
摘要: // Top-level build file where you can add configuration options common to all sub-projects/modules.buildscript { repositories { google() jcenter() mav 阅读全文
posted @ 2020-04-01 20:34 Ender.Lu 阅读(515) 评论(0) 推荐(0) 编辑
摘要: Aximp.exe(Windows 窗体 ActiveX 控件导入程序) https://docs.microsoft.com/zh-cn/dotnet/framework/tools/aximp-exe-windows-forms-activex-control-importer 打开 Visua 阅读全文
posted @ 2020-03-25 08:15 Ender.Lu 阅读(307) 评论(0) 推荐(0) 编辑
摘要: public class FMenuICMOBillNo: MarshalByRefObject,IButtonAction { public void MainFunction(String sKey, K3List.ICList oList, Boolean bCancel) { KFO.Vec 阅读全文
posted @ 2020-03-24 21:48 Ender.Lu 阅读(509) 评论(0) 推荐(0) 编辑
摘要: string zfile = AppDomain.CurrentDomain.BaseDirectory + @"\ImportExcelBill.dll"; RegistrationServices d = new RegistrationServices(); Assembly asm = As 阅读全文
posted @ 2020-03-23 23:05 Ender.Lu 阅读(558) 评论(0) 推荐(0) 编辑
摘要: cd "%~dp0" regasm k3comtest.dll PAUSE 反注册 cd "%~dp0" regasm /u k3comtest.dll PAUSE 阅读全文
posted @ 2020-03-23 14:42 Ender.Lu 阅读(207) 评论(0) 推荐(0) 编辑
摘要: 三个代码段都是在同一个项目中 d1.dll是另一个项目 1.调用 string zfile = AppDomain.CurrentDomain.BaseDirectory + @"\d1.dll"; LocalLoader ll = new LocalLoader(); ll.LoadAssembl 阅读全文
posted @ 2020-03-23 11:41 Ender.Lu 阅读(530) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows.Forms; using System.Runtime.InteropServices 阅读全文
posted @ 2020-03-20 22:26 Ender.Lu 阅读(1253) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 17 下一页