haiya512

Results 11 issues of haiya512

**Describe the bug** 重置路由之后,怎么也进不去了,一直报错404,安装组件都检查过了,配置也检查过了 mysql5.7 centos7 tomcat8.5 jdk8 ![image](https://user-images.githubusercontent.com/11622523/182823173-462af181-ed3e-4cac-b312-2e3cb06d0163.png) **To Reproduce** 1. 安装好之后,打开网页 http://xxxx:8080/cat/s/config?op=sampleConfigUpdate 2. 然后重置路由,确认 3. 这样就404了,怎么也进不去了。环境重置了也不行

Internal Server Error: /xadmin/ Traceback (most recent call last): File "C:\Users\Lenovo\code\ft\venv\lib\site-packages\django\apps\registry.py", line 155, in get_app_config return self.app_configs[app_label] KeyError: 'reversion' During handling of the above exception, another exception occurred: Traceback (most...

非管理员用户,因为首页展示了管理员权限内容的东西,所以进去的时候会提示没有权限,这一块可以改进一下 比如做一个判断,如果不是非管理员,或者没有给权限就直接展示一个空白页或者其他内容的网页

比如不同的子账户,在添加项目的时候,选择负责人,应该是只能选择自己;不能随意指定其他人,目前这块还没有做!希望将来能够做好

在添加服务器的时候,密码那一栏,如果有特殊字符单引号和双引号,都会报错

2016-12-26 14:26:04.568 java[28559:448808] *** WARNING: Method userSpaceScaleFactor in class NSView is deprecated on 10.7 and later. It should not be used in new applications. Use convertRectToBacking: instead.

文件 redis/zbx_export_templates.1.0.xml 进程名称错了,应该是redis,不是nginx

有一段报错: Traceback (most recent call last): File "/Users/bobo/.pyenv/versions/2.7.10/bin/scrapy", line 11, in sys.exit(execute()) File "/Users/bobo/.pyenv/versions/2.7.10/lib/python2.7/site-packages/scrapy/cmdline.py", line 108, in execute settings = get_project_settings() File "/Users/bobo/.pyenv/versions/2.7.10/lib/python2.7/site-packages/scrapy/utils/project.py", line 68, in get_project_settings settings.setmodule(settings_module_path, priority='project') File...

centos7 在安装的时候报错:`-bash: ./installk8s-20220509: cannot execute binary file` 估计是在编译的时候没有添加如下参数 ` GOOS=linux GOARCH=amd64 go build sayHello.go `