码迷,mamicode.com
首页 >  
搜索关键字:available    ( 2488个结果
Zabbix agent on Zabbix server is unreachable for 5 minutes
环境描述: 环境介绍:CentOS6.5 zabbix3.2.6(zabbix客户端与服务端在一台主机) 1.在安装完zabbix之后,添加客户端,客户端配置(zabbix_agentd.conf)如下 PidFile=/var/run/zabbix/zabbix_agentd.pidLogFile ...
分类:其他好文   时间:2017-06-22 19:11:40    阅读次数:678
Starting nagios:This account is currently not available.
解决方式: 又一次安装php 再重新启动apache 再启动nagios 再訪问:http://ip/nagios 我的问题就是 解决的。 解决方式: 又一次安装php 再重新启动apache 再启动nagios 再訪问:http://ip/nagios 我的问题就是 解决的。 ...
分类:移动开发   时间:2017-06-22 16:50:02    阅读次数:127
DBCA创建数据库ORA-01034 ORACLE not available
SYMPTOMS 在利用dbca创建数据库时,当设置完毕全部參数。開始装时 跑到2% 就报错 ORA-01034 ORACLE not available, 例如以下图 CAUSE There's a script in ORACLE_HOME/sqlplus/admin which is call ...
分类:数据库   时间:2017-06-20 21:06:23    阅读次数:268
HTTP Status完整枚举
HTTP Status完整枚举 public enum HttpStatus { // 1xx Informational 1xx信息类的 继续 CONTINUE(100, "Continue"), //交换协议 SWITCHING_PROTOCOLS(101, "Switching Protoco ...
分类:Web程序   时间:2017-06-20 19:15:32    阅读次数:391
LockSupport的park和unpark的基本使用,以及对线程中断的响应性
/** * Disables the current thread for thread scheduling purposes unless the * permit is available. * * <p>If the permit is available then it is consum ...
分类:编程语言   时间:2017-06-20 12:25:24    阅读次数:281
iOS9 ReplayKit录制视频
猴子原创,欢迎转载。转载请注明: 转载自Cocos2Der-CSDN,谢谢! 原文地址: http://blog.csdn.net/cocos2der/article/details/50260873 iOS9的ReplayKit 视频录制,api很easy,以下是代码,Objective-C的相似 ...
分类:移动开发   时间:2017-06-19 19:37:21    阅读次数:205
LINUX centos 7.2/7.3 搭建LANP环境
首先我们先查看下centos的版本信息 接下来我们先安装一台web服务器,因为是lanp,所以我们选用的是apache 然后我们手动启动apache 既然web服务器搭好了是不是就代表着可以通过web进行访问了呢?是的,浏览器直接访问你的服务器ip地址,就会打开apache的默认页面。 接下来我们设 ...
分类:系统相关   时间:2017-06-19 14:17:18    阅读次数:247
Centos 安装 Python 3.6.1
1、下载Python 3.6.1 2、./configure 3、make&makeinstall 4、创建虚拟环境 5、激活虚拟环境 6、FAQ 01、zipimport.zipimporterror can't decompress data zlib not available linux 安 ...
分类:编程语言   时间:2017-06-18 23:44:29    阅读次数:388
初学springboot, 如何快速使用maven搭建springboot项目呢
搭建Springboot 推荐使用maven, 但也可以不使用maven,用正常的java工程。 在MyEclipse上新建一个maven工程 点击Next,选择create a simple project 点击Next,输入下图所示 点击finish,稍等一下会,项目就构建完成。目录结构如下所示 ...
分类:编程语言   时间:2017-06-18 19:00:47    阅读次数:247
glibc中malloc的详细解释_转
glibc中的malloc实现: The main properties of the algorithms are:* For large (>= 512 bytes) requests, it is a pure best-fit allocator, with ties normally de ...
分类:其他好文   时间:2017-06-18 11:58:15    阅读次数:239
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!