bode

Results 3 issues of bode

使用`./bin/elasticsearch-plugin install https://github.com/medcl/elasticsearch-analysis-ik/releases/download/v6.3.0/elasticsearch-analysis-ik-6.3.0.zip`安装的7.10.2版本 安装后`plugins`目录结构如下: - ls命令 ![image](https://user-images.githubusercontent.com/40768803/116531426-bcae2680-a911-11eb-9d7f-7b77b7e3c91c.png) - tree命令 ![image](https://user-images.githubusercontent.com/40768803/116531574-e8c9a780-a911-11eb-931b-2f1c71b8f047.png) 我想自定义词典, 但我找不到Readme里面说的"conf"文件夹. ``` Dictionary Configuration IKAnalyzer.cfg.xml can be located at {conf}/analysis-ik/config/IKAnalyzer.cfg.xml or {plugins}/elasticsearch-analysis-ik-*/config/IKAnalyzer.cfg.xml ``` 我尝试了手动下载然后解压, 但`elasticsearch-plugin list`报错了. ``` warning: no-jdk...

## 描述 - 刚进入表格后, 表的右上方蓝色字体"选中所有"点击不生效, 如图: ![image](https://user-images.githubusercontent.com/40768803/139942757-b1da034f-5cda-47dc-89ed-1520b59f94bb.png) ## 重现步骤 - [`simpleui_demo`](https://gitee.com/tompeppa/simpleui_demo), 点击`员工管理表`, 再点击右上方蓝色字体(如上图). ## 系统环境 1.Operating System:win10 2.Python Version:3.7

bug

新增了自动登录时对GET参数使用des加密的功能, 由于无权限commit就先新建了一个项目: - webssh_des链接: https://github.com/bode135/webssh_des 主要是将webssh集成进django-admin中, 加入`forbiddenindex`参数限制login登录, 并对登录过一次的密文进行实时报废处理, 只允许用户使用后台按钮自动登录.