摘要:
1 // Copyright (c) Microsoft. All rights reserved. 2 // Licensed under the MIT license. See LICENSE file in the project root for full license information. 3 4 namespace DotNetty.Common 5 { 6 ... 阅读全文
摘要:
Hex dump From Wikipedia, the free encyclopedia A hex dump of the 318 byte Wikipedia favicon In computing, a hex dump is a hexadecimal view (on screen 阅读全文
摘要:
ifconfig: command not found 查看path配置(echo相当于c中的printf,C#中的Console.WriteLine) 1 echo $PATH 解决方案1:先看看是不是root用户,如果不是就 su 切换到root用户 su 解决方案2:(如果没看见 /sbin) 阅读全文