ORA-1034 ORA-27101 Table of Contents 1. 现象 2. 解决 1 现象 ERROR: ORA-01034: ORACLE not available ORA-27101: shared memory realm does not exist Linux-x86_6 ...
分类:
其他好文 时间:
2020-08-11 11:58:07
阅读次数:
90
简单句 1. 什么是英语句子 英语的句子必须具备主谓结构 ,并且主语一定是谓语的发出者,如果有宾语的话,宾语一定是谓语动词的对象或承受者 2. 英语句子的基本结构 主谓:He die 主谓宾: 谓语:实义动词 主谓表: 谓语: 系动词 : be动词 感官动词:look=seem=appear,sme ...
分类:
其他好文 时间:
2020-08-11 10:35:07
阅读次数:
170
Optional of 与 ofNullable 的区别 /** * Returns an {@code Optional} with the specified present non-null value. * * @param <T> the class of the value * @par ...
分类:
其他好文 时间:
2020-07-30 14:39:39
阅读次数:
64
Suppose Andy and Doris want to choose a restaurant for dinner, and they both have a list of favorite restaurants represented by strings. You need to h ...
分类:
其他好文 时间:
2020-07-29 15:41:09
阅读次数:
86
这个是因为没有将requires_grad设为True,l=LOSS(out,label)中的l默认是requires_grad为false,这个l其实也是一个张量Tensor类型,将其的requires_grad改为True后,使用backward函数就可以得到requires_grad为True ...
分类:
其他好文 时间:
2020-07-26 22:55:24
阅读次数:
279
教程 Flutter瀑布流及通用列表解决方案 Canonical 在 Linux 上提供 Flutter 桌面应用支持 插件 koukicons-flutter 🍪 Colorful Icons for your Flutter App fontify Converts SVG icons to ...
分类:
其他好文 时间:
2020-07-24 15:29:24
阅读次数:
77
yum模块 name 必选 指定安装包名 state 执行命令 present installed removed latest absent 其中installed and present等效 latest标志安装yum中最新版本,absent and removed 等效 表示删除安装包 dis ...
分类:
其他好文 时间:
2020-07-23 16:32:49
阅读次数:
80
where is C used ? C 语言的应用场景 C is widely used C语言被广泛应用于: For creating desktop applications 用于创建桌面应用程序 For developing games 游戏开发 For designing Operating ...
分类:
编程语言 时间:
2020-07-23 09:12:31
阅读次数:
75
(拓扑排序;AOE图) ##题目大意 给出一个工程各个活动的优先关系和所需时间,求完成这个工程所有活动的最短时间。如果无法完成,则输出Impossible。 题目链接 ##思路 拓扑排序。start为源点,ending为汇点。用一个变量num记录进入队列中的元素个数,如果不等于结点n,则表示不能完成 ...
分类:
其他好文 时间:
2020-07-22 13:52:22
阅读次数:
75
When “ERROR CAN NOT MAP ERROR CODE : 21” is displayed [1] Phenomenon ? “ERROR CAN NOT MAP ERROR CODE : 21” is displayed and the equipment does not ope ...
分类:
其他好文 时间:
2020-07-21 13:47:51
阅读次数:
74