1. 枚举的运用 Your team is writing a fancy new text editor and you've been tasked with implementing the line numbering. Write a function which takes a list ...
分类:
编程语言 时间:
2020-06-26 10:22:43
阅读次数:
66
第9章使用ssh服务管理远程主机。配置系统网络信息:1.nmcli添加两个网络模版nmcliconnectionaddcon-namecompanyifnameeno16777736autoconnectnotypeethernetip4192.168.10.100/24gw4192.168.10.1nmcliconnectionaddcon-namehouseifnameeno16777736a
分类:
系统相关 时间:
2020-06-22 09:33:47
阅读次数:
71
以前读书使用递归和指针来实现二叉树...让我非常头疼... 如果要实现递归和指针,,相信会让很多人望而却步...然而我只是要学习和使用他罢了.. 今天突然想试试其他简单的方式实现...希望能帮助到一些人...大神请不要笑我.. 代码等我有空的时候会附上... <iframe src="//playe ...
分类:
其他好文 时间:
2020-06-20 19:36:46
阅读次数:
76
用Microsoft DirectX光线跟踪改善渲染质量 Implementing Stochastic Levels of Detail with Microsoft DirectX Raytracing 细节层次(LOD)是指在细节可能不重要的情况下,用较低分辨率的网格替换远处的高分辨率网格。这 ...
分类:
其他好文 时间:
2020-06-19 20:52:02
阅读次数:
43
怪你过分美丽 <embed src="//player.video.iqiyi.com/92db14b966f24a4857aeefa3cec5439d/0/0/v_19ry0opves.swf-albumId=16588866600-tvId=16588866600-isPurchase=0-cn ...
分类:
其他好文 时间:
2020-06-18 16:25:09
阅读次数:
118
RPC 起源 RPC 这个概念术语在上世纪 80 年代由 Bruce Jay Nelson 提出。这里我们追溯下当初开发 RPC 的原动机是什么?在 Nelson 的论文 "Implementing Remote Procedure Calls" 中他提到了几点: 简单:RPC 概念的语义十分清晰和 ...
分类:
其他好文 时间:
2020-06-16 12:53:15
阅读次数:
73
下发正常转发流表sh ovs-ofctl add-flow s1 action=normal action=NORMAL的流表意思是该交换机配置成一个正常传统交换机工作。ovs交换机有两种工作模式:SDN模式和传统模式。传统的ovs交换机是通过mac地址自学习来完成数据帧交换,SDN模式是交换机里的 ...
分类:
其他好文 时间:
2020-06-15 16:03:33
阅读次数:
87
仅以博客形式记录linux所学,不足之处继续优化 linux系统的常用命令格式基本上是以 cmd(command) 选项 参数 的形式书写 例如screen、date、ifconfig等命令 1 Usage: date [OPTION]... [+FORMAT] 2 or: date [-u|--u ...
分类:
系统相关 时间:
2020-06-14 23:48:01
阅读次数:
69
启动系统,按ESC键,进入GRUB页面,进入到命令行 1. Start up your computer and when you see the Grub screen, do the following: 2. In the Grub menu press the ‘e’ key to edit ...
分类:
编程语言 时间:
2020-06-14 23:42:03
阅读次数:
239
window10系统,先cmd打开chrome, chrome --remote-debugging-port=9222 执行脚本 from selenium import webdriver from selenium.webdriver.chrome.options import Options ...
分类:
其他好文 时间:
2020-06-14 16:32:39
阅读次数:
221