简易搜索引擎 TinyGoogle

码农软件 · 软件分类 · 搜索引擎 · 2019-08-26 08:44:08

软件介绍

TinyGoogle 是用 google cse + flask 建的简易搜索引擎。

特性:

通过 Google 自定义搜索 API 来搜索内容
忽略GFW 来使用 google 搜索

搜索次数

这个DEMO演示中有4个引擎。 每个引擎可以搜索100次/天。

如果演示在使用时耗尽搜索次数,请隔天再试。

构建:

  1. 安装依赖

    pip install -r requirements.txt
  2. 运行

    python app.py
    # server at http://127.0.0.1:5000

    or

    gunicorn app:app  
    # server at http://127.0.0.1:8000

本文地址:https://codercto.com/soft/d/13191.html

Linux Device Drivers

Linux Device Drivers

Jonathan Corbet、Alessandro Rubini、Greg Kroah-Hartman / O'Reilly Media / 2005-2-17 / USD 39.95

Device drivers literally drive everything you're interested in--disks, monitors, keyboards, modems--everything outside the computer chip and memory. And writing device drivers is one of the few areas ......一起来看看 《Linux Device Drivers》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具