使用cpulimit限制cpu的使用

admin Posted in mysqld
0

官方地址:http://cpulimit.sourceforge.net/

1.安装

make More »

python使用经验

admin Posted in mysqld
0
(mode, ino, dev, nlink, uid, gid, size, atime, mtime, ctime) = os.stat(‘/usr/games/goodmorning’)

MySQL数据库修复损坏的表

admin Posted in mysqld
0
方法一:
1.用root帐号从命令行登录MySQL:
    mysql -u root -p
2.输入root帐号的密码。
3.选定数据库名(本例中的数据库名为studentmis):
    use studentmis; More »