老师您好,我为什么下载好whl了,但是在文件夹中打开它直接闪退呢?
视频中g.setColor中括号里没有东西 我自己编的时候怎么会报错
# coding=utf-8 '''测试一个经典的GUI程序写法,使用面向对象的方式''' from tkinter import * from tkinter import messagebox class Application(Frame): '''一个经典的GUI程序写法''' def __init__(self, master=None): super().__init__(master) self.master = master self.pack() self.createwigets() def createwigets(self): self.btn01 = Button(self,text='送花', command=self.songhua())#请问这里为何self.songhua不能加括号 self.btn01.pack() self.btn02 = Button(self, text='退出', command=root.destroy) self.btn02.pack() def songhua(self): messagebox.showinfo('Message', '送你一朵花') if __name__ == '__main__': root = Tk() root.geometry('500x300+300+300') root.title('经典GUI') app = Application(master=root) root.mainloop()
老师您好,如图上备注所问,请问为何再command = self.songhua那里不能写成self.songhua()还有同理下面command = root.destroy不能写成root.destroy(),想问问是什么时候要加括号什么时候不加
老师,我这个代码,运行没有输出,是哪里写错了吗。
package com.yanggege.test; public class Welcome11 { int id; String name; String pwd; public Welcome11() { } public Welcome11(int id,String pwd) { this.id=id; } public Welcome11(int id,String name,String pwd) { this.id=id; this.name=name; this.pwd=pwd; } public static void main(String[] args) { Welcome11 s=new Welcome11(); Welcome11 s1=new Welcome11(101,"李杨"); Welcome11 s2=new Welcome11(100,"liyang","123455"); } }
解决办法:springboot父项目版本改为2.2.5
spring-webflux 5.2.3这个版本依赖有问题,按照楼上的方法可以注册到nacos,但是按照视频测试就会出问题,老师帮忙看看
老师,一个oracle不是可以有多个实例吗
<script> var timer1=null; var timer2=null; var timer3=null; timer0=setInterval('show("对滴!")',1000); timer2=setInterval(function(){console.log("hello");},1000); timer3=setInterval(function(){console.log("world");},1000); console.log(timer1);//1 console.log(timer2);//2 console.log(timer3);//3 function show(tmp){console.log("小白大可爱"+tmp);} // clearInterval(timer1); //clearInterval(1); </script>
老师您好,我想请问间隔调用的返回的数字队列,是一定会从1开始吗?我这部分打印出来的数字队列返回值就从几开始的都有
老师 外键约束依赖主表中的字段是什么类型 外键约束就必须是什么类型吗? 比如视频当中主表是int类型,从表中也是int类型
这的坑也太多了吧!能不能把注意点再说明一下?试了半天一直报错
建议提问和回复显示时间,我2020年11月23日提问的,目前都26日了还未回复
老师,为什么已经配置了这个 但是IDEA,没有提示自动生成uid的?
最后两句代码printname里面跟True 或者False是什么意思
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> </head> <body> <script> var expires=new Date(new Date().getTime()+1000*1000); document.cookie='password=13456; expires='+expires; var temarr=document.cookie.split('='); var obj={}; obj[temarr[0]]=temarr[1]; console.log(document.cookie); console.log(obj); </script> </body> </html>
老师这个为啥不行
将ipynb转换为html,md,pdf等格式
老师 这个在上面查的 终端输入 匹配不到文件时为啥
非常抱歉给您带来不好的体验!为了更深入的了解您的学习情况以及遇到的问题,您可以直接拨打投诉热线:
我们将在第一时间处理好您的问题!
关于
课程分类
百战程序员微信公众号
百战程序员微信小程序
©2014-2025百战汇智(北京)科技有限公司 All Rights Reserved 北京亦庄经济开发区科创十四街 赛蒂国际工业园网站维护:百战汇智(北京)科技有限公司 京公网安备 11011402011233号 京ICP备18060230号-3 营业执照 经营许可证:京B2-20212637