lgh06 最近的时间轴更新
lgh06's repos on GitHub
SCSS · 2 人关注
blog
JavaScript · 1 人关注
ApiBull
1 人关注
artoo
artoo.js - the client-side scraping companion.
TypeScript · 1 人关注
awesome-tutorials
I am going to write a series of tutorials about web/android/ios development
JavaScript · 1 人关注
bed_official
睡前首页
Java · 1 人关注
cordova-plugin-android-background-mode
cordova-plugin-android-background-mode
HTML · 0 人关注
a-cnblog-skin
a skin used for cnblogs.com
JavaScript · 0 人关注
AdminLTE-express-demo
JavaScript · 0 人关注
amap_jsv1_pptr_demo
0 人关注
animation-timeline-control
Canvas based TypeScript animation timeline editor.
0 人关注
Arduino-LiquidCrystal-I2C-library
Library for the LiquidCrystal LCD display connected to an Arduino board.
JavaScript · 0 人关注
artTemplate
性能卓越的 js 模板引擎
0 人关注
authy
Go library and program to access your Authy TOTP secrets.
JavaScript · 0 人关注
auto-buy-vps
Headless chrome demo.
0 人关注
awesome-aigc
0 人关注
base6-dash
A base environment for FFmpeg & gpac(MP4Box).
PHP · 0 人关注
BCS-Support
该插件支持使用百度云存储BCS作为附件存储空间并在百度BAE上支持xmlrpc。This is a plugin that use Baidu Cloud Storage(BCS) for attachments remote saving and support xmlrpc on Baidu App Engine(BAE).
CSS · 0 人关注
bedtime-intro
JavaScript · 0 人关注
bedtime-selected
睡前精选
JavaScript · 0 人关注
big-marquee
https://lgh06.github.io/big-marquee/
0 人关注
blaze
⚡ File sharing progressive web app built using WebTorrent and WebSockets
TypeScript · 0 人关注
cf-r2-worker
JavaScript · 0 人关注
Christ
一个圣诞节活动页面
0 人关注
circuitjs1
Electronic Circuit Simulator in the Browser
0 人关注
clash-win-docs-new
JavaScript · 0 人关注
cms-nodejs-render-engine
HTML · 0 人关注
combine-images-to-div
用少量js和一些css来让三张图片在一个div内,看起来像一个图片一样
JavaScript · 0 人关注
cordova-android
Apache Cordova Android
0 人关注
cordova-docs
Apache Cordova Documentation
0 人关注
cordova-plugin-androidx-adapter
Cordova/Phonegap plugin to migrate any code which references the legacy Android Support Library to the new AndroidX mappings in a Cordova Android platform project.
lgh06

lgh06

🏢  天津师范大学 / 学生
V2EX 第 20173 号会员,加入于 2012-04-29 02:54:39 +08:00
网页变动检测监控提醒 - 云端+开源自部署
  •  1   
    分享创造  •  lgh06  •  2022-04-22 20:53:53 PM  •  最后回复来自 lgh06
    20
    网页版微信读书全屏插件
    分享发现  •  lgh06  •  2019-11-25 14:16:15 PM  •  最后回复来自 xunqin
    3
    腾讯视频的哪位兄弟,把线上当测试了……?
    全球工单系统  •  lgh06  •  2018-05-21 13:57:27 PM  •  最后回复来自 codingKingKong
    23
    这是魅蓝阿里云 OS 推的广告?
    全球工单系统  •  lgh06  •  2016-11-17 17:58:02 PM  •  最后回复来自 lgh06
    4
    lgh06 最近回复了
    2022-04-22 20:53:53 +08:00
    回复了 lgh06 创建的主题 分享创造 网页变动检测监控提醒 - 云端+开源自部署
    @jackrebel cron 功能强大,不适合普通用户; select + input 适合简单情况、普通用户。加个 select/input 不难,但是功能反而弱了… 后面看看情况再说怎么加。
    2022-04-22 20:40:16 +08:00
    回复了 lgh06 创建的主题 分享创造 网页变动检测监控提醒 - 云端+开源自部署
    @jackrebel 比截图上的“监控频率”逻辑要复杂,比如,一个用户想每天晚上 20 点 10 分检测一次,比如每天晚上 18 点、19 点、20 点的 15 分都检测一次(每天三次),前端 input /select 的逻辑就很复杂,然而用 cron 表达式分分钟把前面两个例子秒杀
    2022-04-22 14:28:50 +08:00
    回复了 lgh06 创建的主题 分享创造 网页变动检测监控提醒 - 云端+开源自部署
    @jackrebel 做之前也考虑了,一堆 select / input 最后搞出来的日期选择,单就时间点和时间段的定义来说,还不如 cron 表达式来的简便直接。以后可以再加个简易的日期选择器,方便没有计算机背景的用户,比如每天 X 点 Y 分 和 A 点 B 分。
    2022-04-20 18:11:06 +08:00
    回复了 imdgr886 创建的主题 分享创造 URLCron -- 在线计划任务服务
    @imdgr886 目前 webpagemonitor.net 的两个检测点都在国内,rabbitmq 随机消费。等我的指定检测点功能开发好了,就能检测各种小姐姐了…
    2022-04-20 17:05:17 +08:00
    回复了 imdgr886 创建的主题 分享创造 URLCron -- 在线计划任务服务
    @imdgr886 我的文档站 https://docs.webpagemonitor.net/ 嫖的就是 cf pages…
    2022-04-20 17:03:33 +08:00
    回复了 imdgr886 创建的主题 分享创造 URLCron -- 在线计划任务服务
    楼主这个相当于云端版本的 crontab ,比较适合的一种场景:发 HTTP 请求触发云函数或者 aws lambda 。
    云监控、云拨测、服务器健康状态,是另外一回事。
    2022-04-20 16:57:13 +08:00
    回复了 lgh06 创建的主题 分享创造 网页变动检测监控提醒 - 云端+开源自部署
    @paopjian 可不就是这回事…
    2022-04-20 16:56:23 +08:00
    回复了 lgh06 创建的主题 分享创造 网页变动检测监控提醒 - 云端+开源自部署
    @imdgr886 我这套东西本质上也是 cron syntax + 执行任务,只不过我这个任务目前限定死了,是个服务器上运行的浏览器。共勉。
    2022-04-20 16:54:14 +08:00
    回复了 lgh06 创建的主题 分享创造 网页变动检测监控提醒 - 云端+开源自部署
    @huanxianghao 我这套东西适合检测网页内容,如果是宕机检测或者 HTTP Status / HTTP GET 检测 那可用的东西就更多了,各大云厂商的云拨测都有各种免费额度。
    2022-04-20 12:55:20 +08:00
    回复了 lgh06 创建的主题 分享创造 网页变动检测监控提醒 - 云端+开源自部署
    其它类似的开源项目: https://github.com/stars/lgh06/lists/crawler
    不开源的就不推荐不给别人引流了 😂
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   985 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 20ms · UTC 20:58 · PVG 04:58 · LAX 13:58 · JFK 16:58
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.