03 2019 档案
摘要:SELECT @charges=ISNULL(MAX(a.maxcharge), 0.00) FROM( SELECT (SELECT MAX(maxcharge) FROM(VALUES(ilongcharge),(iwidthcharge),(iheightcharge),(iweightcharge ),(ivolumecharge)) AS...
阅读全文
摘要:上代码 前端+js(懒得分文件了) css文件 两张背景图 后台代码 整个登陆就OK
阅读全文
摘要:前端(.wxml) 样式(wxss) js(.js) json配置(.json) 后台c# 本地测试
阅读全文
摘要:引用Renci.SshNet这个 封装的sftp类 直接账号密码 代理上传 上传 获取文件目录下的文件 移动文件 删除文件
阅读全文
摘要:1.spire 官方的有水印,通过引用 //private readonly static PdfDocument doc = new PdfDocument(); //public static Stream PtfToPng(string FileInfo) //{ //byte[] by =
阅读全文
摘要:int count = 1; //在重复名称后加(序号) while (File.Exists(path)) { if (path.Contains(").")) ...
阅读全文
摘要:--表结构 SELECT id,position,Parentid FROM op_client_sales_structure WITH TEST_CTE AS ( SELECT id,position,Parentid,Cast(Parentid AS NVARCHAR(4000)) AS PATH FROM op_client_sales_structure team WHER...
阅读全文