摘要:
需要定义自定义模块 <script> // 自定义模块 layui.config({ base: '../../assets/layui/tables/', // 模块目录 version: 'v1.6.0' }).extend({ // 模块别名 soulTable: 'tableChild' } 阅读全文
posted @ 2021-05-28 14:34
是晚安呀
阅读(2942)
评论(0)
推荐(0)
摘要:
//前台 table.render({ url: core.path,//相对应的esb接口地址 elem: '#weidaopiaoInfo', contentType: 'application/json', datatype: 'json', request: { pageName: 'pag 阅读全文
posted @ 2021-05-28 14:26
是晚安呀
阅读(571)
评论(0)
推荐(0)
摘要:
layui.use(['table', 'laydate', 'layer', 'form'], function () { var form = layui.form; form.render(); }) 阅读全文
posted @ 2021-05-28 14:14
是晚安呀
阅读(2373)
评论(0)
推荐(0)
摘要:
//以文件上传为例,先说一下代码逻辑,有两个线程分别处理临时文件的获取,FTP文件上传,其中获取文件上传做了重复文件的判断。 public static readonly Queue<string> queue = new Queue<string>(); //临时文件队列,与文件队列互锁。 pub 阅读全文
posted @ 2021-05-28 14:10
是晚安呀
阅读(430)
评论(0)
推荐(0)
摘要:
using System; using System.IO; using System.Net; using System.Threading; namespace FinanceCenter.Services.Tools { public class FtpHelper { public clas 阅读全文
posted @ 2021-05-28 14:03
是晚安呀
阅读(526)
评论(0)
推荐(0)

浙公网安备 33010602011771号