摘要: $ git config --global user.email "you@example.com" $ git config --global user.name "Your Name" $ git init #--Reinitialized existing Git repository 初始化 阅读全文
posted @ 2019-02-21 19:04 jun-x 阅读(824) 评论(0) 推荐(0)
摘要: n个人(以编号0,1,2,3...n-1分别表示)围坐在一张圆桌周围。从编号为0的人开始报数1,数到m的那个人出列; 他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。按照顺序出列的人的编号列表 1 def ysf(m,l): 2 global nlist 阅读全文
posted @ 2019-01-22 01:32 jun-x 阅读(1755) 评论(0) 推荐(0)
摘要: from selenium import webdriver from selenium.webdriver.common.keys import Keys import time def message(emailaddr,text): browser = webdriver.Firefox() 阅读全文
posted @ 2019-01-14 17:29 jun-x 阅读(265) 评论(0) 推荐(0)
摘要: 新建虚拟机->安装CentOS7->新建虚拟交换机:内部网络->CentOS7设置->网络适配器:虚拟交换机:新建虚拟交换机->进入CentOS # cd /etc/sysconfig/network-scripts/ # ls -a # vi ifcfg-eth0 #(有些系统不是eth0,前面i 阅读全文
posted @ 2019-01-11 14:53 jun-x 阅读(1201) 评论(0) 推荐(0)