Kelvin.Ye

Results 10 comments of Kelvin.Ye

commit d6bbade98ff18491b9c86bf2c2c7f544fd729abb Author: Anshoo Arora Date: Sat Jul 8 14:03:07 2017 -0400 reference #885 - parse charset and apply to Jsoup document commit b4c24a46e92d09eabfad2e09160cabcb863a07fc I have repackaged it, but not...

commit 6528aa9298b44d98b4415a934b87aa6c62ed094a Author: Anshoo Arora Date: Fri Aug 11 12:28:36 2017 -0400 fix #885 - parsing charset issue I have repackaged it, but not works,the problem is the same

private static void createExtentReports(String fileName, String isAppend) { extent = new ExtentReports(); extent.setSystemInfo("Tool", "Jmeter"); extent.attachReporter(createHtmlReporter(fileName, isAppend)); } private static ExtentHtmlReporter createHtmlReporter(String fileName, String isAppend) { ExtentHtmlReporter htmlReporter = new ExtentHtmlReporter(fileName);...

GBK,after append also GBK first displayed “中文乱码question8851”,after append displayed “????????question885”

Where can I get the extenterpports debug log file? or How to output the log to the specified location

I know how to solve the problem, The first step to the java System property "file.encoding" = utf-8, The second step is to set the code htmlReporter.config (). SetEncoding ("UTF-8");...

"vue": "3.2.38" "sortablejs": "1.15.0" "vuedraggable": "4.1.0"