全部文章-周排行
概要: 由于缺少pycocotools包引发的错误,而pycocotools包需要cython和C编译器,所以在安装cython之前需要先安装Cython。 解决办法: 安装cython pip install -U cython Linux安装pycocotools pip install "gi ...
分类:其他 时间:2020-04-22 14:02:15 收藏:0 阅读:2700
下载ffmpeg,并且将libx264编译进去 1.下载gas-preprocessor文件 https://github.com/libav/gas-preprocessor 将里面的gas-preprocessor.pl拷贝到/usr/local/bin 修改文件权限 chomd 777 /us ...
分类:其他 时间:2020-07-07 18:09:41 收藏:0 阅读:2064
1、什么是Git? 大多数公司都在用,其实本质和SVN一样为大家协同开发的一种版本控制系统。 2、什么是版本控制系统? 版本控制系统(Version Control System):是一种记录一个或若干文件内容变化,以便将来查阅特定版本修订情况的系统。 版本控制系统不仅可以应用于软件源代码的文本文件 ...
分类:其他 时间:2020-07-15 13:51:21 收藏:0 阅读:838
Spring DataBufferLimitException: Exceeded limit on max bytes to buffer : 262144 通过配置参数加大缓冲区 默认的缓冲区为256K,可以通过配置spring.codec.max-in-memory-size加大缓冲区: sp ...
分类:编程语言 时间:2020-07-22 18:58:28 收藏:0 阅读:1776
导出时注册registerWriteHandler(new RowWriteHandlerImpl()) /** * @author jamin * @date 2020/7/29 15:18 */ public class RowWriteHandlerImpl implements CellWr ...
分类:其他 时间:2020-07-30 01:00:33 收藏:0 阅读:2045
众所周知,微软官方推出的开源编辑器VSCode轻量、易用、美观(微软没有给我广告费哈^_^),在程序员界享有盛誉,今天就带着大家在Linux下快速下载并使用VCode编辑器。 ...
分类:系统服务 时间:2020-12-24 09:22:07 收藏:0 阅读:2211
#首先把默认的源给禁用掉 composer config -g secure-http false #再修改镜像源 这里我使用阿里的源 composer config -g repo.packagist composer https://mirrors.aliyun.com/composer/ #修 ...
分类:其他 时间:2021-01-18 16:31:16 收藏:0 阅读:2054
今天使用Swagger最新版,在pom.xml引入 <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger2</artifactId> <version>3.0.0</version> </dependen ...
分类:编程语言 时间:2021-01-23 10:12:55 收藏:0 阅读:1824
ConnectionKeepAliveStrategy kaStrategy = new DefaultConnectionKeepAliveStrategy() { @Override public long getKeepAliveDuration(HttpResponse response, HttpContext context) { long keepAlive ...
分类:Web开发 时间:2015-07-15 02:26:20 收藏:0 阅读:10942
先看一段关于初始化Echart js的使用 myChart = echarts.init(document.getElementById('mainChart')); var option; option = { title : { text: '全国主要城...
分类:其他 时间:2015-07-21 12:32:07 收藏:0 阅读:32830
由于hive由java编写,所以row format delimited fields terminated by 后也可以使用java的方式输入特殊字符,比如用java的转义字符——反斜杠(\)+0+八进制数字可以代表任意ASCII码,或者用\u + 四位数字可以代表任意Unicode字符。 比如 ...
分类:其他 时间:2017-08-17 16:54:41 收藏:0 阅读:2279
错误信息: [Vue warn]: Unknown custom element: <list> - did you register the component correctly? For recursive components, make sure to provide the "name" ...
分类:其他 时间:2018-11-20 11:13:23 收藏:0 阅读:13469
假设代码为: <h1>我的第一个 Web 页面</h1> <p id="demo">一个段落。</p><script>function myFunction(){ document.getElementById("demo").innerHTML="我的第一个 JavaScript 函数";}</s ...
分类:Web开发 时间:2018-12-03 10:05:10 收藏:0 阅读:3487
用@SpringBootApplication(exclude = RibbonRule.class)排除类@bean注入的类的时候报错 The following classes could not be excluded because they are not auto-configurati ...
分类:Windows开发 时间:2019-04-25 19:21:18 收藏:0 阅读:1870
idea中Could not autowire. No beans of 'xxxxMapper' type found.问题解决 解决方案: 建议给Mapper增加@Repository注解,并加入包名到spring配置文件的扫描范围 不建议降低idea的Autowired检测级别 问题复现: 说 ...
分类:移动平台 时间:2019-07-04 19:37:17 收藏:0 阅读:5994
要删除重复的记录,就要先查出重复的记录,这个很容易做到 注意:这是查出所有重复记录的第一条记录,需要保留,因此需要添加查询条件,查出所有的重复记录 然后 删除成功,最后再查询一下看是否还有重复记录 ...
分类:数据库技术 时间:2019-07-05 13:13:50 收藏:0 阅读:2456
SpringBoot使用@JSONField(format = "yyyy-MM-dd HH:mm:ss")无效的问题使用@JsonFormat(timezone = "GMT+8",pattern = "yyyyMMddHHmmss")获取的时间有问题 实体类中: @Temporal(Tempor ...
分类:编程语言 时间:2019-07-20 11:51:06 收藏:0 阅读:5579
背景:SecureCRT 的SSH正常使用过程中,突然出现: Key exchange failed。 No compatible hostkey.The server supports these methods: RSA,rsa-sha2-512,rsa-sha2-256,ecdsa-sha2- ...
分类:其他 时间:2019-08-28 18:09:45 收藏:0 阅读:6050
1. vue点击显示切换 :class='{"span":index==0}' class原本是 类选择器 加上 :class就是绑定属性的意思 ‘{“span”:index==0}’ 意思就是判断等于 index等于0的时候就显示span的样式 2.点击切换地址栏 conten.vue top.v ...
分类:其他 时间:2019-12-01 14:17:12 收藏:0 阅读:1172
pycharm运行时报错 ModuleNotFoundError: No module named 'selenium' 处理方法如下: 1).在终端测试是正常的,没有报错,说明selenium安装包是没问题的。 通过查询是因为本地有两个python路径(可能是在mac自带python2,后来自己再 ...
分类:其他 时间:2020-03-10 21:56:22 收藏:0 阅读:520
11718192021161997
上一页3239936下一页
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!