1、Python的特点和优点? 可解释、开源、动态特性、简洁明了、面向对象(可开动碱面) 详细特点可查看:https://data-flair.training/blogs/python-tutorial/ 2、深拷贝、浅拷贝和直接赋值的区别? 1)深拷贝,把一个对象复制给另外一个对象, 2) im ...
分类:
编程语言 时间:
2021-05-23 23:43:25
阅读次数:
0
for images, labels in train_data: for images, labels in train_data: img = images[0] img = img.numpy() img = np.transpose(img, (1, 2, 0)) plt.imshow(im ...
分类:
其他好文 时间:
2021-05-23 23:01:36
阅读次数:
0
(目录) 本文列出一些常用的 windows cmd命令,使用windows + r键后输入命令或者打开cmd.exe命令提示符输入,其中cmd命令提示符可以通过使用windows + r键后输入cmd打开 杀掉进程 $ taskkill /im chromedriver.exe /f # 或者 $ ...
os.makedirs()遇到的报错解决 本文基于Windows 10提出解决办法 先贴出遇到的错误: PermissionError Traceback (most recent call last) <ipython-input-29-273e681a3508> in <module> 1 im ...
分类:
其他好文 时间:
2021-05-03 13:18:49
阅读次数:
0
Prefix and Suffix Search (H) 题目 Design a special dictionary which has some words and allows you to search the words in it by a prefix and a suffix. Im ...
分类:
其他好文 时间:
2021-05-03 12:54:25
阅读次数:
0
首先我们要先去GitHub下载源码,或者直接使用 git clone https://github.com/CoreSecurity/impacket.git 然后解压缩,进入impacket cd impacket/ 然后运行 python setup.py install 工具都在这个目录里im ...
分类:
其他好文 时间:
2021-04-27 15:22:31
阅读次数:
0
1. bat程序: restartProxify.bat @echo off taskkill /f /im Proxifier.exe cd / cd "C:\Program Files (x86)\Proxifier" Proxifier.exe echo 成功重启 Proxifier.exe ...
django在创建项目时自动在应用下的创建了test.py,这个py文件可以作为测试文件;也可以在应用下手动创建一个py测试文件。无论哪种方式,都需要提前书写以下代码: from django.test import TestCase # test.py中无需手动导入,手动创建的测试文件需导入 im ...
分类:
其他好文 时间:
2021-04-23 11:51:09
阅读次数:
0
hive提取字符串中域名的sql方法 需求如下: 想取如下字段里的访问的域名: "GET http://suo.im/4xhnBL HTTP/1.1" "CONNECT sapi.ads.544.com:443 HTTP/1.1" "GET http://100.110.1.52:8080/job/ ...
分类:
数据库 时间:
2021-04-14 12:16:48
阅读次数:
0
1 前言 腾讯IM发送离线消息,总是会提示参数中json数据不正确的错误,然而内容json格式是正确。原因是RestTemplate请求get,post的方法没使用正确导致。此文章记录一下。 2 代码 //参数中字符串中没有含有{} //样例:{"MsgRandom":407056434,"Sync ...
分类:
编程语言 时间:
2021-04-12 11:42:34
阅读次数:
0