摘要:
一、下载好jenkins安装包传到linux上,并开始安装(如果是传到新建文件夹,ftp传输失败可能是因为文件夹没设置好权限) rpm -ivh jenkins-2.190.3-1.1.noarch.rpm 二、修改配置文件中的用户和端口号并重启 vim /etc/sysconfig/jenkins 阅读全文
摘要:
一.基础 create/drop database dbname / table tbname(新建/删除数据库、表) alter table tbname add 字段名 类型 create index indexname on tbname(字段名) 创建索引 drop index indexn 阅读全文