码迷,mamicode.com
首页 >  
搜索关键字:which whereis    ( 9508个结果
oracle数据库报错ORA-27300 ORA-27301等错误
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
leetcode407 Trapping rain water II
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
KITTI数据集格式
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
简介 Nginx是一款轻量级的HTTP服务器,采用事件驱动的异步非阻塞处理方式框架,这让其具有极好的IO性能,时常用于服务端的反向代理和负载均衡。 查找安装目录 1 which nginx 2 ps -ef | grep nginx 返回结果包含安装目录 root 2662 1 0 07:12 ? ... ...
分类:其他好文   时间:2020-10-22 22:49:23    阅读次数:28
Editing the attributes of annotation编辑注记属性
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
阶段一 问答题1
Does the bug always move to a new location? Explain. 不会,虫子真会朝着一个有小格子存在的地方,而且这个格子是空的,或者它上面有一朵红花,只有这个情况它才会移动。 解释:该行为被方法act()限制,所以出现这样的行走方式 In which dire ...
分类:其他好文   时间:2020-10-21 20:30:04    阅读次数:21
[Kotlin] companion object == static method
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
Spring源码阅读
1.Spring 容器几个重要的接口 org.springframework.core.env.Environment Interface representing the environment in which the current application is running. 继承自org ...
分类:编程语言   时间:2020-10-09 20:48:51    阅读次数:25
Penetration Test - Select Your Attacks(10)
Application Exploits, Part III CROSS-SITE SCRIPTING(XSS) Injection attack in which an attacker sends malicious code(client-side script) to a web appli ...
分类:Web程序   时间:2020-10-09 20:20:18    阅读次数:34
odoo 怎样实现的字段权限管控原理
从视图结构来管控: 以stock.picking 的tree 视图为例,如果将name字段设置群组管控 <?xml version="1.0"?> <tree decoration-info="state == 'draft'" decoration-muted="state == 'cancel' ...
分类:其他好文   时间:2020-10-08 18:29:01    阅读次数:16
9508条   上一页 1 ... 8 9 10 11 12 ... 951 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!