码迷,mamicode.com
首页 >  
搜索关键字:should be repaired    ( 4956个结果
PHP配置文件www.conf
/etc/php-fpm.d/www.conf vim /root/ansible/nginx/www.conf ; Start a new pool named 'www'. [www] ; Unix user/group of processes ; Note: The user is mand ...
分类:Web程序   时间:2020-06-14 01:36:13    阅读次数:86
dataguard宕机重启后,MRP进程起不来,报ORA-01111(10g)或者ORA-01274(11g)错
问题背景:客户dataguard宕机重启后,MRP进程因缺少数据文件起不来,报错如下ORA-01111: name for data file 19 is unknown - rename to correct file 问题解决 1> 检查dataguard,sid已经正常启动,尝试启动MRP进程 ...
分类:系统相关   时间:2020-06-13 10:38:06    阅读次数:77
为什么vue创建不用class而是用函数
源码中vue入口 function Vue (options) { if (!(this instanceof Vue) ) { warn('Vue is a constructor and should be called with the `new` keyword'); } this._ini ...
分类:其他好文   时间:2020-06-12 12:54:46    阅读次数:147
VS Code WebApi系列——1、配置
Knowledge should be Shared in Free. 最近在研究VS code下的webapi,看了很多文档,还是微软官方的例子好,不过不太适应国人习惯,所以写点东西。 直接了当 开发环境系统信息: os:windows 10 1909 64位; vs code:1.45.1 sy ...
分类:Windows程序   时间:2020-06-11 13:29:51    阅读次数:197
"ISerializable" should be implemented correctly
https://rules.sonarsource.com/csharp/RSPEC-3925 The ISerializable interface is the mechanism to control the type serialization process. If not impleme ...
分类:其他好文   时间:2020-06-10 11:26:30    阅读次数:60
Tomcat请求解析-请求行和请求头
一、前言 文章:https://www.cnblogs.com/runnable/p/12905401.html中介绍了Tomcat处理一次请求的大致过程,其中包括请求接收、请求数据处理以及请求响应。接下来用两篇文章详细分析请求数据解析:请求行和请求头的读取、请求体的读取。 在分析请求数据处理之前, ...
分类:其他好文   时间:2020-06-09 20:53:34    阅读次数:170
oracle 03-04 网络
Configuring the Oracle Network Environment ObjectivesAfter completing this lesson, you should be able to:? Use Enterprise Manager Cloud Control and Or ...
分类:数据库   时间:2020-06-07 19:06:56    阅读次数:85
oracle 03-03 数据库实例管理
Managing the Database Instance ObjectivesAfter completing this lesson, you should be able to:? Start and stop the Oracle database instance andcomponen ...
分类:数据库   时间:2020-06-07 12:36:15    阅读次数:70
mysql 错误:Table is marked as crashed and should be repaired 解决办法
遇到这个问题几个敲命令轻松搞定 1、首先进入mysql命令台: mysql -u root -p 回车 输入密码 2、查询所有的库 mysql> show databases; 3、进入数据库“XXXX”,是库名 mysql> use 数据库名称; 4、check table xxxxxx(xxxx ...
分类:数据库   时间:2020-06-05 10:25:56    阅读次数:103
软件编译系统构建
reference: A tutorial for porting to autoconf & automake GNU autoconf (automake) "Hello World" step-by-step example All you should really know about A ...
分类:其他好文   时间:2020-05-31 16:04:42    阅读次数:87
4956条   上一页 1 ... 10 11 12 13 14 ... 496 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!