上一页 1 2 3 4 5 6 ··· 25 下一页
摘要: https://files.cnblogs.com/files/tangchun/Optimizer-15.8.zip?t=1696842672&download=true 阅读全文
posted @ 2023-10-09 17:13 _York 阅读(13) 评论(0) 推荐(0) 编辑
摘要: /** * @license BSD * @copyright 2014-2023 hizzgdev@163.com * * Project Home: * https://github.com/hizzgdev/jsmind/ */ ; (function ($w) { 'use strict'; 阅读全文
posted @ 2023-10-08 10:52 _York 阅读(17) 评论(0) 推荐(0) 编辑
摘要: Dowload(url, fileName) { let xmlResquest = new XMLHttpRequest(); xmlResquest.open('GET', url, true); xmlResquest.setRequestHeader('Content-type', 'app 阅读全文
posted @ 2023-10-01 16:43 _York 阅读(695) 评论(0) 推荐(0) 编辑
摘要: CREATE OR REPLACE FUNCTION "public"."add_sequence_to_table"("p_table_name" text, "p_column_name" text) RETURNS "pg_catalog"."void" AS $BODY$ DECLARE m 阅读全文
posted @ 2023-09-30 17:07 _York 阅读(355) 评论(0) 推荐(0) 编辑
摘要: 插件地址:https://github.com/wmjordan/Codist/releases 阅读全文
posted @ 2023-09-14 15:13 _York 阅读(148) 评论(0) 推荐(1) 编辑
摘要: U8按钮加入数据库 --生产订单\物料清单保存事件 DELETE AA_CustomerButton WHERE cCustomerObjectName = 'U8Api.U8ButtonEvent.clsButtonLinkCc' and cButtonKey in ('BtnStudy1','B 阅读全文
posted @ 2022-10-15 20:45 _York 阅读(287) 评论(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 阅读(218) 评论(0) 推荐(0) 编辑
摘要: XSSFSheet 用法 RegionUtil.SetBorderLeft(1, region, sheet, workbook)//左 RegionUtil.SetBorderRight(1, region, sheet, workbook)//右 RegionUtil.SetBorderTop( 阅读全文
posted @ 2022-08-30 13:42 _York 阅读(356) 评论(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 阅读(1244) 评论(0) 推荐(0) 编辑
摘要: 1、安装U8软件 2、建立C#项目,用的.net为4.5 3、引用U8相关dll 4.设置为COM互操作注册 5.U8api配置 阅读全文
posted @ 2022-07-27 14:23 _York 阅读(282) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 25 下一页