北梦的头像-北梦の博客
UID:1 已加入本站514天 总消费:0 徽章-资深玩家-北梦の博客徽章-人气大使-北梦の博客徽章-人气佳作-北梦の博客8枚徽章河北省石家庄市管理员
这家伙很懒,什么都没有写...
Python_练习_24.3.29-北梦の博客

Python_练习_24.3.29

选择题 try-except-else-finally练习 编写程序,按用户输人的半径计算圆的面积,若半径为负值则抛出异常
Linux_练习_24.3.29-北梦の博客

Linux_练习_24.3.29

练习1 1、查看当前登录的用户信息,并理解系统显示的信息含义 who 2、查看系统中用户的信息,统计出不同类型用户的数量 cat /etc/passwd -b 3、创建一个自己姓名的新用户,设置其密码为:redhat...
Python_练习_24.3.28-北梦の博客

Python_练习_24.3.28

class ShoppingCart: def __init__(self): self.items = [] def add_items(self, item): if item in items_price: self.items.append(item) print(f'{item}已添加到购物车') else: print(f'没有...
MYSQL_练习_24.3.25-北梦の博客
Python_练习_24.3.22-北梦の博客

Python_练习_24.3.22

class School_number(): def __init__(self, name, age): self.name = name self.age = age def describe(self): print(f'我的名字是{self.name},我的年龄是{self.age}') class Student(School...
Python_封装和继承_练习-北梦の博客

Python_封装和继承_练习

使用继承机制,为Car类创建两个子类:赛车(Racing_Car)类和公交车(Bus)类。为Car类定义属性最高时速(Top_speed)属性和核载人数(Nuclear_Number)方法,并分别通过子类对象调用父类中的成...
MYSQL_练习_5个表_24.3.18-北梦の博客

MYSQL_练习_5个表_24.3.18

drop database if exists t4; create database if not exists t4; use t4; drop table if exists account; create table account ( userid char(6) not null primary key comment '用户号', ful...
云黑系统API调用-北梦の博客

云黑系统API调用

添加黑名单 调用方法:GET 调用地址:trbl.b52m.cn/add 参数 token用户唯一标识符type数据类型,可选(qq,ip,uuid)data添加的数据,与类型绑定reason原因 code返回 正确返回错误返回 200添加...
Python_练习_24.3.15-北梦の博客

Python_练习_24.3.15

class Friend: def __init__(self): self.friend_li = {} # 实例方法 def welcome(self): print('欢迎来到好友管理系统') print('1.添加好友') print('2.删除好友') print('3.展示好友') print(...
MySQL_练习_24.3.11-北梦の博客

MySQL_练习_24.3.11

-- (1)删除数据库 drop database if exists t3; -- (2)创建数据库 create database if not exists t3; -- (3)使用数据库 use t3; -- 删除数据表 drop table if exists book; -- 在t3中创建数据...

运行时间

用户总数

浏览总数

文章总数

今日发布

今日
emo