请问怎样从txt文件中提取想要的数据啊
已知一个txt文件有很多行。如<httpSamplet="17277"lt="0"ts="1234764697121"s="false"lb="homepage"rc="...
已知一个txt文件有很多行。如<httpSample t="17277" lt="0" ts="1234764697121" s="false" lb="homepage" rc="Non HTTP response code: java.net.UnknownHostException" rm="Non HTTP response message: www.buaa.edu.cn" tn="线程组 1-1" dt="text" by="1203" />
<httpSample t="14286" lt="0" ts="1234764700116" s="false" lb="homepage" rc="Non HTTP response code: java.net.UnknownHostException" rm="Non HTTP response message: www.buaa.edu.cn" tn="线程组 1-4" dt="text" by="1203" />
<httpSample t="16288" lt="0" ts="1234764698116" s="false" lb="homepage" rc="Non HTTP response code: java.net.UnknownHostException" rm="Non HTTP response message: www.buaa.edu.cn" tn="线程组 1-2" dt="text" by="1203" /> 等等
怎样用C程序编程得到想要的数据?1234764697121 1234764700116 1234764698116。。。 希望达人帮帮忙啊,焦急中。。。
我不太会,能给个代码吗?如果没问题,分数都给你啦,多谢~ 展开
<httpSample t="14286" lt="0" ts="1234764700116" s="false" lb="homepage" rc="Non HTTP response code: java.net.UnknownHostException" rm="Non HTTP response message: www.buaa.edu.cn" tn="线程组 1-4" dt="text" by="1203" />
<httpSample t="16288" lt="0" ts="1234764698116" s="false" lb="homepage" rc="Non HTTP response code: java.net.UnknownHostException" rm="Non HTTP response message: www.buaa.edu.cn" tn="线程组 1-2" dt="text" by="1203" /> 等等
怎样用C程序编程得到想要的数据?1234764697121 1234764700116 1234764698116。。。 希望达人帮帮忙啊,焦急中。。。
我不太会,能给个代码吗?如果没问题,分数都给你啦,多谢~ 展开
2个回答
展开全部
为什么一定要编程呢?用Replace Pioneer把满足条件的文字提取出来就可以了。
步骤:
1. ctrl-o打开txt文件
2. ctrl-h打开replace窗口
在search for pattern下输入ts="(\d+)"然后把Print Unmatched Unit前面的勾去掉。然后在replace with pattern下输入\1\n
3. 点击Replace即可。
Replace Pioneer下载:
http://www.mind-pioneer.com/replace/Download.html
步骤:
1. ctrl-o打开txt文件
2. ctrl-h打开replace窗口
在search for pattern下输入ts="(\d+)"然后把Print Unmatched Unit前面的勾去掉。然后在replace with pattern下输入\1\n
3. 点击Replace即可。
Replace Pioneer下载:
http://www.mind-pioneer.com/replace/Download.html
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询