background picture of the home page

GOD WAS NEVER ON YOUR SIDE

python获取本地ip的方法

title: python获取本地ip的方法 date: 2019-11-12 07:58:10 tags: Python categories: 工具 python 网络请求 搭建websocket的需求 def get_host_ip(): try: s = socket

thumbnail of the cover of the post

python学习笔记

title: python学习笔记 date: 2019-09-07 07:34:11 tags: Python categories: 工具 python os 模块基操: 1、切割文件名: import os file_path = "D:/test/test.py" (filepath,te

thumbnail of the cover of the post

shootback --一个实用的内网穿透软件

title: shootback –一个实用的内网穿透软件 date: 2019-09-07 07:27:01 tags: NAT categories: 工具 python 内网穿透 为实验室服务器准备的外网穿透工具(很方便实用) # ---- master ---- python3 master

thumbnail of the cover of the post

tensorflow踩坑

title: tensorflow踩坑 date: 2019-09-07 07:29:36 tags: TensorFlow categories: 算法 深度学习 我的显卡是GT750M,然后环境是学校官网的win10专业版。 坑1: 不同版本python冲突 刚开始使用了python3.7,发现

thumbnail of the cover of the post

tfv1 和 tfv2api冲突

title: tfv1 和 tfv2api冲突 date: 2019-10-29 02:41:07 tags: TensorFlow categories: 算法 深度学习 在tf2下使用tf1的api会报错: AttributeError: module 'tensorflow' has no a

thumbnail of the cover of the post

uwsgi 最简单配置方法

title: uwsgi 最简单配置方法 date: 2019-09-07 08:58:36 tags: uWSGI categories: 服务器 uwsgi 安装uwsgi: uwsgi pip install uwsgi 查看uwsgi版本` uwsgi --version 第一个小测试: 创

thumbnail of the cover of the post

xhr封装

title: xhr封装 date: 2019-09-07 07:23:19 tags: JavaScript categories: 前端 网络请求 // POST var xhr; if (window.XMLHttpRequest) { // Mozilla, Safari...

thumbnail of the cover of the post