Blog

Page 6 Create a Blog

django基于uwsgi在 nginx下运行

硬件:树莓派3b+ 环境:python3,nginx 目录:root@HeannysPi:/home/pi/Document……

By Heanny
2300 read

在nginx 上面部署flask

硬件:树莓派3B+ 环境:python3,niginx 目录:root@Pi89757:/hom……

By Heanny
2473 read

企业微信接口配置入坑指南

文件包括https://github.com/sbzhu/weworkapi_python/blob/master/callba……

By Heanny
3616 read

VMware vSphere Client 下载地址

下载地址  Version File Name Download URLs VMware vSphere Client 6.0 ……

By Heanny
3234 read

tcping的安装及使用

windows: 下载http://download.heanny.cn/download/Software/tcping.e……

By Heanny
2792 read

flask简单上传demo

from flask import Flask, render_template, request,Response,redir……

By Heanny
2919 read

django models中使用JSONField数据类型

在今天给项目添加功能的时候,使用了数据库的json类型,发现django的models中没有JSONField类型,只好百度,发……

By Heanny
14853 read

强行关闭win10更新

@echo offtitle BLOCK Win10AU!mode con cols=70 lines=15color 1fec……

By Heanny
3514 read

tensorboard 报错 OSError:[Errno 22] Invalid argument

方法1: 降级tensorboard 直接运行 pip install tensorboard==1.11 (应……

By Heanny
3194 read

tensorflow 部分github项目推荐

TensorFlow源码 https://github.com/tensorflow/tensorflow 基于Tensor……

By Heanny
2624 read

vue获取audio文件时长

audio获取当前播放时间 在dom挂载完毕后访问currentTime属性获得,通过timeupdate钩子可实时监控 a……

By Heanny
5573 read

将网页中的canvas保存为图片

收到网友的请求,想把canvas保存为图片,其实很简单,canvas自带方法 打开网页,如https://en.dpm.org……

By Heanny
2179 read

vue使用svg的简单记录

首先安装 npm install vue2-svg-icon --save-dev "devDependencies": {……

By Heanny
1899 read