跨域访问出错信息:No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:9100' is therefore not allowed access. ...
分类:
Web程序 时间:
2019-02-13 20:54:52
阅读次数:
209
问题:Host 'XXX' is not allowed to connect to this MySQL server. 原因分析: 1.登录到mysql: 在开始目录下管理员身份运行【MySQL 5.7 Command Line Client】Enter password: ********输入 ...
分类:
数据库 时间:
2019-02-11 12:41:07
阅读次数:
223
1.问题描述 select deptno ,avg(sal) from emp where count(*)>3 group by deptno; 在where 句中使用聚合函数count(*),报出错误:ORA-00934: group function is not allowed here 那 ...
分类:
其他好文 时间:
2019-02-10 23:44:57
阅读次数:
366
在 SDK 26,通过令静态注册的广播接收器失效 以限制后台过多应用启动,接受广播等情况。 当运行时,会有以下LOG: Background execution not allowed: receiving Intent 1. 如果是自己编写发送广播,可以通过 以下方式使广播工作 (1) (2) i ...
分类:
其他好文 时间:
2019-02-08 15:56:20
阅读次数:
412
报错:一个库用mysqldump -u -p --opt --force -e --max_allowed_packet= --net_buffer_length= --databases备份时报错如下:mysqldump: Got error: 1449: The user specified a ...
分类:
数据库 时间:
2019-02-05 00:38:05
阅读次数:
438
原文:ASP.Net WebAPI HttpDelete/PUT方法运行或发布到生产服务器上后出现405(Method Not Allowed)错误的解决办法 本文只是个人的理解和学习记录,如果觉得本文写的业余或者表达不清楚,可以直接去参考这里。 最近在写ASP.NET的WebAPI,但是在使用Ht... ...
freemarker属性配置: spring.freemarker.allow-request-override=false # Set whether HttpServletRequest attributes are allowed to override (hide) controller g ...
分类:
其他好文 时间:
2019-01-31 18:20:07
阅读次数:
261
1、为什么会报错 ? 这里抱着错误是因为 babel 的版本冲突。 多是因为你的 babel 依赖包不兼容。 可以查看你的 package.json 的依赖列表 即有 babel 7.0 版本的( @babel/core , @babel/preset-react ) 也可命令查看 bebel-cl ...
分类:
Web程序 时间:
2019-01-31 17:37:03
阅读次数:
171
1、拉取mysql镜像 2、运行mysql的镜像生成一个正在运行的容器,可以通过docker contain ls得到容器的id信息 在自己搭建的时候,没有进行mysql远程访问权限设置,在另一台电脑上登录的时候报错 host 'xxx' is not allowed to connect to m ...
分类:
数据库 时间:
2019-01-27 14:45:34
阅读次数:
237
故障描述: 在mysql 主库上增加了一个主键操作,没过5分钟就接受到zabbix报警mysql主从同步异常停止信息,一首凉凉送给自己。。。。 查看现在主从状态 处理步骤如下: 1、查看主库max_allowed_packet的大小 2、设置从库slave_pending_jobs_size_max ...
分类:
数据库 时间:
2019-01-25 17:40:01
阅读次数:
256