码迷,mamicode.com
首页 >  
搜索关键字:running    ( 3503个结果
ngrok 部署本机代码,使外网可以访问
一什么是ngrok ngrok is a reverse proxy that creates a secure tunnel from a public endpoint to a locally running web service. ngrok captures and analyzes ....
分类:其他好文   时间:2015-05-14 15:38:59    阅读次数:134
ASA防火墙密码恢复
1.重新插拔电源线2.按ESC键进入ROMMonitor模式,可以看到提示符rommon#0>3.输入命令confreg回车,查看当前的寄存器的值4.寄存器的初始值为0x00000001,ASA会出现询问是否改变寄存器的设置,输入no回车5.改变寄存器的值为0x41rommon#1>confreg0x416.重启设备rommon#2>b..
分类:其他好文   时间:2015-05-14 14:27:40    阅读次数:189
adb查看activity的堆栈信息
adb查看activity的堆栈信息adb shell dumpsys activity该命令可以看到当前运行的是哪个activity,运行的一些进程等看到运行的进程信息:ACTIVITY MANAGER RUNNING PROCESSES (dumpsys activity processes)....
分类:数据库   时间:2015-05-14 13:50:44    阅读次数:172
MySQL启动脚本
今天在公司,上午搞了一个小时,MySQL单实例启动脚本搞定。[root@mysql-6scripts]#cattest3.sh #!/bin/bash RETVAL=0 ./etc/init.d/functions basedir=/application/mysql-5.5.32/bin datadir=/application/mysql-5.5.32/data PSD=123.com hostname=`hostname` menu(){ cat<..
分类:数据库   时间:2015-05-13 06:30:29    阅读次数:192
mysql监控脚本二
==========主从状态监控=================exportLANG=en_US.UTF-8#monitormaster-slave监控主从同步hostip="10.136.13.92"user="root"pass="test@2015"message=""#监控主从同步状态slaveStatus=$(mysql-u${user}-p${pass}mysql-e"showglobalstatuslike‘slave_running‘\G"|grep-..
分类:数据库   时间:2015-05-12 19:08:07    阅读次数:149
【动态规划】bzoj1613 [Usaco2007 Jan]Running贝茜的晨练计划
#include#includeusing namespace std;#define N 10001int n,m,a[N],f[N][501];int main(){ scanf("%d%d",&n,&m); for(int i=1;ij) f[i][0]=max(f[i][0],f[i-j][...
分类:其他好文   时间:2015-05-12 18:34:21    阅读次数:117
Marathon on OS X初体验
本文描述了在OS X上安装使用Marathon的过程。Marathon简介Marathon是Mesosphere公司为Mesos生态圈打造的一个轻量级、扩展性很强的调度long-running service的调度框架。支持RESTful api来创建和管理app,自动为app做容错迁移,凡是能用shell起的任务,理论上都可以通过Marathon在mesos上简单地启动和管理起来。下图为Mesos...
分类:其他好文   时间:2015-05-12 00:08:47    阅读次数:126
X11 Forwarding using Xming and PuTTY
We can run graphical programs on Linux/Solaris machines on campus remotely and display them on your desktop computer running Windows. We can do this by using running two applications together on your W...
分类:其他好文   时间:2015-05-11 17:54:32    阅读次数:539
adb remount of system failed: Permission denied
问题:[fulinux@ubuntu rk3288-5.1]$ adb remount * daemon not running. starting it now on port 5037 ** daemon started successfully *remount of system failed: Permission deniedremount failed解决方法:[fulinux@ub...
分类:数据库   时间:2015-05-11 14:48:59    阅读次数:2517
sc服务查询
sc query lanmanse2rver |find /i "state" |find /i "running" || (该服务没有运行时,要执行的命令)sc query lanmanse2rver |find /i "state" |find /i "running" &&(该服务运行时,要执...
分类:其他好文   时间:2015-05-11 14:45:12    阅读次数:123
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!