码迷,mamicode.com
首页 >  
搜索关键字:release debug    ( 20084个结果
【DEBUG】ImportError: No module named 'pygal'
Windows系统,想在anaconda环境下安装pygal。 首先尝试了conda install,没成功。 然后pip install,成功了,但发现路径不对,因此import pygal仍然报错。 解决办法: 首先确认环境下python的位置,例如我是安装在base环境下,python路径为: ...
分类:其他好文   时间:2020-06-13 12:48:55    阅读次数:64
关于lombok包(可使编程便捷)的一些使用
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
centos7 安装ffmpeg
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
python学习第32天
一. 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
Oracle 修改字符集(AL32UTF8 转换成UTF8字符集)
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
关于12C RAC 上的top5 问题:enq: IV - contention
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
webdriver之Can not connect to the Service chromedriver
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
自定义springboot
一、新建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
关于12C RAC 上的top5 问题:enq: IV - contention
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
20084条   上一页 1 ... 79 80 81 82 83 ... 2009 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!