zoukankan      html  css  js  c++  java
  • 去除QQ侧边栏,去除QQ秀

    好友聊天窗口右侧栏(任何版本通用)
    xtml.rdb
    \AppFramework\ChatFrame\afsidebar.xml_ContactControl.gmd 144 -> 1或0

    dada.rdb
    \af.config
    "AFSidebarDefaultWidth" = dword:"200",->删除
    "AFSidebarPaddingTop" = dword:"3", -> 删除
    "AFSidebarPaddingBottom" = dword:"3", -> 删除
    "AFSidebarPaddingLeft" = dword:"3", -> 删除
    "AFSidebarPaddingRight" = dword:"3", -> 删除

    "BuddyMinWidthWithHiddenSidebar" = dword:"393", -> 460
    "BuddyMinHeightWithHiddenSidebar" = dword:"492", -> 460
    "BuddyMinWidthWithSidebar" = dword:"393", -> 460
    "BuddyMinHeightWithSidebar" = dword:"492", -> 500
    "BuddyDefaultWidthWithSidebar" = dword:"541", -> 460
    "BuddyDefaultHeightWithSidebar" = dword:"508", -> 500
    "SidebarDefaultWidth" = dword:"142", -> 删除
    "SidebarDefaultHeight" = dword:"146", -> 删除

    QQ面板搜索框:
    Res.rdb:\AppFramework\Search\main_search_bkg.gft
    I18N\2052\StringBundle.xml
    <String id="SearchContactTip">输入关键字搜索联系人</String>

    传文件面板白色/透明:

    Res.rdb:AppFramework\FileAssitant\material.gft

  • 相关阅读:
    org.dom4j.Document相关操作api
    生成excel
    Maven
    Excel操作
    常用正则
    csv
    导出txt
    Map中的key值按字典排序,客户端发送http请求
    HmacSHA256签名加Base64编码加URL编码
    5.1SpringAOP-基础(装饰者,静态代理,JDKD动态代理,CGLIB动态代理)
  • 原文地址:https://www.cnblogs.com/zhahost/p/3136181.html
Copyright © 2011-2022 走看看