菜单
语言
🇨🇳 中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국语
Google BBR Plus 加速脚本

Google BBR Plus 加速脚本

BBR加速脚本: cd /usr/src wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh" chmod +x tcp.sh ./tcp.sh 选择2,安装bbr plus 内核: 稍微等

php实现 Google (谷歌) 翻译

php实现 Google (谷歌) 翻译

// An highlighted block//谷歌翻译function gtranslate($text,$to='zh-CN'){ $entext = urlencode($text); $url = 'https://translate.google.cn/translate_a/single?client=gtxdt=tie=UTF-8oe=UTF-8sl=autotl='

3种谷歌多语言翻译接口的

3种谷歌多语言翻译接口的

在日常的生活和工作中,我们经常会需要使用到翻译工具。在诸多翻译工具中,我个人更青睐谷歌翻译,因此在这里整理通过Python调用谷歌翻译接口的3种方