上一页 1 2 3 4 5 6 7 ··· 25 下一页
摘要: 插件地址:https://github.com/wmjordan/Codist/releases 阅读全文
posted @ 2023-09-14 15:13 _York 阅读(308) 评论(0) 推荐(1)
摘要: U8按钮加入数据库 --生产订单\物料清单保存事件 DELETE AA_CustomerButton WHERE cCustomerObjectName = 'U8Api.U8ButtonEvent.clsButtonLinkCc' and cButtonKey in ('BtnStudy1','B 阅读全文
posted @ 2022-10-15 20:45 _York 阅读(505) 评论(0) 推荐(0)
摘要: CVoucher 凭证类 VoucherCO_Sa 销售CO类 VoucherCO_PU 采购CO类 USERPCO 库存CO类 UFAPBO 应付CO类 UFAPBO 应付CO类 U8SrvTrans 基础类 查询sql: select ccardname as '单据', BTTblName A 阅读全文
posted @ 2022-10-13 21:59 _York 阅读(385) 评论(0) 推荐(0)
摘要: XSSFSheet 用法 RegionUtil.SetBorderLeft(1, region, sheet, workbook)//左 RegionUtil.SetBorderRight(1, region, sheet, workbook)//右 RegionUtil.SetBorderTop( 阅读全文
posted @ 2022-08-30 13:42 _York 阅读(484) 评论(0) 推荐(0)
摘要: 1、签名工具类 using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Security.Cryptography; using System. 阅读全文
posted @ 2022-08-14 20:47 _York 阅读(1404) 评论(0) 推荐(0)
摘要: 1、安装U8软件 2、建立C#项目,用的.net为4.5 3、引用U8相关dll 4.设置为COM互操作注册 5.U8api配置 阅读全文
posted @ 2022-07-27 14:23 _York 阅读(396) 评论(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 阅读(420) 评论(0) 推荐(0)
摘要: var rsa = RSA.Create(); rsa.ImportPkcs8PrivateKey(keyData, out _); 阅读全文
posted @ 2021-12-05 23:36 _York 阅读(1507) 评论(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 _York 阅读(44) 评论(0) 推荐(0)
摘要: 将快速启动设置为冷启动 阅读全文
posted @ 2021-10-17 15:23 _York 阅读(574) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 25 下一页