new ChildClass().f(); 是什么意思啊
新版咋操作,不敢乱动,。。。。。。。。。
老师我在用graphene与sqlacmy结合的时候,添加数据成功,但是删改查都出现了错误,帮忙看一下
lian.zip
我运行完之后是这样的
老师,我发现开启全局配置还是设置
<setting name="lazyLoadTriggerMethods" value=""/>
才能有延迟效果的作用。是这样的吗?
%d什么意思
Defaulting to user installation because normal site-packages is not writeable Requirement already satisfied: pygame in c:\users\86177\appdata\roaming\python\python39\site-packages (2.0.1)
老师你好请问这个怎么解决啊
老师,我这个没用办法给用户授权,是因为库的原因还是什么
报错内容:
grant select on bjsxt1.employees to 'u_sxt'@'localhost' identified by 'sxt'
> 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'identified by 'sxt'' at line 1
> 时间: 0s
无效标识符,老师怎么解决,我查找了网上的用法,加了双引号也没有用
加单引号就全是一个样子,帮我看一下
老师,图片加载不进来,窗口一直弹出这个,帮忙看下,谢谢
老师,我看了下边的提问,这个Ip地址分很多类的吗?
老师,我的压缩文件密码设置的是'123',但是却能用'8m'解开压缩文件,请问老师是怎么回事?
from zipfile import ZipFile import os def passwd(path,pwd): type_ = os.path.splitext(path)[-1][1:] # print(type_) if type_ == 'zip': with ZipFile(path,'r') as zip: print(f'正在尝试密码:{pwd}') try: zip.extractall('./create_data/生成压缩文件',pwd=str(pwd).encode('utf-8')) print(f'解压成功,密码是:{pwd}') return True except Exception as e: pass def create_pwd(length): import itertools as its words = '0123456789abcdefghijklmnopqrstuvwxyz' for i in range(1,length+1): for j in its.product(words,repeat=i): # 第二个参数,用来设置几个相同的序列做笛卡尔积 # print(i) # 返回的是元组 # print(''.join(i)) yield ''.join(j) # 产生生成器 if __name__ == '__main__': # passwd('./base_data/aa.zip') # create_pwd() for p in create_pwd(length=6): flag = passwd('./base_data/aa.zip',p) if flag: break
咋老是报数据库连不上啊,nacos配置中心信息获取有问题吧?
指定获取admin-service-dev也不想啊
老师 图片加载报错这是什么原因
老师,这个if里面的内容是为什么写一个flag的单词就表示开关值为false,可以直接写if(flag=false)嘛
非常抱歉给您带来不好的体验!为了更深入的了解您的学习情况以及遇到的问题,您可以直接拨打投诉热线:
我们将在第一时间处理好您的问题!
关于
课程分类
百战程序员微信公众号
百战程序员微信小程序
©2014-2025百战汇智(北京)科技有限公司 All Rights Reserved 北京亦庄经济开发区科创十四街 赛蒂国际工业园网站维护:百战汇智(北京)科技有限公司 京公网安备 11011402011233号 京ICP备18060230号-3 营业执照 经营许可证:京B2-20212637