adx-desc-adtype统计

Posted lavin

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了adx-desc-adtype统计相关的知识,希望对你有一定的参考价值。

数据分析脚本:

 

 
filepath="request.log.2017-12-01-15"
  File.open("#{filepath}").each do |line|


begin  
  File.open("#{filepath}").each do |line|
    
   if ! line.valid_encoding?
     s = line.encode("UTF-16be", :invalid=>:replace, :replace=>"?").encode(UTF-8)
     line = s.gsub(/dr/i,med)
   end 


   fields = line.split("\t") 
    if fields.length <10
        next 
    end
   adx = fields[3]
   desc = fields[10]
   ext10 = fields[45]
   reqtype= ext10[reqtype]

   puts "#{adx}\t#{desc}\t#{reqtype}"
 
  end
rescue SystemCallError
  puts "warn:: #{filepath} not  exits!!"
end

 

以上是关于adx-desc-adtype统计的主要内容,如果未能解决你的问题,请参考以下文章

201671010432词频统计软件项目报告

词频统计单元测试

有趣的网页小部件笔记

perf + 火焰图分析程序性能

如何强制Margin-left(marginStart)在片段中成像?

[转]perf + 火焰图分析程序性能