码迷,mamicode.com
首页 >  
搜索关键字:running    ( 3503个结果
zabbbix server is not running排错
1.安装完zabbix,登录后发现一个报错:zabbbixserverisnot running:theinformationdisplayedmaynotbecurrent,于是重启zabbix_server服务,发现zabbix_server服务已死2.查看日志tail-f/var/log/zabbix/zabbix_server.log,发现无法连接到数据库,提示数据库太多连接3.修改MYSQL的..
分类:其他好文   时间:2014-07-15 12:06:29    阅读次数:302
configure: error: XML configuration could not be found
执行: ./configure --prefix=/usr/local/php --enable-fastcgi --enable-fpm 之后出现   Running FastCGI Process Manager checks checking for php-fpm config file path... $prefix/etc/php-fpm.conf checking for ...
分类:其他好文   时间:2014-07-13 13:50:43    阅读次数:205
hadoop出现namenode running as process 18472. Stop it first.
hadoop出现namenode running as process 18472. Stop it first.等等,类似的出现了好几个。 解决办法:说明你没有启动起来,所以在启动之前你需要 在重新启动hadoop之前要先stop掉所有的hadoop服务。  然后恢复正常启动。...
分类:其他好文   时间:2014-07-12 19:54:29    阅读次数:364
【翻译自mos文章】DBA_JOBS 和 DBA_JOBS_RUNNING 不同的结果的解释
DBA_JOBS 和 DBA_JOBS_RUNNING 不同的结果的解释...
分类:数据库   时间:2014-07-12 18:00:19    阅读次数:223
linux下rz/sz安装及使用方法
参考文章[root@oel158 soft]# yum install lrzszLoaded plugins: securitySetting up Install ProcessResolving Dependencies--> Running transaction check---> Pac...
分类:系统相关   时间:2014-07-12 00:53:43    阅读次数:386
Could not open Selected VM debug port (8700)
在运行项目的时候,eclipse弹出提示框“Could not open Selected VM debug port (8700). Make sure you do not have another instance of DDMS or of the eclipse plugin running. If it's being used by something else, choose a new port number in the preferences.” 在终端输入:netstat -ano ...
分类:其他好文   时间:2014-07-10 23:03:07    阅读次数:432
android - Lint Error Checking导致的无法打包问题的解决办法
Export aborted because fatal lint errors were found.These are listed in the Problems view.Either fix these before running Export again,or turn off "Ru...
分类:移动开发   时间:2014-07-06 14:23:18    阅读次数:363
Stop “developer tools access needs to take control of another process for debugging to continue” Alert
There's a much simpler solution for this. Try running the following command:sudo /usr/sbin/DevToolsSecurity --enable
分类:数据库   时间:2014-07-05 22:43:50    阅读次数:451
使用topshelf包装redis为windows服务
Redis服务端目前用的是控制台程序运行,部署的时候能作为windows服务后台运行感觉更好。找到一篇文章Running Redis as a Windows Service,利用windows installer实现的。如果使用topshelf,岂不是可以兼容mono,于是自己动手写了,实现很简单...
分类:Windows程序   时间:2014-07-05 17:52:26    阅读次数:359
排序算法
选择排序 定义:依次选择最小的元素放在相应的位置上 特点:比较次数是 N(N-1)/2  交换次数是 N (each exchange puts an item into its ?nal position, so the number of exchanges is N. Thus, the running time is dominated by the number of com...
分类:其他好文   时间:2014-07-03 15:44:01    阅读次数:259
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!