摘要:
安装好java1.8、jmeter4.0,并java -version正常,jmeter也能正常使用。某一次使用突然出现Not able to find Java executable or version,查看java -version,正常。 1、检查环境变量 将path中的%JAVA_HOME 阅读全文
摘要:
TypeError: Decimal('1457501') is not JSON serializable 在使用json的时候经常会遇到xxx is not JSON serializable,也就是无法序列化某些对象 import decimal class DecimalEncoder(js 阅读全文