Mind-Map icon indicating copy to clipboard operation
Mind-Map copied to clipboard

基于思维导图的可视化学习系统

Results 18 Mind-Map issues
Sort by recently updated
recently updated
newest added

Bumps [fastjson](https://github.com/alibaba/fastjson) from 1.2.47 to 1.2.83. Release notes Sourced from fastjson's releases. FASTJSON 1.2.83版本发布(安全修复) 这是一个安全修复版本,修复最近收到在特定场景下可以绕过autoType关闭限制的漏洞,建议fastjson用户尽快采取安全措施保障系统安全。 安全修复方案 :https://github.com/alibaba/fastjson/wiki/security_update_20220523 Issues 安全加固 修复JDK17下setAccessible报错的问题 #4077 下载 https://repo1.maven.org/maven2/com/alibaba/fastjson/1.2.83/ 文档 https://github.com/alibaba/fastjson/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98 源码 https://github.com/alibaba/fastjson/tree/1.2.83 fastjson 1.2.79版本发布,BUG修复 这又是一个bug...

dependencies

Bumps [xstream](https://github.com/x-stream/xstream) from 1.3.1 to 1.4.19. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.thoughtworks.xstream:xstream&package-manager=maven&previous-version=1.3.1&new-version=1.4.19)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

更新架构

![default](https://user-images.githubusercontent.com/37243447/45667171-a715d500-bb4a-11e8-8b4d-2fe9c7e3bcbf.png) ![default](https://user-images.githubusercontent.com/37243447/45667180-aed57980-bb4a-11e8-81ed-74c8104076e4.png)

优化搜索引擎,可根据知识图谱名字,用户真实姓名,用户id,知识图谱名字进行查询,支持模糊匹配

在点击注册按钮触发事件的时候,获取到各个信息输入框中的值并一一判断是否为空,每次判断一个值的时候在标题下方添加一个显示div,在里面用jquery选中并填入错误原因,并且每次提交时需要将之前显示的错误先重新赋值为空进行清空。并且利用onfocus事件获取焦点。后台部分:由于已经获取到了传入的各个参数,所以用if判断后返回状态值5来表示填写信息不完善,在前台获取5的时候进行弹框提示。

利用jquery的$(document).keyup(function(event){})当event.keyCode==13时,表示按下回车事件,这是进行ajax进行钱后台交互