mashuiping

Results 4 comments of mashuiping

@magiconair Hi, it is possible/makes sense to add an optional ability to rate limit services via fabio now?

看Movie下面的代码,可以知道没有实时推荐的展示位。 只有离时推荐展示位。而如果ZzXxL1994没有跑RecommendForAllUsers,你是看不到首页推荐结果的。

@shamanis i thank the readme must have confused a lot of prgrammers: ``` 1. Why the output is duplicate 2. How to set logging level ``` The answer to both...

使用 Findre2.cmake 可以解决 1. mkdir cmake_modules && touch cmake_modules/Findre2.cmake 写入以下内容到 Findre2.cmake ```sh # 地址根据实际情况来哈 set(RE2_SEARCH_HEADER_PATHS /usr/include) set(RE2_SEARCH_LIB_PATHS /usr/lib/x86_64-linux-gnu) find_path(RE2_INCLUDE_DIR re2/re2.h PATHS ${RE2_SEARCH_HEADER_PATHS} NO_DEFAULT_PATH DOC "Google's re2 regex header path" )...