We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
删除 common 中的 GetMD5()类,GetSha256()类,使用 fish_crypt 函数包中的函数替代; 删除 common 中的 splice_url_params() 函数,使用 join_url_params() 函数替代; 删除 common 中的 is_contain_special_char() 函数,使用 has_special_char() 函数替代; 删除 common 中的 if_any_elements_is_space() 函数,使用 has_space_element() 函数替代; 删除 common 中的 remove_duplicate_elements() 函数,使用 get_distinct_element() 函数替代; 删除 common 中的 transform_hump_to_underline() 函数,使用 camelcase_to_underline() 函数替代; 删除 common 中的 if_any_elements_is_letter() 函数,使用 删除 common 中的 get_random_str() 函数,使用 fish_random 函数包替代;
The text was updated successfully, but these errors were encountered:
unittest 中的警告暂时都删除,建议所有使用 fishbase 的程序使用最新版本,这部分函数不再考虑向前兼容。
Sorry, something went wrong.
2020.3.28 v1.12, by David, 去除一部分向前兼容的函数, #263
e2a54f1
Merge pull request #264 from chinapnr/yijun_20200328
622a0e9
wingfish
No branches or pull requests
删除 common 中的 GetMD5()类,GetSha256()类,使用 fish_crypt 函数包中的函数替代;
删除 common 中的 splice_url_params() 函数,使用 join_url_params() 函数替代;
删除 common 中的 is_contain_special_char() 函数,使用 has_special_char() 函数替代;
删除 common 中的 if_any_elements_is_space() 函数,使用 has_space_element() 函数替代;
删除 common 中的 remove_duplicate_elements() 函数,使用 get_distinct_element() 函数替代;
删除 common 中的 transform_hump_to_underline() 函数,使用 camelcase_to_underline() 函数替代;
删除 common 中的 if_any_elements_is_letter() 函数,使用
删除 common 中的 get_random_str() 函数,使用 fish_random 函数包替代;
The text was updated successfully, but these errors were encountered: