TGTGInsighttelegram intelligenceLIVE / telegram public index
← 折腾实验室频道

TGINSIGHT SIMILAR POSTS

查找相似内容

Source channel @TossLabChannel · Post #951 · 1月12日

#Deskreen#第二屏#屏幕共享#WebRTC#开源工具 🖥️Deskreen|把任何设备变成电脑的第二块屏幕 Deskreen 是一款开源桌面工具,可将手机、平板、笔记本、电视等任何带浏览器的设备,作为电脑的第二屏或镜像屏使用。无需在接收端安装 App,只要浏览器即可连接。 支持 Windows、macOS、Linux,通过本地局域网工作,适合临时扩展屏、展示信息或多设备查看内容的场景。 主要特点 支持整屏或单个应用窗口投屏 通过浏览器访问,无需客户端 基于 WebRTC,低延迟传输 可同时连接多个设备 支持画面翻转,适合提词器或演示 局域网使用,不依赖公网 开源项目,社区活跃,Star 数较高,认可度稳定 适用场景 平板当副屏使用 手机作为监控/状态显示屏 会议或演示投屏 提词器、直播辅助屏 临时扩展显示空间 Deskreen 采用 AGPL-3.0 开源协议,定位清晰,功能专注,是“浏览器即屏幕”这一思路下非常成熟的一款工具。 🔘@TossLab🔘@TossLabChannel

Results

找到 1 条相似帖子

搜索 #optional

当前筛选 #optional清除筛选
djangoproject

@djangoproject · Post #174 · 2016/09/22 19:16

gc — #Garbage#Collector interface This module provides an interface to the #optional garbage collector. It provides the ability to disable the collector, tune the collection frequency, and set #debugging options. It also provides access to unreachable #objects that the collector found but cannot free. Since the collector supplements the reference counting already used in Python, you can disable the collector if you are sure your program does not create reference cycles. https://docs.python.org/3/library/gc.html