摘要: 效果图 前端web和axaj: <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="zichanmx.aspx.cs" Inherits="xsweb.ERPInfo.zichanmx" %> <!DOCTYPE html> <html 阅读全文
posted @ 2021-07-28 11:52 AaronLi 阅读(167) 评论(0) 推荐(0) 编辑
摘要: <connectionStrings> <add name="oracle" connectionString="Data Source= (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = xxx.xxx.xxx.xx 阅读全文
posted @ 2021-07-28 11:40 AaronLi 阅读(429) 评论(0) 推荐(0) 编辑
摘要: select dt,(Datepart(weekday,dt)-1) week from ( select convert(varchar(10),dateadd(dd,number,convert(varchar(8),getdate(),120)+'01'),120) as dt from ma 阅读全文
posted @ 2021-07-28 11:32 AaronLi 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 转自:https://www.cnblogs.com/yuyexiaoxiao/p/13537101.html 案例一: string json = "[{"Groupid":"54","groupnum":"66000","groupname":"大唐移动","type":"0","dnspref 阅读全文
posted @ 2021-05-24 17:29 AaronLi 阅读(2007) 评论(0) 推荐(0) 编辑
摘要: 转自:https://www.cjavapy.com/article/50/ .Net(C#)后台发送Get和Post请求的几种方法总结 levi 编辑于 2019-12-19 本文主要介绍分别通过HttpClient、Flurl.Http、WebRequest和WebClient发送Get和Pos 阅读全文
posted @ 2021-05-24 15:43 AaronLi 阅读(4534) 评论(0) 推荐(0) 编辑
摘要: 比如说,这个打印R报表是按“物料类别”来分页的,那当A类别打印到最后一页的时候,“合计金额”就会被打印出来(放在了ReportFooters),那其他页面打印的就是PageFooters; 也就是说当一个类别打印完就输出ReportFooters的内容,反之就是输出PageFooters的内容; 按 阅读全文
posted @ 2021-05-17 11:23 AaronLi 阅读(185) 评论(0) 推荐(0) 编辑
摘要: 建立asp.net-mvc-webservice接口: 部署好IIS,能成功访问 T100调用webservice接口 阅读全文
posted @ 2021-04-20 14:38 AaronLi 阅读(459) 评论(0) 推荐(0) 编辑
摘要: 1,azzi990先新增一个单据别单数,按流水号 2,azzi991添加单据性质 3,aooi200就看到这个参数了; 阅读全文
posted @ 2021-03-31 16:29 AaronLi 阅读(430) 评论(0) 推荐(0) 编辑
摘要: ON KEY blockAn ON KEY block defines an action with a hidden action view (no default button is visible), that executes a sequence of instructions when 阅读全文
posted @ 2020-09-22 17:14 AaronLi 阅读(261) 评论(0) 推荐(0) 编辑
摘要: IMPORT security DEFINE l_ceshi INT DEFINE l_ceshi1 BIGINT DEFINE l_ceshi2 STRING DEFINE l_ceshi3 STRING CALL security.RandomGenerator.CreateRandomNumb 阅读全文
posted @ 2020-09-21 14:48 AaronLi 阅读(241) 评论(0) 推荐(0) 编辑