logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

VUE2.0 element upload 报错Cannot set property 'status' of null"

Bug Report] Upload Plugin Bug: Cannot reach onSuccess callback when manually set file-list, Error:"Cannot set property 'status' of null"原址:https://github.com/ElemeFE/element/issues/6700same ...

centos7 安装mongo ./mongod: error while loading shared libraries: libnetsnmpmibs.so.31:

入坑两次:第二次几近崩溃,容我吐槽一下,以表明治。。问题是这:NETWORK[thread1] Failed to connect to 127.0.0.1:27017, in(checking socket for error after poll), reason: errno:111 Connection refused./mongod: error while loading sha...

java.lang.IllegalArgumentException: Last encoded character (before the paddings if any)

目录base64解码:开发报错误分析原因解决方案延申:Google guava和Apache commonsGuava记录: Last encoded character (before the paddings if any) is a valid base 64 alphabet but not a possible value. Expected the discarded bits to

文章图片
#java#开发语言
mongodb大数据查询通过skip会非常慢的问题(未解决)

周末打扰下哈: 在做导出时遇到 mongo读取蛮大数据量性能问题想请教下; 问题描述: 操作是提前查出数据总量计算分批,再利用mongodb的limit(M)和skip(N) 分页功能 来并发地去取出 dataList,由于(部分线程)skip的值N越大,mongo性能反应越来越慢(类似地mysql这种操作也会很低),导出性能也随之降低 换了一种思路是 利用mongodb本身对于where查询和l

-bash: docker-compose: command not found

参考地址:http://blog.csdn.net/liumiaocn/article/details/52148274解决方法一:二进制方式https://github.com/docker/compose/releases[root@alex~]# dockerComposeVersion=1.13.0[root@alex~]# curl -L https://github.co

用HttpClient发送HTTPS请求报SSLException: Certificate for <域名> doesn‘t match any of the subject alternative

最近用http 推送,用apache HttpClient做https的请求(之前用阿里云的证书都是没问题的,这次是另一个开发者 他自签证书为申请办法 域名也没备案),代码上到服务器端就报javax.net.ssl.SSLException: Certificate for <域名> doesn't match any of the subject alternative names:

#https#http#restful
信息: Initializing Spring FrameworkServlet 'spring'

今天搭建一个简单的Spring项目时:在启动项目时出现init项目特别慢卡在哪儿好久才会动,tomcat默认启动45s,必须手动设置100s才能启动完tomcat,最后发现我init  dataSource时没有开启数据库服务(我的数据库在虚拟机上)信息: Initializing Spring FrameworkServlet 'spring'信息: No Spring WebApp

#spring
配置windows下域名解析

像Linux的/etc/hosts一样,windows也有一个类似的hosts文件C:/WINDOWS/system32/drivers/etc/hosts在这里可以设置本地域名本地域名是比远程DNS优先级要高的,所以可以在这里设置本地域名,让域名指向你想要的ip,特别是在远程域名与多个ip绑定,而你只希望其指向某一个ip的时候在linux下域名解析,修改/etc/host...

在docker中部署tomcat并且部署java应用程序的步骤详解

作者:坐忘峰 字体:[增加 减小] 类型:转载 时间:2016-10-08 我要评论本文给大家介绍如何在docker中部署tomcat及如何部署我们的应用程序到docker容器的tomcat里,本文介绍的非常详细,具有参考借鉴价值,一起看看吧先给大家简单说下Docker的概念Docker 是一个开源的应用容器引擎,让开发者可以打包他们的应用以及依

docker运行nacos

单机版运行:操作流程1:docker pull docker.io/nacos/nacos-server2:docker run --env MODE=standalone --name nacos -d -p 8848:8848 nacos/nacos-servernacos登陆地址:http://localhost:8848/nacos/index.html默认账号密码是nacos/nacos

#docker
    共 23 条
  • 1
  • 2
  • 3
  • 请选择