logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

centos7 docker安装 netdata

1、安装前切换docker镜像源,建议使用阿里云的。登录阿里云https://account.aliyun.com/vim /etc/docker/daemon.json将阿里云镜像加速器地址复制到下面内容框2、安装netdata docker 镜像地址:https://hub.docker.com/r/titpetric/netdatadocker...

#centos
mysql5.7 报错 The total number of locks exceeds the lock table size

show variables like "%_buffer%";找innodb_buffer_pool_size 默认是8M,显示的格式是 1M*1024*1024,修改为3GSET GLOBAL innodb_buffer_pool_size=67108864;

文章图片
java调用solidity智能合约

【代码】java调用solidity智能合约。

#java#智能合约#开发语言
java 读取excel数据

本文共介绍两种方式,第一种是常规POI读取,第二种是大文件读取。依赖包<poi.version>4.1.2</poi.version><!-- excel工具 --><dependency><groupId>org.apache.poi</groupId><artifactId>poi-ooxml</a

#java#开发语言#后端
elk7.7.1 阿里云服务器elasticsearch [Failed to bind to [9300-9400]]

elasticsearch 服务部署到 阿里云服务器上/etc/elasticsearch/elasticsearch.yml 中之前配的是network.host: 阿里云外网ip地址改为如下即可network.host: 0.0.0.0

#elasticsearch
可视化大屏DataV(阿里)和Sugar(百度)对比

DataV和Sugar均为可视化大屏在线展示解决方案,适用于前端比较差的同学迅速构建出炫酷的可视化大屏展示效果。接入数据类型均支持SQL方式、API方式、静态JSON方式。地址:DataV:https://helpcdn.aliyun.com/product/43570.html?spm=a2c4g.11186623.6.540.71192828FQYPKwSugar:https://...

json多层嵌套,转成一层

package com.ruoyi.common.utils;import net.sf.json.JSONObject;import com.google.gson.*;import java.util.HashMap;import java.util.Iterator;import java.util.Map;/*** 多层嵌套json数据转换为单层,同时规格化**/public class

vue 点击弹窗以外的其他区域可以关闭弹窗

html:<div class="orgTree" @click.stop="stopMp" ref="treeWrap">.....</div>js:mounted () {let _this = this;document.addEventListener('mouseup',(e) =>{let tree = this.$refs.treeWrapif (tre

vue 下载多个文件

问题:window.location.href 连续发起下载请求时,只能下载一次。解决:// 多次下载文件export function downloadFile(url){const iframe = document.createElement("iframe");iframe.style.display = "none"; // 防止影响页面iframe.styl...

vue 遍历取对象中的 键,动态改变input name属性值

<view v-for="(item,i) in googsList"><view class="tabGoods"><view class="uni-form-item uni-column"><view class="uni-flex uni-row"><view class="title">商品名称{{...

    共 29 条
  • 1
  • 2
  • 3
  • 请选择