oracle数据库日志报错ORA-27300ORA-27301ORA-27302ORA-27157处理记录:1、事件的原因排查应用连接数据库失败,先连接数据库服务器,启动数据库服务恢复应用业务,然后排查数据库crush原因:1)查看messages日志是否有与Oracle用户相关的出错信息#cat/etc/redhat-releaseCentOSLinuxrelease7.2.1511(Core)
分类:
数据库 时间:
2020-10-30 11:51:31
阅读次数:
25
use 3D version to calculate how much water the model can contain this problem need use dfs,from the edge part which mustn't be answer,for the edge can ...
分类:
移动开发 时间:
2020-10-29 10:06:29
阅读次数:
25
Linux 连续执行多条命令的方法 一、使用分号 ";" 进行分隔 printf "%s/n" "This is executed" ; printf "%s/n" "And so is this"输出:This is executedAnd so is this 二、使用 "&&" 进行分隔 跟一 ...
分类:
系统相关 时间:
2020-10-26 11:51:37
阅读次数:
40
Num elementsParameter nameDescriptionTypeRangeExample 1 Class names The class to which the object belongs. String N/A Person, car, Road_Sign 1 Truncat ...
分类:
其他好文 时间:
2020-10-24 09:42:42
阅读次数:
20
简介 Nginx是一款轻量级的HTTP服务器,采用事件驱动的异步非阻塞处理方式框架,这让其具有极好的IO性能,时常用于服务端的反向代理和负载均衡。 查找安装目录 1 which nginx 2 ps -ef | grep nginx 返回结果包含安装目录 root 2662 1 0 07:12 ? ... ...
分类:
其他好文 时间:
2020-10-22 22:49:23
阅读次数:
28
再记不住的话就扇自己巴掌 SELECT * FROM class1 c INNER JOIN class2 p ON c.id = p.id INNER JOIN class3 s ON c.id = s.id 2333, 和暴走大事件一起更博客吧 ...
分类:
数据库 时间:
2020-10-21 21:36:09
阅读次数:
41
Editing the attributes of annotation编辑注记属性 Editing the attributes of annotation You can edit annotation attributes in the Attributes window, which pro... ...
分类:
其他好文 时间:
2020-10-21 20:40:20
阅读次数:
20
Does the bug always move to a new location? Explain. 不会,虫子真会朝着一个有小格子存在的地方,而且这个格子是空的,或者它上面有一朵红花,只有这个情况它才会移动。 解释:该行为被方法act()限制,所以出现这样的行走方式 In which dire ...
分类:
其他好文 时间:
2020-10-21 20:30:04
阅读次数:
21
In Kotlin, there is no static methods, but we can use companion object which works the same as static methods. For example, a class: package com.rsk i ...
分类:
其他好文 时间:
2020-10-16 10:59:03
阅读次数:
22
这样没有必要吧?我可否直接用numpy的向量化操作,直接做到时间O(1),空间O(n)? 现代cpu都会有矢量指令,比如SSE里的ADDPS。numpy向量操作,比如add,是直接通过c执行cpu向量操作来执行add,而不是像python一样通过for循环 Alias Method:时间复杂度O(1 ...
分类:
其他好文 时间:
2020-10-13 16:49:28
阅读次数:
22