- 博客(3)
- 收藏
- 关注
原创 python各数据类型内置方法处理大全
字符串大操作:1、find() find:找到字符串,find(要查找的字符)用来查找 字符串里是否包含 要查找的字符串如果有 则返回 他的下标如果没有 则返回-12、rfind() rfind:发现字符串,rfind(要查找的字符)类似于 find()函数,不过是从右边开始查找.3、****index() index:索引字符串.index(要查找的字符)用来查找 字符串里是否包含 要查找的字符串如果有 则返回 他的下标如果没有 则报错4、count() count
2021-11-12 18:04:33
1417
原创 git pull中错误中 Their offer: diffie-hellman-group1-sha1,diffie-hellman-group14-sha1
找到用户的.ssh文件夹,新建一个文件config文件然后以记事本形式打开记事本写入Host * KexAlgorithms +diffie-hellman-group1-sha1 ServerAliveInterval 10 HostKeyAlgorithms +ssh-rsa PubkeyAcceptedKeyTypes +ssh-rsa保存然后配好公钥,ssh方式的拉取就可以使用了...
2021-11-02 13:42:24
2359
3
原创 Azure Fctions与Visual Studio Code结合连接django简单配置
一、host.json文件中,修改为{ "version": "2.0", "logging": { "applicationInsights": { "samplingSettings": { "isEnabled": true, "excludedTypes": "Request" } } }}二、终端中使用net模块下载相关文件func extensions install --package Micros
2021-11-02 13:01:09
344
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人