09 2021 档案

摘要:输入语句 python中,通过input函数获取用户键盘输入 input函数的参数是字符串,它是屏幕提示语 # 变量赋值,=两边空格可有可无 >>> user = input('username: ') # 用户输入内容保存到变量user中 username: tom >>> user # 使用变量 阅读全文

posted @ 2021-09-30 15:06 -=- 阅读(66) 评论(0) 推荐(0) 编辑

摘要:下载Subversion Edge wget --no-check-certificate --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie" https://downloads-guests.open.c 阅读全文

posted @ 2021-09-07 10:23 -=- 阅读(183) 评论(0) 推荐(0) 编辑

摘要:网络YUM源搭建 1、 CentOS-Base.repo [base]name=CentOS-6failovermethod=prioritybaseurl=https://vault.centos.org/6.9/os/x86_64/ Centos官网镜像url=http://mirrors.so 阅读全文

posted @ 2021-09-06 09:01 -=- 阅读(31) 评论(0) 推荐(0) 编辑

摘要:Mysql相关命令 ? (\?) 显示帮助信息 clear (\c) 清楚当前输入语句 connect (\r) 连接到服务器,可选参数为数据库和主机 delimiter (\d) 设置语句分隔符 ego (\G) 发送命令到MySQL服务器,并显示结果 exit\quit (\q) 退出MySQL 阅读全文

posted @ 2021-09-02 18:22 -=- 阅读(56) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示