十年河东,十年河西,莫欺骚年穷...打错一个字哈.~_~ 接着上一篇博客,上一篇博客是=使用数据库结合LINQ构造的,为了方便理解,本篇采用泛型分组进行构造. 有兴趣的小虎斑可以参考上一篇博客:如何构造分层次的 Json 数据 本篇很简单,直接上代码 using Newtonsoft.Json; using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using
encoding编码 打开apache-jmeter-2.11\bin\jmeter.properties文件,搜索“encoding”关键字,找到如下配置: # The encoding to be used if none is provided (default ISO-8859-1)#sampleresult.default.encoding=ISO-8859-1 将注释删掉,并改成utf-8编码,即: The encoding to be used if none is provide