Loading...
putty连接主机使用cd跳转到指定目录cd /etc/sysconfig/network-scripts/使用ls命令查看网卡配置文件ls使用VI打开配置文件[root@localhost network-scripts]# vi ifcfg-ens33得到结果如下TYPE="Ethernet"PROXY_METHOD="none"BROWSER_ONLY="no"BOOTPROTO="d...
wget -N --no-check-certificate https://raw.githubusercontent.com/ToyoDAdoubi/doubi/master/aria2.sh && chmod +x aria2.sh && bash aria2.sh
去掉小箭头 提取密码:Iqg3U新建bat文件 粘贴下列代码去掉小箭头reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /d "%systemroot%\system32\imageres.dll,197"...
Mysql查询指定字段返回唯一值例句SELECT distinct 字段名 FROM 表明 WHERE 查询条件
1、将 phpMyAdmin/libraries/config.default.php中的$cfg['blowfish_secret'] = ''; 改成 $cfg['blowfish_secret'] = '123456'; (注:其中的'123456′为随意的字符)2、在phpMyAdmin目录中,打开config.sample.inc.php,18行$cfg['blowfish_sec...