Windows系统,想在anaconda环境下安装pygal。 首先尝试了conda install,没成功。 然后pip install,成功了,但发现路径不对,因此import pygal仍然报错。 解决办法: 首先确认环境下python的位置,例如我是安装在base环境下,python路径为: ...
分类:
其他好文 时间:
2020-06-13 12:48:55
阅读次数:
64
1.通过maven引入相关jar包依赖 <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> </dependency> 2.需在idea上安装相应的插件lombok,添加相关的注解 3.便 ...
分类:
其他好文 时间:
2020-06-13 09:13:35
阅读次数:
80
需要的js <script src="http://res.wx.qq.com/open/js/jweixin-1.2.0.js"></script> wx.config({ debug: true, // 开启调试模式 appId: data.data.appId, // 公众号的唯一标识 tim ...
分类:
微信 时间:
2020-06-12 12:27:44
阅读次数:
151
1. sudo yum install epel-release 2. sudo yum localinstall --nogpgcheck https://download1.rpmfusion.org/free/el/rpmfusion-free-release-7.noarch.rpm 3. ...
分类:
其他好文 时间:
2020-06-12 10:48:09
阅读次数:
75
一. Manager 进程之间的共享数据(列表list 或者 字典dict等) from multiprocessing import Process,Manager,Lock def work(data,lock): # 1.正常写法 """ lock.acquire() # data["coun ...
分类:
编程语言 时间:
2020-06-12 00:40:45
阅读次数:
71
1.首先检查环境 [oracle@vm10-84-32-2 ~]$ sqlplus / as sysdba SQL*Plus: Release 11.2.0.4.0 Production on Thu Jun 11 19:53:38 2020 Copyright (c) 1982, 2013, Or ...
分类:
数据库 时间:
2020-06-11 21:54:09
阅读次数:
90
In this Document Symptoms Cause Solution References APPLIES TO:Oracle Database - Enterprise Edition - Version 12.1.0.1 to 12.1.0.2 [Release 12.1]Infor ...
分类:
其他好文 时间:
2020-06-11 21:43:53
阅读次数:
68
1、Can not connect to the Service chromedriver等 尝试了很多办法,各种版本对应,重新安装 最后网上查找办法 127.0.0.1 localhost这一句!!加上后,解决了问题 参考解决问题地址:https://blog.csdn.net/crisschan ...
分类:
Web程序 时间:
2020-06-11 21:29:46
阅读次数:
83
一、新建maven 项目 引入pom依赖 <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.2.2.RELEASE</ ...
分类:
编程语言 时间:
2020-06-11 21:26:47
阅读次数:
83
In this Document Symptoms Cause Solution References APPLIES TO:Oracle Database - Enterprise Edition - Version 12.1.0.1 to 12.1.0.2 [Release 12.1]Infor ...
分类:
其他好文 时间:
2020-06-11 21:22:34
阅读次数:
64