zoukankan      html  css  js  c++  java
  • field字段错位手动更改方法

    update tbprotocolex set field='1' where name='ICMP';
    update tbprotocolex set field='1' where name='DNS';
    update tbprotocolex set field='2' where name='HTTP';
    update tbprotocolex set field='2' where name='HTTP_Proxy';
    update tbprotocolex set field='2' where name='HTTP_Connect';
    update tbprotocolex set field='2' where name='QQ';
    update tbprotocolex set field='2' where name='RTP';
    update tbprotocolex set field='2' where name='RDP';
    update tbprotocolex set field='2' where name='VNC';
    update tbprotocolex set field='2' where name='STUN';
    update tbprotocolex set field='2' where name='微信视频聊天';
    update tbprotocolex set field='2' where name='qq视频聊天';
    update tbprotocolex set field='2' where name='UDP垃圾包';
    update tbprotocolex set field='2' where name='TCP垃圾包';
    update tbprotocolex set field='2' where name='UDP下载及视频';
    update tbprotocolex set field='2' where name='UDP应用交互';
    update tbprotocolex set field='2' where name='TCP下载及视频';
    update tbprotocolex set field='2' where name='TCP应用交互';
    update tbprotocolex set field='0' where name='SSL_No_Cert';
    update tbprotocolex set field='0' where name='SSL(HTTPS)';
    update tbprotocolex set field='0' where name='SSH';
    update tbprotocolex set field='0' where name='Skype';
    update tbprotocolex set field='3' where name='HTTP 分片下载';
    update tbprotocolex set field='3' where name='风行视频p2p';
    update tbprotocolex set field='3' where name='暴风影音';
    update tbprotocolex set field='3' where name='酷狗音乐p2p';
    update tbprotocolex set field='3' where name='360急速下载';
    update tbprotocolex set field='3' where name='RTMFP';
    update tbprotocolex set field='3' where name='电骡';
    update tbprotocolex set field='3' where name='迅雷';
    update tbprotocolex set field='3' where name='电驴';

    update tbprotocolex set field='0' where field='60';

    然后./reloadrule.py脚本

  • 相关阅读:
    [Java]内部类
    [Java]项目经验之谈
    [IDE]Netbeans
    [HTML5游戏开发]开发者如何真正的面向HTML5平台开发游戏?
    [HTML5游戏开发]两款很棒的 HTML5 游戏开发工具
    [HTML5游戏开发]HTML5游戏让你惊喜吗?
    How To Design A Mobile Game With HTML5
    [WebSimpleDB]HTML5之IndexedDB使用详解
    [HTML5]WAI-ARIA介绍
    [MiniPro]Android GPS-从上到下整个框架剖析与案例解说
  • 原文地址:https://www.cnblogs.com/sysk/p/6579642.html
Copyright © 2011-2022 走看看