码迷,mamicode.com
首页 >  
搜索关键字:restart    ( 3392个结果
蛋疼问题汇总you must restart adb and eclipse
you must restart adb and eclipse 关掉eclipse,然后在命令行运行如下命令adb kill-serveradb start-server然后重启eclipseAndroidManifest.xml file missing! 菜单 project - clea.....
分类:数据库   时间:2015-04-03 01:29:36    阅读次数:127
ubuntu下mysql的常用命令
首先安装mysql:sudo?apt-get?install?mysql-server?mysql-client?1.终端启动MySQL:/etc/init.d/mysql start;(stop ,restart。)2.登录MySQL:mysql-uroot -p (用root账户登录),然后输入...
分类:数据库   时间:2015-04-01 15:07:28    阅读次数:151
ubuntu系统安装PHP扩展
GD库的安装sudo apt-get install php5-gdsudo apt-get install php5-gd sudo /etc/init.d/apache2 restart未完待续……
分类:Web程序   时间:2015-04-01 11:01:21    阅读次数:111
[ubuntu] service apache2 restart [fail]
$ /etc/init.d/apache2 restart* Restarting web server apache2 [fail] 解决办法4步走:1. sudo /etc/init.d/apache2 stop2....
分类:Web程序   时间:2015-04-01 09:30:14    阅读次数:248
windows环境下MySQL重启的命令行说明
ctrl+r 弹出运行框,输入cmd,然后再控制太输入命令;1.点击“开始”->“运行”(快捷键Win+R)。2.停止:输入 net stop mysql3.启动:输入 net start mysqlwindows下不能直接重启(restart),只能先停止,再启动。这个只是说本地装了mysql的情...
分类:数据库   时间:2015-03-31 19:58:54    阅读次数:129
MAC自带的lnmp
MAC自身带有apache,php。1、启动apache服务 sudo apachectl start/restart/stop2、查看php的版本 php -v 3、让apache支持php1、命令行输入:vi /etc/apache2/httpd.conf2、修改#loadmodule php....
分类:系统相关   时间:2015-03-30 22:54:24    阅读次数:225
linux网络环境配置【1】
第一种方法:(1)用root身份登陆,运行setup命令进入到text mode setup utiliy对网络进行配置,这里可以进行ip,子网掩码,默认网关,dns设置。(2)这时网卡的配置没有生效,运行/etc/rc.d/init.d/network restart命令我们刚才做的设置才生效。
分类:系统相关   时间:2015-03-30 20:32:52    阅读次数:138
ubuntu关于apache服务命令
一、Start Apache 2 Server /启动apache服务# /etc/init.d/apache2 startor$ sudo /etc/init.d/apache2 start二、 Restart Apache 2 Server /重启apache服务# /etc/init.d/ap...
分类:Web程序   时间:2015-03-30 01:16:45    阅读次数:126
监控http进程所占内存过高重启httpd
#!/bin/sh #crontabusage:*/2****/home/http_restart.sh>>/backup/restart_apache.log MIN_RAM=3200 FREE_RAM=`free-m|grepMem|awk‘{print$4}‘` echo$(date+"%y-%m-%d")`uptime` if[`echo"$FREE_RAM<$MIN_RAM"|bc`-eq1] then echo"#0#"$(date+"%y-%m-%d%H:%M:%S")"pk..
分类:Web程序   时间:2015-03-28 18:57:11    阅读次数:180
出厂预装WIN8的机子要做xp或者win7,可以这样改bios
先感谢刘哥,嘿嘿。笔记本电脑win8改win7:操作方法1:1、开机出现Logo时点击F1进入bios2、选择Restart—OS Optimized Defaults,修改成Disabled3、点击F9(Edge系列机型点击Fn+F9),选择Yes4、点击F10(Edge系列机型点击Fn+F10)...
分类:移动开发   时间:2015-03-21 15:33:59    阅读次数:154
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!