luodaoyi

Results 17 issues of luodaoyi

其实就是一个需求, 我们调用某saas服务, 最高100qps 超过就会封禁一直断时间, 而且此saas的接口的qps限制是共用的 也就是我们写的 一部分task 加起来的qps 不得超过100 但是我们又得让他尽量靠近100 这样可以最大化利用资源 文档我看了两遍 但是好像没有 `按组` 限制qps的 恳请解答 感谢作者开源,优秀项目

```c // { -1, -1 }, { 0, -1 }, { 1, -1 } //0 1 2 ideal? // { -1, 0 }, { 1, 0 } //3 4 //...

既然是restful接口 能否用类似于aiohttp的封装 实现异步化

Golang with aes model?

Like lua hook: ```c ... lua_sethook(luaVm, Lua_YeildHook, LUA_MASKLINE, 0); .... void Lua_YeildHook(lua_State* _L, lua_Debug* ar) { if (bStop) { lua_yield(_L, 0); } } ```

https://learn.microsoft.com/en-us/windows/win32/api/debugapi/nf-debugapi-waitfordebugeventex https://learn.microsoft.com/zh-cn/windows/win32/api/debugapi/nf-debugapi-outputdebugstringw#remarks OutputDebugStringW does internally call OutputDebugStringA, so Unicode characters that cannot be represented in the system code page will be replaced with ?. Oddly enough, the [OUTPUT_DEBUG_STRING_INFO](http://msdn.microsoft.com/en-us/library/windows/desktop/ms680545%28v=vs.85%29.aspx) structure the...

一键备份 /data/www和数据库还有caddy的配置? 然后装了新环境在整个一键导入?

![image](https://github.com/ji4ozhu/kkcap/assets/12275765/cfa5aa85-c5a7-44fc-86e2-450ed6574576)

how can i restore svn store from dump file ? in container