Skip to content

Instantly share code, notes, and snippets.

View Akagi201's full-sized avatar
🎯
Focusing

Bob Liu Akagi201

🎯
Focusing
View GitHub Profile
title description date categories slug
QQ协议分析
QQ协议分析
2014-04-16
protocol
qq-protocol

一. 文字聊天协议族(TCPF, Text Chatting Protocol Family)

@Akagi201
Akagi201 / 0_reuse_code.js
Created April 16, 2014 09:27
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console

add into the html header

<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">

favicon.ico generator

微信

  • 用户发送wifi来获得上网密码, 用户发送"wifi"时, 我们按照微信格式转至你们平台, 你们平台返回一个密码或链接, 来进行认证后, 就可以直接登陆了.
@Akagi201
Akagi201 / ip.md
Last active August 29, 2015 14:00