windows需手动下载shpely https://www.lfd.uci.edu/~gohlke/pythonlibs/#shapely pip install Shapely-1.7.1-cp38-cp38-win_amd64.whl pip install numpy==1.19 pip install paddlepaddle==2.0.0rc0 -i https...
python实现windows Service服务程序
win32serviceutil.ServiceFramework是封装得很好的Windows服务框架,本文通过继承它来实现。 通过SvcDoRun方法,实现服务启动,运行服务内的业务代码。 通过SvcStop方法,停止服务。 WinPollManager.p...
Basic SVG animation
21 minutes to read This topic covers basic SVG animation and is a prerequisite for Intermediate SVG Animation. Basic knowledge of HTML and JavaScript is assumed. To fully understand the mate...
nuxt错误Mismatching childNodes vs. VNodes
使用v-show替换v-if 来源:https://github.com/nuxt/nuxt.js/issues/1594
在使用之前,这个缓存组件并没有默认集成,需要自己安装后才可以使用 yarn add lru-cache 1.nuxt.config.js module.exports = { render: { bundleRenderer: { cache: require('lru-cache')({ ...
phpunit 远程代码执行漏洞(CVE-2017-9841)
漏洞概述: PHPUnit 是 PHP 程式语言中最常见的单元测试 (unit testing) 框架,通常phpunit使用composer非常流行的PHP依赖管理器进行部署,将会在当前目录创建一个vendor文件夹.phpunit生产环境中仍然安装了它...
设置NPM/Electron国内源
Yarn设置国内镜像 yarn config set registry https://registry.npm.taobao.org yarn config set disturl https://npm.taobao.org/dist yarn config set electron_mirror https://npm.taobao.org/mirrors/elect...
npm设置python路径
npm config set python=E:/command_program/Miniconda2/envs/py27_32/python.exe
conda安装32位python
set CONDA_FORCE_32BIT=1 conda create -n py27_32 python=2.7
windows手动安装宝塔
0.复制windows server的btsoft到本地 1.新建环境变量 BT_PANEL=D:\Btsoft\panel BT_PYTHON=E:\command_program\Miniconda2\envs\bt3 BT_SETUP=D:\Btsoft 加入path环境变量 E:\command_program\sqlite3 E...