原因:安装的tensorflow版本和keras版本不匹配,只需卸载keras,重新安装自己tensorflow对应的版本。 Keras与tensorflow版本匹配查询网站 ...
分类:
编程语言 时间:
2020-03-21 12:47:30
阅读次数:
133
5.mudules(模块) vuex使用单一状态树,那么就意味着很多状态都会交给来管理。当应用变得非常复杂时,store对象就会变得非常臃肿。 为了解决这个问题,vuex允许我们将store分割成模块(module),而每个模块拥有自己的state actions getters mutations ...
分类:
其他好文 时间:
2020-03-21 12:42:00
阅读次数:
71
ngx_http_upstream_check_module (http://tengine.taobao.org/document_cn/http_upstream_check_cn.html) 该模块可以为Tengine提供主动式后端服务器健康检查的功能。 该模块在Tengine-1.4.0版本 ...
分类:
其他好文 时间:
2020-03-21 09:32:56
阅读次数:
201
以前这么配置: ... RewriteLog logs/gidapp.rewrite_log RewriteLogLevel 3 RewriteEngine On ... LogLevel warn ... 改为: ... RewriteEngine On ... LogLevel warn rew ...
分类:
Web程序 时间:
2020-03-21 09:31:52
阅读次数:
129
大家赶紧来看看,特别好用的。 文档: This is pytools modulethe module is use MIT license MIT License Copyright (c) 2020 Pytools Permission is hereby granted, free of ch ...
分类:
其他好文 时间:
2020-03-20 19:54:07
阅读次数:
72
在config index.js中配置 module.exports = { css: { sourceMap: true // 开启 CSS source maps } } 效果如图所示: ...
分类:
Web程序 时间:
2020-03-20 15:36:53
阅读次数:
167
主 HTML <!DOCTYPE html> <html> <head> <script type="module" src="01.js"></script> <script type="module" src="02.js"></script> </head> <body> </body> </ ...
分类:
Web程序 时间:
2020-03-20 14:18:22
阅读次数:
75
wordpress中的永久链接需要Apache支持url重写,于是配置了一下。 1、修改apache的httpd.conf文件,将下面语句前的#去掉 #LoadModule rewrite_module modules/mod_rewrite.so 2、修改apache的httpd.conf文件,将 ...
分类:
Web程序 时间:
2020-03-19 13:52:20
阅读次数:
77
这段报错的意思很容易理解,就是在实体类Teacher中没有get方法,但是检查发现里面确实有这个get方法,那为啥还报错呢 其实当一塔低昂有问题是也会出现这个报错,经过检查发现:在TeacherMapper.xml中表名写成了大写,实际上是teacher,改成小写后问题就迎刃而解了。。。 ...
分类:
其他好文 时间:
2020-03-18 20:22:09
阅读次数:
90
SyntaxError: Invalid or unexpected token[90m at wrapSafe (internal/modules/cjs/loader.js:1072:16)[39m[90m at Module._compile (internal/modules/cjs/ ...
分类:
其他好文 时间:
2020-03-18 11:38:18
阅读次数:
849