码迷,mamicode.com
首页 >  
搜索关键字:door man    ( 12203个结果
Linux相关命令总结
Linux主要指令解析,ls指令,pwd指令,cd指令,touch指令,mkdir指令,rmdir&&rm指令,man指令,cp,mv,cat,more,less,head,tail,时间相关指令,cal,find,grep,zip/unzip,tar,bc,uname–r指令,重要的几个热键[Tab],[ctrl]-c,[ctrl]-d,关机指令shutdown1.ls语法:ls
分类:系统相关   时间:2020-10-29 09:35:41    阅读次数:23
Linux命令合集
poweroff 关机 shoutdown -r关机 -h重启 who / whoami 确实 pwd 显示在工作目录 su 切换用户 带“-”切换到根目录里 exit 退出 cd/etc 切换工作目录 clear 清屏 ls 列出目录文件 -a 全部文件 -l 查看文件属性 man 查看命令帮助文 ...
分类:系统相关   时间:2020-10-26 11:45:16    阅读次数:33
Redis5设计与源码分析 (第3章 跳跃表)
Redis5设计与源码分析 (第3章 跳跃表) ...
分类:其他好文   时间:2020-10-26 11:32:29    阅读次数:14
vsock
Vsocks are a means of providing socket communication (either stream or datagram) directly between VMs and their host operating system. The host and ea ...
分类:其他好文   时间:2020-10-24 10:17:20    阅读次数:37
VB字符串分割为数组,并获取下标值
Dim A() As StringPrivate Sub Command1_Click()A() = Split(Text1.Text, "-", -1, vbTextCompare)'以“-”将字符串分割后存到一个以下标为0开始的数组里Dim i As IntegerFor i = 0 To UB ...
分类:编程语言   时间:2020-10-24 09:54:23    阅读次数:29
多进程提速
方式一:multiprocessing.Process def worker(procnum, return_dict): '''worker function''' print str(procnum) + ' represent!' return_dict[procnum] = procnum ...
分类:系统相关   时间:2020-10-22 22:46:37    阅读次数:30
(Buying Guide)Nexiq USB Link 1 or 2? WiFi or Bluetooth?
(Buying Guide)Nexiq USB Link 1 or 2? WiFi or Bluetooth? Nexiq 1 or Nexiq 2? Nexiq 1 is discontinued. no more updates but for most people it will still ...
分类:其他好文   时间:2020-10-22 22:46:03    阅读次数:26
linux内核启动内核解压过程分析【转】
转自:https://blog.csdn.net/hlzs_01/article/details/39369901 http://blog.chinaunix.net/uid-20672257-id-2891129.html 内核编译完成后会生成zImage内核镜像文件。关于bootloader加载 ...
分类:系统相关   时间:2020-10-22 22:36:39    阅读次数:30
程序如何得到特定符号的所在物理地址
在移植u-boot的过程看到过u-boot在重定向时的实现,当时不知道怎么就觉得很好理解就把这个知识点没怎么深入的理解,最近在看华为的鸿蒙OS在Cortex-A平台上的实现过程时再次遇到一时间看不太懂了,所以花了点时间研究了一下这里做一下记录,后续有时间再把u-boot的实现再复盘一下加深理解。具体 ...
分类:其他好文   时间:2020-10-22 22:18:49    阅读次数:25
centos 防火墙开放默认端口
#查询有那些端口是开启的 [root@xpq ~]# firewall-cmd --list-port 3306/tcp 80/tcp 8000/tcp 9200/tcp #开启22122端口 [root@xpq ~]# firewall-cmd --zone=public --add-port=2 ...
分类:其他好文   时间:2020-10-21 20:43:48    阅读次数:22
12203条   上一页 1 ... 25 26 27 28 29 ... 1221 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!