码迷,mamicode.com
首页 >  
搜索关键字:change master    ( 21951个结果
python网络爬虫-Mac-01
一. 安装: 1. 安装py3,使用Homebrew: ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" brew install python3 2. 安装请求库,Pi ...
分类:编程语言   时间:2021-05-24 04:50:49    阅读次数:0
Master in Burp Suite - Tools Introductions(1)
Master in Burp Suite - Tools Introductions(1) Introduction to Burp Proxy tab How to configure proxy and intercept request Deploy our target website - ...
分类:其他好文   时间:2021-05-24 03:33:58    阅读次数:0
好的github链接
1.PyTorch-SE-ResNet https://github.com/StickCui/PyTorch-SE-ResNet 2.resnet https://github.com/lxztju/pytorch_classification/blob/master/models/vision/ ...
分类:其他好文   时间:2021-05-24 01:55:28    阅读次数:0
css悬停效果
* { margin: 0; padding: 0; font-family: "Poppins",sans-serif; } body { display: flex; justify-content: center; align-items: center; background:rgb(76, ...
分类:Web程序   时间:2021-05-24 01:25:27    阅读次数:0
解决git报错refusing to merge unrelated histories
PS C:\ycm\test\ts-newProjet> git pull origin master * branch master -> FETCH_HEAD fatal: refusing to merge unrelated histories 在新建项目时报refusing to merg ...
分类:其他好文   时间:2021-05-24 01:24:52    阅读次数:0
github rep
https://github.com/vinta/awesome-python https://github.com/diffgram/diffgram https://machinelearningmastery.com/ensemble-machine-learning-with-python- ...
分类:其他好文   时间:2021-05-24 00:25:56    阅读次数:0
Collections之OrderedDict()
def str_to_dic(headerStr, stripIsNotvalid=None): dict = collections.OrderedDict() #对字典对象中元素的排序。 if headerStr.strip(): for headItem in headerStr.split( ...
分类:其他好文   时间:2021-05-24 00:24:16    阅读次数:0
Ansys采用后处理list Rusult输出位移时负号原因导致不能分列的python解决方法
''' ! Creat Date: 2021-5-4 ! Author: xdd1997 ! Email: xdd2026@qq.com ''' import re # 输入文件 # 接口 filePath = 'D:\\Desktop\\uu.lis' 也可以 filePath = r'D:\De ...
分类:编程语言   时间:2021-05-24 00:13:27    阅读次数:0
ubuntu connect wifi on startup
sudo vim /etc/netplan/50-cloud-init.yaml # This file is generated from information provided by the datasource. Changes # to it will not persist across ...
分类:系统相关   时间:2021-05-24 00:04:56    阅读次数:0
数据可视化基础专题(十九):Pandas120题(四)51-80
第三期 金融数据处理 51.使用绝对路径读取本地Excel数据 #请将下面的路径替换为你存储数据的路径 data = pd.read_excel('/Users/Desktop/600000.SH.xls') WARNING *** OLE2 inconsistency: SSCS size is ...
分类:其他好文   时间:2021-05-23 23:36:54    阅读次数:0
21951条   上一页 1 ... 10 11 12 13 14 ... 2196 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!