问题:SQL> startup; ORA-00845: MEMORY_TARGET not supported on this system 启动oracle实例时,提示ORA-00845: MEMORY_TARGET not supported on this system; 原因:是因为这个/d ...
分类:
数据库 时间:
2019-05-09 15:46:29
阅读次数:
259
//解决方法,将YourRootPassword替换成你的密码: ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'YourRootPassword'; FLUSH PRIVILEGES; //效果图 // ...
分类:
数据库 时间:
2019-05-02 21:36:46
阅读次数:
182
今天项目发布后,发现系统所有的 PUT请求不能用了, 提示如上, 本地测试正常,发布之后就不行了,瞬间很懵逼了 网上搜了一箩筐信息,发现好像都不对.... 仔细看了一下代码,发现了问题 新版本增加了角色验证,角色不符合,跳转到403错误页 我的shiro配置: 我的错误页这是这样的: 啊...... ...
分类:
编程语言 时间:
2019-04-28 18:39:29
阅读次数:
187
事务的传播性:1、PROPOGATION_REQUIRES --需要在一个事务中执行2、PROPOGATION_SUPPOTS --不需要在一个事务中执行,如果有事务,也可以执行3 PROPOGATION_NOT_SUPPORTED --不支持在一个事务中执行,如果在一个正在运行的事务中执行,则会被 ...
分类:
其他好文 时间:
2019-04-06 14:21:33
阅读次数:
134
下表列出了TensorRT层和每个层支持的精确模式。它还列出了该层在深度学习加速器(DLA)上运行的能力。有关附加约束的更多信息,请参见 DLA Supported Layershttps://docs.nvidia.com/deeplearning/sdk/tensorrt-developer-g ...
分类:
其他好文 时间:
2019-03-29 17:32:08
阅读次数:
323
进入hbase shell命令行 bin/hbase shell HBase Shell; enter 'help' for list of supported commands. Type "exit" to leave the HBase Shell Version 0.92.1, r12989 ...
分类:
其他好文 时间:
2019-03-14 20:07:45
阅读次数:
196
web.xml标题头替换为: <web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance http://www.springmo ...
分类:
Web程序 时间:
2019-03-13 20:02:58
阅读次数:
335
Windows版本因为文件访问句柄数被限制为1024了,当访问量大时就会无法响应。 会有如下错误提示:maximum number of descriptors supported by select() is 1024 修改参数worker_connections可以解决此限制,还有其它很多说修改 ...
分类:
Windows程序 时间:
2019-02-11 12:24:20
阅读次数:
1159
```
ArgumentException: 'UTF_8' is not a supported encoding name. For information on defining a custom encoding, see the documentation for the Encoding... ...
分类:
其他好文 时间:
2019-02-01 16:25:59
阅读次数:
386
参考博客:https://www.cnblogs.com/jkko123/p/6358461.html 参考博客:https://blog.csdn.net/w171066/article/details/51158970 参考博客:https://www.cnblogs.com/xlmeng198 ...
分类:
其他好文 时间:
2019-01-30 17:16:35
阅读次数:
113