当前位置:网站首页>Unified ordering background interface product description Chinese garbled
Unified ordering background interface product description Chinese garbled
2022-07-06 08:27:00 【Cabbage s】
When wechat pays, the product description is garbled as shown in the figure below

resolvent
//1 assemble body No conversion coding is required for parameters
//2 MD5 Encryption requires UTF-8
public static String MD5Encode(String origin, String charsetname) {
charsetname="utf-8";
String resultString = null;
try {
resultString = new String(origin);
MessageDigest md = MessageDigest.getInstance("MD5");
resultString = byteArrayToHexString(md.digest(origin
.getBytes(charsetname)));
} catch (Exception exception) {
}
return resultString.toUpperCase();
}
//3 No conversion coding is required when requesting wechat
- When the project starts add to Encoding settings -Dfile.encoding=UTF-8
Such as The startup command is java -jar xx.jar Change it to
java -Dfile.encoding=UTF-8 -jar xx.jar
边栏推荐
- [MySQL] log
- Golang DNS write casually
- The ECU of 21 Audi q5l 45tfsi brushes is upgraded to master special adjustment, and the horsepower is safely and stably increased to 305 horsepower
- 【云原生】手把手教你搭建ferry开源工单系统
- MySQL learning record 11jdbcstatement object, SQL injection problem and Preparedstatement object
- The ECU of 21 Audi q5l 45tfsi brushes is upgraded to master special adjustment, and the horsepower is safely and stably increased to 305 horsepower
- Let the bullets fly for a while
- [MySQL] lock
- LDAP Application Section (4) Jenkins Access
- Use dumping to back up tidb cluster data to S3 compatible storage
猜你喜欢
![[research materials] 2022 enterprise wechat Ecosystem Research Report - Download attached](/img/35/898a8086bc35462b0fcb9e6b58b86b.jpg)
[research materials] 2022 enterprise wechat Ecosystem Research Report - Download attached

Pointer advanced --- pointer array, array pointer
![[brush questions] top101 must be brushed in the interview of niuke.com](/img/55/5ca957e65d48e19dbac8043e89e7d9.png)
[brush questions] top101 must be brushed in the interview of niuke.com

将 NFT 设置为 ENS 个人资料头像的分步指南

The ECU of 21 Audi q5l 45tfsi brushes is upgraded to master special adjustment, and the horsepower is safely and stably increased to 305 horsepower

Nacos Development Manual
![[MySQL] database stored procedure and storage function clearance tutorial (full version)](/img/27/e775e03b77c7195216bc50c5cbefb4.png)
[MySQL] database stored procedure and storage function clearance tutorial (full version)
![[cloud native topic -45]:kubesphere cloud Governance - Introduction and overall architecture of enterprise container platform based on kubernetes](/img/ac/773ce8ee7f380df19edf8373250608.jpg)
[cloud native topic -45]:kubesphere cloud Governance - Introduction and overall architecture of enterprise container platform based on kubernetes

What is the use of entering the critical point? How to realize STM32 single chip microcomputer?

tree树的精准查询
随机推荐
ESP系列引脚说明图汇总
China vanadium battery Market Research and future prospects report (2022 Edition)
根据csv文件某一列字符串中某个数字排序
Analysis of pointer and array written test questions
Is it safe to open an account in Zheshang futures?
Tidb backup and recovery introduction
VMware 虚拟化集群
Grayscale upgrade tidb operator
IOT -- interpreting the four tier architecture of the Internet of things
Migrate data from SQL files to tidb
Day29-t77 & t1726-2022-02-13-don't answer by yourself
Introduction to backup and recovery Cr
[MySQL] database stored procedure and storage function clearance tutorial (full version)
Char to leading 0
使用 BR 恢复 S3 兼容存储上的备份数据
TiDB备份与恢复简介
Deep learning: derivation of shallow neural networks and deep neural networks
From monomer structure to microservice architecture, introduction to microservices
MFC sends left click, double click, and right click messages to list controls
Hungry for 4 years + Ali for 2 years: some conclusions and Thoughts on the road of research and development