首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏Lcry个人博客

    打造高效终端:zsh + oh-my-zsh

    启用插件 打开配置文件: vim ~/.zshrc 到这里 https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins 选择你喜欢的内置插件,例如:git、web-search wisely, as too many plugins slow down shell startup. # plugins=(git) 默认启用这行,启用多个插件用空格隔开 plugins=(git web-search oh-my-zsh/custom}/themes/powerlevel10k 配置参考: # 主题 ZSH_THEME="powerlevel10k/powerlevel10k" # 插件 plugins=(git web-search

    92110编辑于 2024-07-17
  • 来自专栏叽叽西

    Mac 下 Oh my zsh + iTerm2 初体验

    (git ls-files --deleted) 2> /dev/null; git commit --no-verify --no-gpg-sign -m "--wip-- [skip ci]" web-search Open your ~/.zshrc file and enable the web-search plugin: plugins=( ... web-search) Usage 用法 You can use the web-search plugin in these two forms: web_search <context> <term> [more terms if you want] <context

    1.4K10编辑于 2022-05-17
  • 来自专栏finleyMa

    使用苹果系统的开发人员必装的iterm和zsh

    通过插件 web-search 一个方便的终端搜索工具,支持大多常用的搜索引擎,比如: 输入 baidu hhkb pro2 直接在浏览器打开百度搜索关键字”hhkb pro2” 输入 google

    83820发布于 2018-09-10
  • 来自专栏刘望舒

    React Native组件(四)TextInput组件解析

    ascii-capable’, ‘numbers-and-punctuation’, ‘url’, ‘number-pad’, ‘name-phone-pad’, ‘decimal-pad’, ‘twitter’, ‘web-search

    2.4K80发布于 2018-02-01
  • 来自专栏大宇笔记

    React Native组件篇(三) — TextInput组件

    numbers-and-punctuation', 'url', 'number-pad', 'phone-pad', 'name-phone-pad', 'email-address', 'decimal-pad', 'twitter', 'web-search

    3K20发布于 2019-01-15
  • 来自专栏ACM小冰成长之路

    Ubuntu 16.04 个性化配置

    替换成 plugins=( git z zsh-autosuggestions extract web-search zsh-syntax-highlighting ) 在末尾添加 alias open

    1.2K20编辑于 2021-12-07
  • 来自专栏运维之美

    再见 XShell 和 ITerm 2,是时候拥抱全平台高颜值终端工具 Hyper 了!

    kate meteor paver python scala svn-fast-info tmux-cssh web-search plugins=(git wd web-search history history-substring-search) 除默认自带的插件外,你还可以在 GitHub 上找到更多好用的 ZSH 三方插件

    12.7K30发布于 2019-11-11
  • 来自专栏coder

    ZSH!在 Windows 上使用 WSL+ZSH

    gitignore history-substring-search node npm nvm yarn volta vscode sudo web-search

    3.1K20编辑于 2024-01-25
  • 来自专栏phodal

    AutoDev Remote 编程智能体:你何必只让 AI 在白天分析需求、设计方案

    github-find-code-by-description, github-analyze-issue, browse-webpage, browse-webpage-with-summary, web-search

    22000编辑于 2025-06-15
  • 来自专栏非著名程序员

    基础篇章:React Native 之 TextInput 的讲解

    ascii-capable", 'numbers-and-punctuation', 'url', 'number-pad', 'name-phone-pad', 'decimal-pad', 'twitter', 'web-search

    3.5K70发布于 2018-02-09
  • 来自专栏胡琦

    React Native 项目 Web 端同构初探

    '; break; case 'phone-pad': type = 'tel'; break; case 'search': case 'web-search

    4.9K30发布于 2021-09-09
  • 来自专栏全栈程序员必看

    oh my zsh配置_setlanguage?lang=classic-zh-cn

    kate meteor paver python scala svn-fast-info tmux-cssh web-search

    2K10编辑于 2022-09-20
  • 来自专栏新智元

    AI时代新风口!吴恩达亲授智能体四大设计模式

    LLM使用特殊的字符串,例如 {tool:web-search,query:coffee maker reviews} ,以请求调用搜索引擎。

    86310编辑于 2024-04-19
  • 来自专栏AI研思录

    凌晨3点的深圳会议室:中国AI搜索黑马“博查”,正在用“脏活累活”掏空百度谷歌的护城河

    基础搜索) AI Search API(带多模态总结) Agent Search API(领域深度搜索) import requests url = "https://api.bochaai.com/v1/web-search

    3.3K11编辑于 2025-03-12
  • 来自专栏爱写Bug

    Manjaro安装配置美化记录

    ENABLE_CORRECTION="true" # 提示 COMPLETION_WAITING_DOTS="true" # 插件 plugins=( git zsh-autosuggestions web-search

    7.6K31发布于 2019-08-01
  • 来自专栏AIGC新知

    对话OpenAI | 预训练已经达到瓶颈?是否所有场景都必须应用大模型?多模态模型怎么做?

    Meta公司即将在4月份发布的web-search新产品,将为deep research带来新的突破。 与单一智能体相比,多智能体系统在泛化能力上具有明显的优势。

    33810编辑于 2025-01-17
  • 来自专栏爱写Bug

    Manjaro安装配置美化字体模糊发虚解决记录

    ENABLE_CORRECTION="true" # 提示 COMPLETION_WAITING_DOTS="true" # 插件 plugins=( git zsh-autosuggestions web-search

    7.7K71发布于 2019-04-03
  • 来自专栏CRPER折腾记

    MacOS : 前端必备姿势(工作环境)

    git autojump node npm brew osx extract redis-cli autopep8 history last-working-dir pip python sudo web-search

    2.5K00发布于 2018-08-28
  • 来自专栏码神路漫漫

    Go 译文之通过 context 实现并发控制

    . // https://developers.google.com/web-search/docs/#fonje var data struct {

    85910发布于 2019-07-31
  • 来自专栏周末程序猿

    机器学习|MCP(Model Context Protocol)实战

    str(e)} 以上是对于 duckduckgo 封装,除了提供搜索以外,我们需要按照规范开发 MCP Server,代码如下: # 初始化 FastMCP 服务器 app = FastMCP('web-search

    2.3K21编辑于 2025-04-13
领券