选择你喜欢封面图
风花雪月
风花雪月
Lv1
道理只会告诉你对错但未必能给你幸福.
风花雪月 风花雪月
1年前
Python访问数据库,也可以使用变量的方法
sqlite3连接fopen('config.ini','r',encoding'utf8')读取当前目录下文件。打开数据库的文件路径保存在config.inilinesf.readlines()读取所有行。默认每行最后一个为回车符,后面需要处理掉fir
风花雪月 风花雪月
1年前
JavaScript 脚本获取网页响应状态码方法
执行JavaScript脚本获取状态码rrr.executescript("""varxhrnewXMLHttpRequest();xhr.open('GET',window.location.href,false);xhr.send(null);retu
风花雪月 风花雪月
1年前
简单的GRU实例代码
importnumpyasnp定义sigmoid函数defsigmoid(x):return1/(1np.exp(x))classRNN:definit(self,inputsize,hiddensize,outputsize):设定超参数self.in
风花雪月 风花雪月
1年前
sqlite远程访问的方法Python
importsqlite3打开数据库dbsqlite3.connect('\\\\192.168.1.10\共享\sjk\dbhmc.db')远程访问sqlite,共享必须要四个'\'使用cursor()方法获取操作游标cursordb.cursor()s
风花雪月 风花雪月
1年前
Python中AES的加密和解密
可以使用Python中的cryptography库进行AES加密。首先需要安装cryptography库,可以使用以下命令进行安装:pipinstallcryptography接下来可以按照以下步骤进行AES加密:导入所需的模块。fromcryptogra
风花雪月 风花雪月
1年前
html加css样式,不用js实现切换内容,直接上测试代码!
/清样式,如果是项目中,不推荐使用通配符来清样式,建议使用标签清样式,通配符清样式会增加页面压力/margin:0;padding:0;/宽度为屏宽的一半,高度为屏高的一半,然后居中/.boxwidth:50vw;height:50vh;margin:0a
风花雪月 风花雪月
1年前
django登录状态保持(自学记录)
1、网上搜索,可以用django自带的login()。但是,自己使用都活报错“'xxx'objecthasnoattribute'meta'”。2、使用session来保存用户登录状态。能使用,但是没有找到设置保持时长的方法。编写views中login的函
风花雪月 风花雪月
2年前
Python截图比对,操作鼠标键盘(mhxysy实例)
importsysimportwin32guifromPyQt5.QtWidgetsimportQApplicationimportnumpyimportcv2frompathlibimportPathfromctyp
风花雪月 风花雪月
2年前
简单判断18位身份证号码
iflen(str(sfz))18:初步判断身份证号码sfz1sfz0:17sfz2sfz17:18foriinsfz1:ifiin"0123456789":
风花雪月 风花雪月
2年前
idea中使用java操作mysql数据库的问题
在idea中使用java操作mysql数据库时会出现:Exceptioninthread"main"java.lang.ClassNotFoundException:com.mysql.cj.jdbc.Driveratjava.net.URLClassLoader.findClass(URLClassLoader.java:382)
42
文章
0
专栏
6.7w
访问
0
获赞
热门评论
王重羊了没
王重羊了没
⭐️ chatgpt在线体验: https://cool-js.com/ai/chat-vip/index.html?r=helloworld
警告Shadows built-in name
2023年04月14日
3条讨论
王重羊了没
王重羊了没
⭐️ chatgpt在线体验: https://cool-js.com/ai/chat-vip/index.html?r=helloworld
报错'gb2312' codec can't decode byte 0x9e in position 4100: illegal multibyte sequence,“gb2312”编解码器无法解码位置4100中的字节0x9e:非法的多字节序列
2023年04月14日
3条讨论
王重羊了没
王重羊了没
⭐️ chatgpt在线体验: https://cool-js.com/ai/chat-vip/index.html?r=helloworld
html加css样式,不用js实现切换内容,直接上测试代码!
2023年04月12日
6条讨论
王重羊了没
王重羊了没
⭐️ chatgpt在线体验: https://cool-js.com/ai/chat-vip/index.html?r=helloworld
sqlite远程访问的方法Python
2023年04月11日
6条讨论
王重羊了没
王重羊了没
⭐️ chatgpt在线体验: https://cool-js.com/ai/chat-vip/index.html?r=helloworld
Python中如何判断表的存在
2023年04月14日
3条讨论