老师,虚拟机只要可以正常上网接下来的课程就可以继续吧,我是mac的系统,实在找不着好用的虚拟机软件,就直接买的腾讯云的服务器,把liunx装到服务器上了,但是不会调网络模式,但是可以正常上网,应该不影响吧,
密码不知道是啥呀
老师,本章节这个客户端工具实在本章资料下载里面下的是吧
矩阵相加的结果是几维的?可以再次调用reshape方法?变成一行的向量?
Snipaste_2023-02-16_19-16-07.png
老师,那个%d和%5是什么意思呀
一定要直接杀死进程才能关闭es和ki么?没有命令?
老师,我这su进入不管理员模式啊,直接到根目录
vue-router-demo.rar
老师:我这个显示不了路由页面,不知道哪里出问题了??
#coding = utf-8 # 一个房子,一次只允许两个人进来 from asyncio import sleep from threading import Semaphore, Thread def home(name, se): se.acquire() print(f"{name},进入房间",) sleep(5) print(f"########{name},走出房间", ) se.release() if __name__ == '__main__': se = Semaphore(2) for i in range(1, 8): t = Thread(target=home, args=(f"tom{i}", se)) t.start()
点获取验证码,邮箱收得到,就是没弹窗,aler()好像没生效
物理空间是磁盘空间吗??????
public List<E> getBrother(E item) { E parent = this.getParent(item); if (parent==null)return null; else { List<E> child = this.getChild(parent); List<E> brother = new ArrayList<>(); brother.addAll(child); brother.remove(item); return brother; } }
老师我这样写好吗
如果父节点为空那就没有兄弟节点了
import Java.util.Scanner; public class SalaryCalculator { public static void main(String[] args) { Scanner s = new Scanner(System.in); System.out.println("******我的薪水计算器******"); System.out.println("1.输入88,退出程序\n2.输入66,计算下一个年薪"); while (true) { System.out.println("请输入月薪:"); int monthSalary = s.nextInt(); System.out.println("请输入一年几个月薪资:"); int months = s.nextInt(); int yearSalary = monthSalary * months; System.out.println("年薪是: " + yearSalary); if (yearSalary >= 200000) { System.out.println("恭喜你超越98%的国人"); }else if (yearSalary >= 100000) { System.out.println("恭喜你超越90%的国人"); } System.out.println("输入88,退出系统;输入66,继续计算。"); int comm = s.nectInt(); if (comm == 88) { System.out.println("系统退出!"); break; } if (comm == 66) { System.out.println("继续计算下一个薪资"); continue; } } } } }
老师,请问我这是什么问题呢
import pygame # 初始化 pygame.init() # 生成主屏幕 screen = pygame.display.set_mode((600, 500)) # 添加标题 pygame.display.set_caption("Pygame") while True: # 刷新界面 pygame.display.update()
老师我的系统是mac,一直无法弹出pygame的GUI界面,这个怎么解决?
非常抱歉给您带来不好的体验!为了更深入的了解您的学习情况以及遇到的问题,您可以直接拨打投诉热线:
我们将在第一时间处理好您的问题!
关于
课程分类
百战程序员微信公众号
百战程序员微信小程序
©2014-2025百战汇智(北京)科技有限公司 All Rights Reserved 北京亦庄经济开发区科创十四街 赛蒂国际工业园网站维护:百战汇智(北京)科技有限公司 京公网安备 11011402011233号 京ICP备18060230号-3 营业执照 经营许可证:京B2-20212637