logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Docker迁移与备份

迁移与备份容器保存为镜像我们可以通过以下命令将容器保存为镜像docker commit 容器名 镜像名docker commit mytomcat mytomcat_i演示:[root@VM_0_8_centos ~]# docker imagesREPOSITORYTAGIMAGE IDCR...

pull access denied for jdk1.8, repository does not exist or may require 'docker login'解决

错误详细如下:[INFO] ------------------------------------------------------------------------[ERROR] Failed to execute goal com.spotify:docker-maven-plugin:0.4.13:build (default-cli) on project testt: Exce..

前端转化ajax返回数据成json的三种方法

转化前提是,后台返回的是json字符串,不然会报错$.ajax({url : "companyAccountMappingController.do?getCompany",type : 'post',data : {...

使用jdk自带的HttpURLConnection发送json请求

下面是发送代码的方法,目前使用的是jdk1.8测试的/*** 发送http POST请求** @param* @return 远程响应结果*/public static String sendPost(String u, String json) {StringBuffer sbf = new Strin...

SpringMVC 开发接口实例+json参数传递

第一步,搭建springmvc项目这里就不教怎么搭建web项目了,搭建好后导入所需要的jar包,spring jar包官网下载链接进去找到自己想下载的版本下载,下面是我用的版本,算是比较新的第二步在web.xml中添加下面代码servlet>servlet-name>DispatcherServletservlet-name>

[vuex] unknown mutation type: user/xxxx解决

目录结构:出现错误是因为我漏了在index中引入user文件解决如下:

CentOS7安装Git

git官网下载地址:window版地址:https://git-scm.com/downloadslinux版:https://mirrors.edge.kernel.org/pub/software/scm/git/下载到linux上:wget https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.9.5.tar.gz解...

#linux
java上传FastDFS

jar介绍地址:tobato/FastDFS_client<dependency><groupId>com.github.tobato</groupId><artifactId>fastdfs-client</artifactId><version>1.26.7</version>...

centOS7环境下安装Python3(2018.06)

centos7已经自带了Python2.7环境,但是不能卸载了,因为系统很多命令用的这个环境,通过which python可以知道安装的位置[root@master Python-3.6.2]# pythonPython 2.7.5 (default, Nov6 2016, 00:28:07)[GCC 4.8.5 20150623 (Red Hat 4.8.5-11)] on l...

java-jwt工具类

JWT官网: https://jwt.io/JWT(Java版)的github地址:https://github.com/jwtk/jjwt

到底了