摘要: sql面试题中经常出现一张学生表,表字段有学生ID,学生课程,学生成绩 今天要实测,so,需要有数据,now,随机生成数据,,, 1 create table student 2 ( 3 id varchar(50), --编号 4 class varchar(50),--课程 5 soure in 阅读全文
posted @ 2018-11-29 10:46 newRohLzy 阅读(1564) 评论(0) 推荐(0) 编辑
摘要: 原文:https://www.cnblogs.com/blueherb/p/9521827.html 1.通过centos的搜狐到百度下载linux fo sougou 注:找到下载路径(定义为A) 2. 进入终端 使用 (su root)切换为root用户 3.cd 路径A 4.使用(ar vx 阅读全文
posted @ 2018-11-22 23:50 newRohLzy 阅读(300) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/joe_le/article/details/80107832 阅读全文
posted @ 2018-11-22 23:15 newRohLzy 阅读(3958) 评论(0) 推荐(0) 编辑
摘要: 1.查看一下当前的运行级别和可以安装的group。 #systemctl get-default #yum grouplist 3.安装桌面包 #yum groupinstall "GNOME Desktop" "Graphical Administration Tools" 4.更新系统的运行级别 阅读全文
posted @ 2018-11-22 20:14 newRohLzy 阅读(420) 评论(0) 推荐(0) 编辑
摘要: 原文:https://blog.csdn.net/nothing2017/article/details/61420767 步骤: 1.以root管理员身份登录系统,输入 》(ls /etc/sysconfig/network-scripts)命令 截图: 2.vi /etc/sysconfig/n 阅读全文
posted @ 2018-11-22 19:19 newRohLzy 阅读(196) 评论(0) 推荐(0) 编辑
摘要: 左侧菜单实现 默认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) 编辑
摘要: 场景:父页面是gb2312编码(a页面),该页面下有一个utf-8页面(b页面),utf-8页面下有一个iframe,iframe 的src指向utf-8页面(c页面) 问题: 1.a与b的乱码问题 解决:因为框架原因a页面不能调整,so调整b页面,b页面添加<meta http-equiv="co 阅读全文
posted @ 2018-08-04 00:11 newRohLzy 阅读(142) 评论(0) 推荐(0) 编辑