摘要: 以下案例基于:Spring 3.2x 版本。 用于测试的Action(controller)。 @RequestMapping(value = "getData.json") public @ResponseBody ServerResponse getData(HttpSession sessio 阅读全文
posted @ 2019-12-30 17:16 加速丨世界 阅读(1519) 评论(0) 推荐(0) 编辑
摘要: [标签]配置项=xxxx 标签类型:服务端、客户端服务器端标签:[mysqld][mysqld_safe][server] 客户端标签:[mysql][mysqldump][client] my.conf 文件配置 # 数据库安装地址basedir = /usr/local/mysql/mysql- 阅读全文
posted @ 2019-12-30 17:14 加速丨世界 阅读(1166) 评论(0) 推荐(0) 编辑
摘要: 用户权限管理: 1. 创建用户和设置密码: create user test@'localhost' IDENTIFIED by 'test'; 重点解释一下@'localhost' 在这个语句中的作用(白名单的作用:就是设置哪些网段的人可以才有权限) test@'10.0.0.%' 分配10.0. 阅读全文
posted @ 2019-12-30 17:05 加速丨世界 阅读(3141) 评论(0) 推荐(0) 编辑