摘要: Navicat连接mysql8.0.1版本出现1251--Client does not support authentication protocol requested by server的解决 转载自:https://blog.csdn.net/XDMFC/article/details/80 阅读全文
posted @ 2018-08-14 18:22 WhoKnows1 阅读(4237) 评论(1) 推荐(1) 编辑
摘要: 先要配置环境变量 MYSQL_HOME : D:\mysql-8.0.11-winx64 Path:%MYSQL_HOME%\bin 1)新建MYSQL_HOME变量,并配置:C:\Program Files\MySQL\MySQL Server 5.6 MYSQL_HOME:C:\Program 阅读全文
posted @ 2018-08-14 16:49 WhoKnows1 阅读(453) 评论(0) 推荐(0) 编辑
摘要: Windows 上安装 MySQL Windows 上安装 MySQL 相对来说会较为简单,你需要在 MySQL 下载中下载 Windows 版本的 MySQL 安装包。 Download Link: https://dev.mysql.com/downloads/mysql/ 点击 Downloa 阅读全文
posted @ 2018-08-14 16:41 WhoKnows1 阅读(20526) 评论(0) 推荐(1) 编辑
摘要: $(".selected input").on('input',function(e){ cc.search(); }); 阅读全文
posted @ 2018-08-04 23:46 WhoKnows1 阅读(206) 评论(0) 推荐(0) 编辑
摘要: 该类工程环境搭建和启动方法 配置 jdk tomcat maven(setting.xml) download the code import the project-- existing maven project set up a tomcat server and import the pro 阅读全文
posted @ 2018-08-04 21:29 WhoKnows1 阅读(183) 评论(0) 推荐(0) 编辑
摘要: 想刷新树,但是根据API来的refresh无效 https://bbs.csdn.net/topics/391881528 这个博客的作者的三个尝试都是根据API来的,都是无效的,比如refresh 建议直接用init重新初始化,亲测有用 https://tieba.baidu.com/p/3558 阅读全文
posted @ 2018-08-04 18:51 WhoKnows1 阅读(396) 评论(0) 推荐(0) 编辑
摘要: @ResponseBody @RequestMapping @RequestBody var $btnno2 = $(".mask .btn1 button.ok"); //确认按钮绑定 $btnno2.click(function() { var nodes = treeObj.getChecke 阅读全文
posted @ 2018-08-04 17:14 WhoKnows1 阅读(601) 评论(0) 推荐(0) 编辑
摘要: <insert id="batchInsert" useGeneratedKeys="true" keyProperty="id" parameterType="java.util.List" > INSERT INTO `oauth_client_method` (appkey,method) V 阅读全文
posted @ 2018-08-04 11:41 WhoKnows1 阅读(309) 评论(0) 推荐(0) 编辑
摘要: var nodes1 = [ { name: "小学", iconOpen: folderOpen, iconClose: folder, chkDisabled :true, children: [ { name: "语文", iconOpen: folderOpen, iconClose: fo 阅读全文
posted @ 2018-08-04 08:31 WhoKnows1 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 后端 后端的TreeBean import java.util.List; public class TreeBean implements Serializable { private String id; private String name; private int floor; priva 阅读全文
posted @ 2018-08-03 11:34 WhoKnows1 阅读(106) 评论(0) 推荐(0) 编辑