随笔分类 -  mysql

摘要:layui数据表格的使用layui自带的表格数据渲染 后端返回需要的数据 layui官方文档 下面的所有操作的前提是你必须引入layui! 一,先写html <body> <div class="layui-card"> <div class="layui-card-body"> <!-- 只需要这里是表格标签 --> < 阅读全文
posted @ 2022-06-30 20:12 抗争的小青年 阅读(621) 评论(0) 推荐(0)
摘要:MySQL 在 Windows 系统下的安装MySQL 在 Windows 系统下的安装 阅读全文
posted @ 2022-05-06 08:40 抗争的小青年 阅读(382) 评论(0) 推荐(0)
摘要:Mac 系统配置 MySql 数据库Mac系统mySql数据库的安装 阅读全文
posted @ 2022-05-05 17:14 抗争的小青年 阅读(265) 评论(0) 推荐(0)
摘要:如何通过node.js操作后台数据库常用的数据库代码 -- 通过 * 把 users 表中所有的数据查询出来 -- select * from users -- 从 users 表中把 username 和 password 对应的数据查询出来 -- select username, password from users -- 向 阅读全文
posted @ 2022-04-30 21:36 抗争的小青年 阅读(600) 评论(0) 推荐(0)