惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

罗磊的独立博客
SecWiki News
SecWiki News
酷 壳 – CoolShell
酷 壳 – CoolShell
爱范儿
爱范儿
量子位
M
MIT News - Artificial intelligence
GbyAI
GbyAI
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
TaoSecurity Blog
TaoSecurity Blog
博客园 - 【当耐特】
H
Heimdal Security Blog
腾讯CDC
The Last Watchdog
The Last Watchdog
Security Archives - TechRepublic
Security Archives - TechRepublic
Hacker News: Ask HN
Hacker News: Ask HN
S
Schneier on Security
Microsoft Security Blog
Microsoft Security Blog
WordPress大学
WordPress大学
博客园 - 司徒正美
Recent Commits to openclaw:main
Recent Commits to openclaw:main
C
Cybersecurity and Infrastructure Security Agency CISA
S
SegmentFault 最新的问题
大猫的无限游戏
大猫的无限游戏
Application and Cybersecurity Blog
Application and Cybersecurity Blog
F
Full Disclosure
有赞技术团队
有赞技术团队
T
Tailwind CSS Blog
Engineering at Meta
Engineering at Meta
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
T
Threatpost
月光博客
月光博客
A
Arctic Wolf
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
雷峰网
雷峰网
T
Troy Hunt's Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
The Cloudflare Blog
D
DataBreaches.Net
O
OpenAI News
L
LINUX DO - 最新话题
宝玉的分享
宝玉的分享
小众软件
小众软件
V
Vulnerabilities – Threatpost
A
About on SuperTechFans
人人都是产品经理
人人都是产品经理
T
The Exploit Database - CXSecurity.com
Martin Fowler
Martin Fowler
美团技术团队
P
Privacy International News Feed

博客园 - 山东人在成都

初测WIN10 WIN10主动推升级,有点意思 瘦身winsxs目录 改造增加TSQL语法高亮的SharpDevelop的TextEditor控件 红警2共和国之辉-金钱修改工具 Qing博客发布客户端 开心网争车位小帮手 封入历史的程序 Gmail手机客户端软件 联网查询手机归属地 我的文章博客 Windows下生成多个桌面的程序 RSS新闻阅读工具升级 Gmail新邮件通知程序 RSS新闻阅读工具 迅雷的FLV文件迷你播放器 简易的FLASH文件播放器 我写的一个小翻译程序 我写的一个音乐播放器
网络图片缩略图查看工具
山东人在成都 · 2007-10-21 · via 博客园 - 山东人在成都

上网的时候,经常会遇到这样的问题,查看图片时,网页却提供了一大堆的地址信息,而不是图片本身. 这些地址信息也并非是超连接,要想看到这些图片,就要一次次的复制,打开新的浏览器窗口,粘贴,很是费事.
基于此,利用这个周末两天的时间,我开发了如下的网络图片查看工具,选中那些地址信息,在工具中进行解析,下载到内存中, 并以缩略图的形式呈现,双击即可查看原图.
因包含地址信息的内容不一,目前,我只是针对两种情况进行了过滤提取.
一是包含img,如:[img] http地址..xxx.jpg [/img].
二是包含url=,并以[/img]结尾. 如:[url=http://....xxx.jpg[/img]
以后如有时间还会再逐步升级,增加新的功能.
下载地址:https://files.cnblogs.com/netlightwind/NetPicThumbnail.rar