上一页 1 2 3 4 5 6 ··· 25 下一页
摘要: 1、新建数据库数据目录(注意目录权限) 2、打开服务,停止postgresql数据库服务 3、运行cmd,输入regedit打开注册表,修改 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\postgresql-x64-9.1\ImagePa 阅读全文
posted @ 2023-10-19 08:29 _York 阅读(280) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(18) 评论(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 阅读(807) 评论(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 阅读(389) 评论(0) 推荐(0) 编辑
摘要: 插件地址:https://github.com/wmjordan/Codist/releases 阅读全文
posted @ 2023-09-14 15:13 _York 阅读(168) 评论(0) 推荐(1) 编辑
摘要: U8按钮加入数据库 --生产订单\物料清单保存事件 DELETE AA_CustomerButton WHERE cCustomerObjectName = 'U8Api.U8ButtonEvent.clsButtonLinkCc' and cButtonKey in ('BtnStudy1','B 阅读全文
posted @ 2022-10-15 20:45 _York 阅读(311) 评论(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 阅读(242) 评论(0) 推荐(0) 编辑
摘要: XSSFSheet 用法 RegionUtil.SetBorderLeft(1, region, sheet, workbook)//左 RegionUtil.SetBorderRight(1, region, sheet, workbook)//右 RegionUtil.SetBorderTop( 阅读全文
posted @ 2022-08-30 13:42 _York 阅读(389) 评论(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 阅读(1268) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 25 下一页