logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Failed building wheel for h5py

网上找到说要先安装Cython,但是安装了之后还是不行。又去网上找了一篇,说是降低版本,最后是降低到2.10.0版本的才能用,不知道为什么3.版本的都不能安装

#python
node.js express +vue实现打包桌面应用

1.vue打包:将vue.config.js里的publicPath赋值'./',打包。2.将打包的vue包放入node项目的public文件夹下3.node创建路由指向前端index.htmlrouter.get('/', function(req, res, next) {res.render('index', { title: 'Express' });});4.node的app.js文件里

#node.js
nodejs 数据库操作多语句报错

创建数据库的时候需要加上multipleStatements: true,即let connection = mysql.createConnection({host:' ',user:' ',password:' ',database:' ',port: 3306,multipleStatements: true});

#mysql#数据库
前端项目启动https

1.先安装:npm install http-server -g2.跑普通http服务,在命令里执行:hs3.跑普通https服务,需要在当前目录下生产一对 证书 和 密钥:鼠标右击,点击GitBasgHere,在命令里输入: opensslreq-newkeyrsa:2048-new-nodes-x509-days3650-keyoutkey.pem-outcert.pem,回车回车,都执行完后

文章图片
#https
Failed building wheel for h5py

网上找到说要先安装Cython,但是安装了之后还是不行。又去网上找了一篇,说是降低版本,最后是降低到2.10.0版本的才能用,不知道为什么3.版本的都不能安装

#python
vue项目里引用three里的OrbitControls

vue文件<template><div><div id="container"></div></div></template><script>import * as Three from 'three'import "three/examples/js/controls/OrbitControls"export d

vue项目npm i报错

重新安装了个svn之后,不知道咋的电脑跑npm i 装包的时候报错:C:\Program Files\Git\mingw64\bin\git.EXE ls-remote -h -t ssh://git@github.com/sohee-lee7/Squire.git找了很多方法,最后用的这个解决了:设置git配置git config --global url."https://".insteadO

#前端
vue-codemirror 基于 Codemirror,适用于 Vue 的 Web 代码编辑器。

Codemirror官网:https://codemirror.net/vue-codemirror官网:https://www.npmjs.com/package/vue-codemirror第一步安装:npminstallvue-codemirror--save第二步引入:分为全局引入和组件引入全局引入:// require libimport Vue fro...

vue设置百度地图自定义主题

<template><baidu-map class="map" :center="{lng: 116.404, lat: 39.915}" :zoom="15" :mapStyle="mapStyle"></baidu-map></template><script>export default {data ()...

vue使用bpmn结合activiti版

1.首先安装包:npm i bpmn-js安装bpmn-js-properties-panel、activiti-bpmn-moddle:修改package.json:"bpmn-js-properties-panel":"https://github.com/RubyLinT/bpmn-js-properties-panel.git","activiti-bpmn-mod...

    共 15 条
  • 1
  • 2
  • 请选择