码迷,mamicode.com
首页 >  
搜索关键字:running    ( 3503个结果
远程进行kvm虚拟机的安装
# virsh version Compiled against library: libvirt 1.1.1 Using library: libvirt 1.1.1 Using API: QEMU 1.1.1 Running hypervisor: QEMU 1.5.3 cat /etc/redhat-release Red Hat Enterprise Linux Server...
分类:其他好文   时间:2015-04-26 22:53:43    阅读次数:310
oracle 10gr2 ORA-27125: unable to create shared memory segment when run DBCA
I have installed 10gR2 on linux environment, When running DBCA it got filed with below error ORA-27125: unable to create shared memory segment SOLUTION: cd $ORACLE_HOME/bin   mv oracle oracle.bin...
分类:数据库   时间:2015-04-24 10:36:58    阅读次数:376
MySQL主从复制监控
#!/bin/bash #checkMySQL_SlaveStatus #crontabtime00:10 MYSQLPORT=`netstat-na|grep"LISTEN"|grep"3306"|awk-F[:""]+‘{print$4}‘` MYSQLIP=`ifconfigeth0|grep"inetaddr"|awk-F[:""]+‘{print$4}‘` STATUS=$(/usr/bin/mysql-S/var/lib/mysql/mysql.sock-e"showslavestatus\\G"..
分类:数据库   时间:2015-04-24 06:47:15    阅读次数:186
在Mac上运行ASP.NET 5
原文:http://stephenwalther.com/archive/2015/02/03/asp-net-5-and-angularjs-part-7-running-on-a-mac这篇文章中, 我会把之前的ASP.NET 5 项目在我的Mac上运行起来.安装 Mono首先你得安装Mono....
分类:Web程序   时间:2015-04-23 12:51:28    阅读次数:236
CQRS(命令查询职责分离)和 EDA(事件驱动架构)
转载CQRS(命令查询职责分离)和 EDA(事件驱动架构)上一篇:《IDDD 实现领域驱动设计-SOA、REST 和六边形架构》阅读目录:CQRS-命令查询职责分离EDA-事件驱动架构Domin Event-领域事件Long-Running Process(Saga)-长时处理过程Event Sou...
分类:其他好文   时间:2015-04-23 08:19:10    阅读次数:215
ADB server didn't ACK完美解决
今天,又出现了adb连接不上的问题了。现象,adb shell 时出现以下信息: * daemon not running. starting it now on port 5037 * ADB server didn't ACK * failed to start daemon * error: cannot connect to daemon显然,原因是ADB SERVER的端口被占用...
分类:数据库   时间:2015-04-22 20:46:49    阅读次数:216
linux - rsync
If the host computer is not running SSH (or RSH), we can configure and run rsync as a daemon in this computer. This would have rsync listening to the port 873 for incoming connections from other comput...
分类:系统相关   时间:2015-04-22 14:02:55    阅读次数:229
在mac os下的Apache服务器的cgi中运行python
我是搬运工。。Running Python Programs on the Mac OS X Apache Web ServerThe Mac OS X operating system includes a pre-configured Apache web server and also inc...
分类:编程语言   时间:2015-04-21 22:19:17    阅读次数:435
MySQL双主热备问题处理
1. Slave_IO_Running: Nomysql> show slave status\G *************************** 1. row *************************** Slave_IO_State: Master_Host: 172.16.1.21...
分类:数据库   时间:2015-04-21 20:54:11    阅读次数:206
Android_canvas.drawTextOnPath()无效
drawTextOnPath() was not supported with hardware acceleration until Android 4.1. To work around this problem, simply set a software layer type on your View when running on Android < 4.1. Just call Vie...
分类:移动开发   时间:2015-04-21 18:09:34    阅读次数:185
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!