Wesley13 Wesley13
3年前
java程序实现JSON格式的报文转换成XPATH格式
注意:需要引入额外的jar包来支持这个程序“fastjson”。importcom.alibaba.fastjson.JSON;importcom.alibaba.fastjson.JSONObject;importjava.io.;publicclassTest{publicstaticvoidmain(String
虾米大王 虾米大王
2年前
java代码079
code079.javapackagepack02;importjava.io.IOException;importjava.sql.Connection;importjava.sql.DriverManager;importjava.sql.ResultSet;importjava.sql.SQLException;importjava.s
Stella981 Stella981
3年前
SpringBoot 2.0 系列001
SpringBoot2.0系列001入门介绍以及相关概念什么是SpringBoot?项目地址:http://projects.spring.io/springboot/(https://www.oschina.net/action/G
Stella981 Stella981
3年前
PostgreSQL_如何查找TOP_SQL_(例如IO消耗最高的SQL)
标签PostgreSQL,pg\_stat\_statements,TOPSQL背景数据库是较大型的应用,对于繁忙的数据库,需要消耗大量的内存、CPU、IO、网络资源。SQL优化是数据库优化的手段之一,优化什么SQL效果最佳呢?首先要了解最耗费资源的SQL,即TOPSQL。从哪里可以了解数据库的资源都被哪些SQL
Stella981 Stella981
3年前
Feign请求响应结果被截取com.fasterxml.jackson.core.io.JsonEOFException
在生产环境使用feign调用外部接口时,偶尔会出现下面错误2020101511:00:18,535ERRORcom.shein.abc.rmp.controller.RecExplainConfigControllerrec_explain_query.failffeign.codec.DecodeExc
Wesley13 Wesley13
3年前
OPSLI 低代码快速开发平台
OPSLI快速开发平台!(https://gitee.com/hiparker/opsliui/raw/master/repositoryimages/logo.png)!AUR(https://img.shields.io/badge/licenseApache%20License%202
Wesley13 Wesley13
3年前
10分钟快速入门Redis,从安装到启动配置
Redis安装官方编译安装$wgethttp://download.redis.io/releases/redis4.0.0.tar.gz$tarxzvfredis4.0.0.tar.gzC/usr/local/$cd/usr/local/redis4.0.0$
可莉 可莉
3年前
200多个js技巧代码(2)
51.向文件中写内容<%@ page import"java.io." %<% String str  "print me"; //always give the path from root. This way it almost always works. String nameOfTex
Stella981 Stella981
3年前
CentOS7安装Redis最新版 redis
安装下载,解压,编译:$wgethttp://download.redis.io/releases/redis4.0.10.tar.gz$tarxzfredis4.0.10.tar.gz$yuminstallgcc安装gcc依赖$cdredis4.0.10$make
Stella981 Stella981
3年前
Solr Schema Java Api 字段定义等相关操作
importjava.io.IOException;importjava.nio.file.Paths;importjava.util.ArrayList;importjava.util.HashMap;importjava.util.List;importjava.util.Map;importjava.u