logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

基于华三交换机,限制其他网段的IP访问

工作中常需要对某些网段的用户进行管理,需要对部分ip地址进行保护,只有开放了权限的用户才能访问受保护的ip。

#网络
Git:常见操作

Git在多人一起开发写代码时,平时常用的git协作流程是比较固定的:现在使用的是GitLab,发现这个工具真的是很好用啊,习惯了这个版本代码管理工具后,真心喜欢,想到以前单纯的使用git包括Gerrit真的是太low了。不过GitLab在版本控制代码方面也是基于git的,平时我们是这样来工作的:遇到新的任务时,先新建一个议题Issue,它会自动创建一个分支,暂且记为branch1在该议题...

python中的requests,response.text与response.content及其编码

requestsimport requestsresponse=requests.get(“http://www.baidu.com/“)一、response的属性:print(response)#response.status_codehttp请求的返回状态,2XX 表示连接成功,3XX 表示跳转 ,4XX 客户端错误 , 500 服务器错误...

#python
Python2 的 unicode (u‘\xxxx‘) 转为对人友好、可读的 utf8

有时候使用 Python2 写的文件内容,会出现以下这种编码,几乎读不懂是什么意思:u'\u7b2c\u4e09\u5e1d\u56fd\u7684\u5174\u4ea1-\u7eb3\u7cb9\u5fb7\u56fd\u53f2.pdf'可以通过 Python3 转一下就对人友好了。C:\Users\John>pythonPython 3.6.0 (v3.6.0:41df79263a1

#python
Kubernetes 入门

学习 Kubernetes 最基础知识

#kubernetes#docker#容器
Appium Inspector: Failed to create session. The requested resource could not be found

Failed to create session. The requested resource could not be found, or request was received using an HTTP method that is not supported by the mapped resource

Appium Inspector: Failed to create session. The requested resource could not be found

Failed to create session. The requested resource could not be found, or request was received using an HTTP method that is not supported by the mapped resource

Jupyter启动报错 ImportError: DLL load failed while importing error

Jupyter 命令行启动报错 ImportError: DLL load failed while importing error: 找不到指定的模块。

#jupyter
到底了