


In the past, I often went to some wallpaper websites under Windows, or QQ photo albums of beautiful women, or downloaded pictures from a passionate beauty picture website. I often needed to right-click and then "save as". If I encountered a classic set of pictures, this kind of repetitive Operation will definitely make you lose motivation to download. Later, I used a plug-in for Firefox, which seems to be DownloadThemAll (I can’t remember, but it is for downloading web links in batches, and you can filter the formats to download images). Using it in conjunction with Thunder can greatly improve the efficiency of image downloading (but if the page image is too small) Many, it also takes a long time to filter and delete useless files after downloading). Now I use Ubuntu, I don’t have Windows or Thunder, and I haven’t used Firefox for many years. How do we download beautiful pictures from web pages in batches? I have been looking for such a plug-in in chrome, but unfortunately I only found the IMG inspector plug-in. The way this plug-in works is to define a base URL, use placeholders, defined step sizes and cycle ranges to regenerate links and preview them. . I have to say that this function is too weak. Even the URLs of the set of pictures are not necessarily regular, so this method is not advisable or practical.
So I later thought about learning Chrome plug-in development and making one myself. Unfortunately, I never had much motivation. And I don’t know whether the chrome plug-in can solve the problem of image downloading: whether to call the client download software or the native browser to download. Moreover, in this way, I have to learn some advanced methods of chrome API, and the development cost suddenly increases. Then gave up. So I changed my mind and continued to think about it. Then break down several difficult issues one by one and analyze them (environment: UBUNTU+CHROME/FIREFOX):
1) How to get the image address of the current page?
The easiest way to do this is to execute the script in the chrome console or firebug. I have also thought about using web crawler tools such as SimpleHtmlDom, a powerful open source framework (if you are familiar with jquery, this framework allows you to use it on the server side) jquery is very convenient to get tags), but this may be a bit less efficient. The complexity has also increased a bit.
2) How to determine whether the image size of the current page meets my "appetite"?
There are two situations to consider when scoring this question: Web page images are generally divided into thumbnails and original images. Thumbnails usually come with a link to the original image. That is, to wrap the img tag with the a tag, we need to get the href value of the a tag instead of the src value of the img tag; the original image is generally just an img tag, so you can use the width and height of the Image object to filter these images. For thumbnail filtering, you can set a new Image object to the value of src and then filter its height and width. However, I generally do not filter thumbnails. Such pictures are generally very large. On the contrary, what you are most likely to filter is the img object in the a tag, because many logo and button pictures are small pictures wrapped in links.
3) How to download pictures?
The above two steps are completed using the console script program. The entire code does not exceed 10 lines (including the jquery camera loading code). Finally, you can get the address of the image after filtering on the current page without any effort. Unfortunately, it's just this step. It's useless to get the address. The really useless step is how to download these pictures to the local machine at once. If I know how to develop chrome plug-ins and know how chrome calls system methods (actually, I’m not sure if chrome can do it. If the browser’s security restrictions are strict enough, then this will definitely not work), then I can become familiar with wget, a powerful downloader. Order. This is easily solved. Unfortunately, I'm not familiar with the first two, but it doesn't matter. All roads lead to Rome. There must be another way.
4) Fly over the console Console
Now our thoughts are stuck in the chrome console. We have a lot of image links but don’t know how to download them (actually they are just image links in the current window). I have always had some illusions about chrome plug-in development, but unfortunately I have no motivation to learn, and I have always questioned whether a browser as safe and strict as chrome will allow js to interact with the client?
So I started to think about the problem backwards. Instead of downloading the files, I could just store these files locally anywhere I could read them later. So the idea continued to the local storage localStorage and local database of html5, and also considered the local database of Google Gears, but later found that it was either too complicated or not feasible. Slowly, my thoughts began to drift in a simple direction--jQuery, yes it is him--$.getJSON(). Wouldn't it be enough if we could send the image address across domains to a local website and then download it in the background? So I immediately used Code Igniter to create a website: I only added a php controller class file with only one method in the controller, and the code still did not exceed 10 lines. The function of the code is just to wrap all image links and write them into a text file (urls.txt).
5) Invincible Downloader
This is almost over, maybe someone asked me, haven’t you still not been able to download pictures? Hehe, the nb character is about to appear: wget -i -b urls.txt. Enter the website directory in the terminal and execute this command to automatically download the image address of each line in the text file in the background.
PS: I was not familiar with this command a few days ago. I experimented with an H network and misused parameters to silently download a 1.1G pornographic image in the background. Later I found out that I forcibly killed the process. In short, this command is extremely powerful to download website content. If you use linux, this command is very evil, and you can do bad things if you want to!
6) Can you not be embarrassed?
This operation process is really embarrassing.
囧1: a) Deploy the local website--》b) Right-click to open the chrome console or firebug--》c) Copy the script--》d) Paste--》e) Enter--f》Open the terminal --g》wget. This operation is very convenient for a web page with many pictures (thumbnails, sets of pictures). But if I open ten web pages, each page must perform operations b, d, and e. If this script can be made into a chrome plug-in and embedded in the browser, then at least 2 steps can be saved: open the page and click it manually. Plug-in icon or set to automatically execute scripts. This greatly improves the ease of use.
囧2: How to skip the wget step and directly execute the download in the php background. This requires considering using php to call the ubuntu system method. I am not familiar with it and need to study it.
囧3: How to save the step of deploying a website. The fundamental reason for needing a website is that I cannot merge and store the image addresses of multiple pages together. I have considered cookies but the size limit is a problem. It is normal for the image addresses to exceed 100 ( Especially when Chinese is included). We also need to consider the problem of easy access after storage.
These issues have not been considered yet, and now we are just considering the implementation of 囧二. In fact, this process did not improve the technology itself much, but later looking back on the entire process, I found that the ideas and methodologies when facing problems have been significantly improved. Everyone is welcome to discuss!
Excerpted from Hurry’s column

技嘉的主板怎么设置键盘开机首先,要支持键盘开机,一定是PS2键盘!!设置步骤如下:第一步:开机按Del或者F2进入bios,到bios的Advanced(高级)模式普通主板默认进入主板的EZ(简易)模式,需要按F7切换到高级模式,ROG系列主板默认进入bios的高级模式(我们用简体中文来示范)第二步:选择到——【高级】——【高级电源管理(APM)】第三步:找到选项【由PS2键盘唤醒】第四步:这个选项默认是Disabled(关闭)的,下拉之后可以看到三种不同的设置选择,分别是按【空格键】开机、按组

1.处理器在选择电脑配置时,处理器是至关重要的组件之一。对于玩CS这样的游戏来说,处理器的性能直接影响游戏的流畅度和反应速度。推荐选择IntelCorei5或i7系列的处理器,因为它们具有强大的多核处理能力和高频率,可以轻松应对CS的高要求。2.显卡显卡是游戏性能的重要因素之一。对于射击游戏如CS而言,显卡的性能直接影响游戏画面的清晰度和流畅度。建议选择NVIDIAGeForceGTX系列或AMDRadeonRX系列的显卡,它们具备出色的图形处理能力和高帧率输出,能够提供更好的游戏体验3.内存电

主板上SPDIFOUT连接线序最近我遇到了一个问题,就是关于电线的接线顺序。我上网查了一下,有些资料说1、2、4对应的是out、+5V、接地;而另一些资料则说1、2、4对应的是out、接地、+5V。最好的办法是查看你的主板说明书,如果找不到说明书,你可以使用万用表进行测量。首先找到接地,然后就可以确定其他的接线顺序了。主板vdg怎么接线连接主板的VDG接线时,您需要将VGA连接线的一端插入显示器的VGA接口,另一端插入电脑的显卡VGA接口。请注意,不要将其插入主板的VGA接口。完成连接后,您可以

广联达软件是一家专注于建筑信息化领域的软件公司,其产品被广泛应用于建筑设计、施工、运营等各个环节。由于广联达软件功能复杂、数据量大,对电脑的配置要求较高。本文将从多个方面详细阐述广联达软件的电脑配置推荐,以帮助读者选择适合的电脑配置处理器广联达软件在进行建筑设计、模拟等操作时,需要进行大量的数据计算和处理,因此对处理器的要求较高。推荐选择多核心、高主频的处理器,如英特尔i7系列或AMDRyzen系列。这些处理器具有较强的计算能力和多线程处理能力,能够更好地满足广联达软件的需求。内存内存是影响计算

网上下载的 pdf 学习资料有一些会带有水印,非常影响阅读。比如下面的图片就是在 pdf 文件上截取出来的,今天我们就来用Python解决这个问题。安装模块PIL:Python Imaging Library 是 python 上非常强大的图像处理标准库,但是只能支持 python 2.7,于是就有志愿者在 PIL 的基础上创建了支持 python 3的 pillow,并加入了一些新的特性。pip install pillow pymupdf 可以用 python 访问扩展名为*.pdf、

在网页开发中,图片预载是一种常见的技术,可以提升用户的体验感。当用户浏览网页时,图片可以提前下载并加载,减少图片加载时的等待时间。在Vue框架中,我们可以通过一些简单的方法来实现图片预载。本文将介绍Vue中的图片预载技术,包括预载的原理、实现的方法和使用注意事项。一、预载的原理首先,我们来了解一下图片预载的原理。传统的图片加载方式是等到图片全部下载完成才显示

我准备去西藏旅行背包去①背多少升的包合适把你认为最好的配置说下本人170体力不错第一次去徒步多就60升或以上的徒步少就60升以下的全程都坐车就不用背包,旅行箱更方便,真要随身带东西,弄个25~40升的就绰绰有馀西藏旅游必备用品:太阳镜、太阳帽、防晒霜、护肤霜、润唇膏、长袖上衣、毛衣;对于特殊旅游或去阿里、藏北、川藏线旅游,建议带:睡袋(防寒)、床单(防脏)、羽绒服、旅游鞋或登山鞋、拖鞋、牙刷、牙膏、毛巾、卷筒纸、纸内裤、消毒湿巾、手电筒、防水火柴、刀具、绳子。前运包能装电脑吗能装电脑,有些背包有

求推荐1155针的cpu哪个最好当前性能最高的1155针CPU是IntelCorei7-3770K。它拥有4个核心和8个线程,基础频率为3.5GHz,并支持TurboBoost2.0技术,最高可达到3.9GHz。此外,它还搭载了8MB的三级缓存,是一款非常出色的处理器LGA1155针最强的CPUIntel酷睿i73770K。LGA1155接口为二三代酷睿处理器所使用的接口类型,性能最好的为Intel酷睿i73770K,这款处理器参数如下:1.适用类型:台式机;2.CPU系列:酷睿i7;3.CPU


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

EditPlus Chinese cracked version
Small size, syntax highlighting, does not support code prompt function

SublimeText3 English version
Recommended: Win version, supports code prompts!

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

SublimeText3 Linux new version
SublimeText3 Linux latest version

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.
