技术交流 第23页
linux怎么查看硬盘信息以及格式化挂载硬盘-李玉刚的博客

linux怎么查看硬盘信息以及格式化挂载硬盘

1、查看硬盘情况 lsblk df -lh 若已挂载,则通过 df -lh 可以看到硬盘的挂载位置;若未挂载,则只能通过 lsblk 查看到硬盘。 或者使用fdisk -l 2、创建分区 sudo fdisk /dev/sdb 根据提示,依次...
liyugang的头像-李玉刚的博客liyugang4年前
034211
Microsoft JET Database Engine 错误 '80004005'  错误解决方法-李玉刚的博客

Microsoft JET Database Engine 错误 ‘80004005’ 错误解决方法

一个批处理清理了一下电脑垃圾,结果ACC数据库就出错。系统环境Windows 2003+IIS6+NTFSASP+Access错误信息Microsoft JET Database Engine 错误 '80004005' 未指定的错误...
liyugang的头像-李玉刚的博客testtest18年前
034013
window server2016数据中心版服务器激活方法(简单快速,亲测可用)-李玉刚的博客

window server2016数据中心版服务器激活方法(简单快速,亲测可用)

1.以管理员方式打开cmd控制台,按顺序输入以下命令,有报错不要管它。 slmgr /upk slmgr.vbs /ipk CB7KF-BWN84-R7R2Y-793K2-8XDDG slmgr.vbs /skms kms.lotro.cc slmgr.vbs /ato
liyugang的头像-李玉刚的博客liyugang6年前
03316
Another app is currently holding the yum lock; waiting for it to exit...怎么处理解决?-李玉刚的博客

Another app is currently holding the yum lock; waiting for it to exit…怎么处理解决?

在下载安装nginx时出现 Another app is currently holding the yum lock; waiting for it to exit...问题 yum被锁定了 可以使用 rm -rf /var/run/yum.pid   强制杀死进程来解决
liyugang的头像-李玉刚的博客liyugang4年前
032015
linux提升root权限命令-李玉刚的博客

linux提升root权限命令

前言 很多的老外主机商默认提供的机器登录权限都不是root权限,导致执行命令时提示权限不足等原因,这时候就需要使用到提权命令将自身权限升至root权限。 提权命令 sudo -i  
liyugang的头像-李玉刚的博客liyugang4年前
03199
\"1251 - Client does not support authentication pr-李玉刚的博客

\"1251 – Client does not support authentication pr

\"1251 - Client does not support authentication protocol requested by server; consider upgrading MySQL client\"的解决方法有人用这个软件吗?MySQL-Front  faq-it.o...
liyugang的头像-李玉刚的博客testtest19年前
03105
hishop分类列表修改方法-李玉刚的博客

hishop分类列表修改方法

记事本打开\Themes\default\Skins\Skin-Default.ascx文件将<Hishop:Common_AllClass TextStyle="mainclass" RepeatColumns="2" Width="100%" runat="ser...
liyugang的头像-李玉刚的博客testtest18年前
030911
\"1251 - Client does not support authentication pr-李玉刚的博客

\"1251 – Client does not support authentication pr

\"1251 - Client does not support authentication protocol requested by server; consider upgrading MySQL client\"的解决方法有人用这个软件吗?MySQL-Front  faq-it.o...
liyugang的头像-李玉刚的博客liyugang19年前
03087
ISAPI_Rewrite 2.9 full 破解版(WIN系统伪静态插件)-李玉刚的博客

ISAPI_Rewrite 2.9 full 破解版(WIN系统伪静态插件)

界面语言:英文软件类型:国外软件运行环境:Windows XP/2003/IIS授权方式:破解版软件  软件大小:2.2 MBISAPI_Rewrite是一个强大的基于正则表达式的URL处理引擎。经过过滤的url更符...
liyugang的头像-李玉刚的博客testtest18年前
030411
定时轮询访问网站脚本-李玉刚的博客

定时轮询访问网站脚本

node 方案 ------------------------ const request = require('request'); // 引入 request 模块 const domainList = ['example.com', 'example.org', 'example.net']; // 指定域名列表 co...
liyugang的头像-李玉刚的博客liyugang4年前
029511