Nginx("engine x")是一款是由俄罗斯的程序设计师Igor Sysoev所开发高性能的 Web和 反向代理 服务器,也是一个 IMAP/POP3/SMTP 代理服务器。 在高连接并发的情况下,Nginx是Apache服务器不错的替代品。 ##安装Nginx 这里我用CentOS为例: 1 ...
分类:
其他好文 时间:
2020-06-22 23:30:38
阅读次数:
166
第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
怪你过分美丽 <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
function showLog($content,$filename="filenamelog") { $logfile = 'logs/'.$filename.date('Ymd').'.txt'; if(!file_exists(dirname($logfile))) { mkdir(dirn ...
分类:
Web程序 时间:
2020-06-17 13:13:42
阅读次数:
117
下发正常转发流表sh ovs-ofctl add-flow s1 action=normal action=NORMAL的流表意思是该交换机配置成一个正常传统交换机工作。ovs交换机有两种工作模式:SDN模式和传统模式。传统的ovs交换机是通过mac地址自学习来完成数据帧交换,SDN模式是交换机里的 ...
分类:
其他好文 时间:
2020-06-15 16:03:33
阅读次数:
87
xlrd和xlwt 安装代码 pip3 install xlrd pip3 install xlwt xlrd 打开文件 xlrd.open_workbook(filename=None, logfile=<_io.TextIOWrapper name='<stdout>' mode='w' enc ...
分类:
编程语言 时间:
2020-06-15 14:22:06
阅读次数:
65
仅以博客形式记录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