摘要: 1.jenkins服务器上的配置 1 <?xml version="1.0" encoding="UTF-8"?> 2 3 <!-- 4 Licensed to the Apache Software Foundation (ASF) under one 5 or more contributor 阅读全文
posted @ 2017-08-09 17:25 tno 阅读(194) 评论(0) 推荐(0) 编辑
摘要: 1. 环境:CentOS7.0,jdk-8u91-linux-x64.rpm,jenkins 2.7.4 ,gitlab 9.2.2 2. 安装jdk,jenkins (rpm -ivh “包名”) 安装gitlab (yum安装,略) 3. 配置gitlab: ①项目(开发提供) ②配置gitla 阅读全文
posted @ 2017-08-09 17:09 tno 阅读(218) 评论(0) 推荐(0) 编辑
摘要: 1 name = "my name is {name} and i am {year} old" 2 3 print(name.capitalize()) 4 print(name.count("a")) #打印name 中 a 出现的次数 5 print(name.center(50,"-")) 阅读全文
posted @ 2017-06-09 09:28 tno 阅读(126) 评论(0) 推荐(0) 编辑