📄 flashresponder.cpp
字号:
/** * Flash Responder - Communicates via Sockets using XML :-) * * @author Jonathan Roewen */#include "FlashResponder.h"FlashResponder::FlashResponder() { // Create a server socket and start accepting I suppose...}string FlashResponder::respond(Match *, PElement, const string &) { // Process Flash-only commands (<flash:xxx/>) return "";}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -