rexdf
rexdf
TL;DR **We should call `SetForegroundWindow` and then call `TrackPopupMenu`** https://stackoverflow.com/questions/15494591/hide-close-menu-when-mouse-is-clicked-outside-its-focus https://msdn.microsoft.com/en-us/library/windows/desktop/ms648002(v=vs.85).aspx The version in cow-taskbar.exe, `sub_4011E3()` is `ShowPopupMenu` ```c++ if ( Msg != 275 ) { if ( Msg !=...
cron_parse_expr parse the following two strings with no err. ``` "* * * 30 2 *" "* * * 31 4 *" ```
Listen on a port, and accept json POST request. `/add` support adding configs `/get-all` return all configs `/operate` support start restart etc `/status` report running status security, authentication, SSL certificates
有多开机制么?
比如同时运行三四个kcptun客户端
Ctrl+Shift+B cause it fail the default build command. It will always try to find compile variants. So sublime text 3 default build system fail everywhere else.
http://flori.github.io/json/
When we click on youtube page, it will redirect to `www.example.com/watch?v=XXXXX` but not `www.example.com/www.youtube.com/watch?v=XXXXX`. If we directly visit `www.example.com/www.youtube.com/watch?v=XXXXX`, the video is still can't be load in youtube blocked country....