上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 41 下一页

2019年12月25日

List of common SCSI KCQs

摘要: CategoryKeyASCASCQError Condition No Sense 0 00 00 No error 0 5D 00 No sense - PFA threshold reached Soft Error 1 01 00 Recovered Write error - no ind 阅读全文

posted @ 2019-12-25 14:27 liujx2019 阅读(742) 评论(0) 推荐(0)

2019年12月5日

How to permit SSH root Login in Ubuntu 18.04

摘要: https://www.ubuntu18.com/ssh-permitrootlogin/ SSH root login is disabled by default in Ubuntu 18.04. SSH server for Ubuntu provides by the openssh-ser 阅读全文

posted @ 2019-12-05 15:14 liujx2019 阅读(784) 评论(0) 推荐(0)

2019年12月3日

SNMP History and OID/MIB Tour

摘要: https://www.pei.com/snmp-history-oid-mib/ Description: This document describes a bit of history and functionality of the SNMP protocol for monitoring. 阅读全文

posted @ 2019-12-03 18:03 liujx2019 阅读(297) 评论(0) 推荐(0)

What does __GNUC__ mean?

摘要: It indicates that I'm a GNU compiler and you can use GNU extensions. https://stackoverflow.com/questions/19908922/what-is-this-ifdef-gnuc-about 阅读全文

posted @ 2019-12-03 18:01 liujx2019 阅读(100) 评论(0) 推荐(0)

printf 参数检查 __attribute__((format(printf, 1, 2)))

摘要: With GCC, I can specify __attribute__((format(printf, 1, 2))) , telling the compiler that this function takes vararg parameters that are printf format 阅读全文

posted @ 2019-12-03 18:00 liujx2019 阅读(1043) 评论(0) 推荐(0)

2019年11月25日

如何在 Windows Event Log 中查找系统重启的信息

摘要: 事件ID:12事件ID 13:事件ID 41:事件ID 6008:事件ID 1074:事件ID 1074: 版权声明:本文为博主vigel1990 原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。本文链接:https://blog.csdn.net/c105298 阅读全文

posted @ 2019-11-25 11:01 liujx2019 阅读(911) 评论(0) 推荐(0)

2019年11月21日

Qt 正则表达式检查 IP 格式

摘要: KillerSmath 2018年6月29日 下午10:41 @Pranit-Patil Hi there. Like @jonB says above, you should to replace\.to\\.to avoid an error of escape caracter. But if 阅读全文

posted @ 2019-11-21 16:38 liujx2019 阅读(1378) 评论(0) 推荐(0)

2019年11月18日

Linux 获取网卡名字列表

摘要: lspci | egrep -i --color 'network|ethernet' 阅读全文

posted @ 2019-11-18 16:38 liujx2019 阅读(3649) 评论(0) 推荐(0)

qt 鼠标拖动窗口 跳动 解决

摘要: 因为获取当前的位置,似乎没有把标题栏的高度记进去。 所以移动前,得考虑到标题栏的高度。 用以下方式获取标题栏高度: QApplication::style()->pixelMetric(QStyle::PM_TitleBarHeight); 阅读全文

posted @ 2019-11-18 14:19 liujx2019 阅读(819) 评论(0) 推荐(0)

2019年11月15日

c语言 字符串大小写转换

摘要: https://www.programmingsimplified.com/c/program/c-program-change-case https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/strlwr-s-strlwr 阅读全文

posted @ 2019-11-15 18:17 liujx2019 阅读(1013) 评论(0) 推荐(0)

上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 41 下一页

导航