摘要: 左侧菜单实现 默认html <div class="layui-side layui-bg-black h-slide"> <div class="layui-side-scroll"> <ul class="layui-nav layui-nav-tree" lay-filter="manager 阅读全文
posted @ 2018-11-17 14:40 newRohLzy 阅读(509) 评论(0) 推荐(0) 编辑
摘要: layui 数据表格 返回格式: var json = new { code = 0, count = pagers.totalRows, msg = "", data =null }; 请求格式: table.render({ elem: '#SysSampleIndexTable' , url: 阅读全文
posted @ 2018-11-17 14:35 newRohLzy 阅读(706) 评论(0) 推荐(0) 编辑
摘要: 原文: https://www.cnblogs.com/ymnets/p/3424309.html --》底层实现 https://www.layui.com/ --》UI实现 阅读全文
posted @ 2018-11-17 14:29 newRohLzy 阅读(3127) 评论(0) 推荐(0) 编辑
摘要: //源码 # # 导包#import pyximportimport requestsfrom fake_useragent import UserAgentimport json import osimport pandas as pdimport csvimport datetime ## # 阅读全文
posted @ 2018-11-17 14:16 newRohLzy 阅读(617) 评论(0) 推荐(0) 编辑