Blog | 博客

An interesting phenomenon of the Tangshan beating incident

Original link: https://aaronnick.github.io/posts/disappeared-comments/ In the early morning of June 10, a beating incident occurred in a barbecue restaurant in Tangshan. Several men beat up several women recklessly in full view of the public. After the incident, it sparked heated discussions among netizens. I don’t want to expand on this matter here, but I want to […]

An interesting phenomenon of the Tangshan beating incident Read More »

Gutenberg 13.4 adds theme.json button settings, gallery blocks support different spacing settings

Original link: https://www.wpdaxue.com/gutenberg-13-4.html Gutenberg 13.4 includes 25 enhancements and nearly 30 bug fixes. The more prominent improvements are as follows: Support for button elements in theme.json Gallery block support for spacing settings Sidebar design Update search block variants now support query variables Support for button elements, so themes can now add styles to their buttons

Gutenberg 13.4 adds theme.json button settings, gallery blocks support different spacing settings Read More »

618 Great deals, buy Parallels Desktop with 30% off and get a Win 11 activation code!

Original link: https://ldqk.xyz/p207 The recent launch of the new MacBook Air has not only raised the price but also put bangs on it… Obviously, the follow-up products of Apple computers are all working on their own chip series. This also makes it difficult for Mac users who need Windows software, and the choice of virtual

618 Great deals, buy Parallels Desktop with 30% off and get a Win 11 activation code! Read More »

still life of fish

Original link: https://s3-eu-west-1.amazonaws.com/dailyartartwork/img-20220406624db8ca01a25 It’s time to celebrate our special Collaboration Month with the Statens Museum for Kunst . Let’s take a look at a very interesting painting by Carl Bloch this time. It is also worth noting that the museum is preparing its largest exhibition to date on Karl Bloch , which will open in

still life of fish Read More »

Convert to WebP with FFmpeg

Original link: https://hsiaofeng.com/archives/191.html use case ffmpeg -i “t.jpg” -compression_level 0 -quality 80 -preset photo “[email protected]” Batch: for /f “tokens=1 delims=.” %%a in (‘dir /B *.png’) do ffmpeg -y -i “%%a.png” -compression_level 0 -preset picture “%%a.webp” for /f “tokens=1 delims=.” %%a in (‘dir /B *.jpg’) do ffmpeg -y -i “%%a.jpg” -compression_level 0 -preset picture “%%a.webp” official

Convert to WebP with FFmpeg Read More »

Introduce a small coup that makes CSS variable undefined syntax OK

Original link: https://www.zhangxinxu.com/wordpress/2022/06/css-var-optional-empty-hack/ by zhangxinxu from https://www.zhangxinxu.com/wordpress/?p=10440 Xin Space-Xin Life This article welcomes sharing and aggregation. It is not necessary to reprint the full text. The copyright is respected. The circle is so big. If you need it urgently, you can contact for authorization. First, look at the case On page P30 of “CSS World”,

Introduce a small coup that makes CSS variable undefined syntax OK Read More »

Review丨Monthly Review-May

Original link: https://robotkang.cc/22531.html Copyright statement: This article is an original article by the blogger and may not be reproduced without the permission of the blogger. Original address: https://robotkang.cc/22531.html … May … This article is reprinted from: https://robotkang.cc/22531.html This site is for inclusion only, and the copyright belongs to the original author.

Review丨Monthly Review-May Read More »

53. Why do computer graduates need to solve problems before they can find jobs? Do students who often question their advisors do better research? How do ends and means affect what we do?

Original link: https://www.lidingzeyu.com/asking-why/ In the last episode of the program, Jiaming and I started from his experience of studying at South University of Science and Technology, and discussed why domestic undergraduate colleges and universities have the strange phenomenon of disconnecting the Internet from time to time. such a point of consideration. At the end of

53. Why do computer graduates need to solve problems before they can find jobs? Do students who often question their advisors do better research? How do ends and means affect what we do? Read More »

Front-end development process and correct posture written for back-end programmers.

Front-end development process and correct posture written for back-end programmers. 关键词: node .js,npm,webpack, laravel mix,package. json ,js代码压缩. For a long time, back-end programmers may be unfamiliar with front-end, especially modern front-end engineering. When they see terms such as nodejs, npm, etc., they are confused. But back-end programmers are still in practice. More or less will

Front-end development process and correct posture written for back-end programmers. Read More »

Linux common commands-40: wget

The wget command is used to download files from the specified URL . It is very stable, supports HTTP , HTTPS , FTP and other network protocols, and also supports proxies. Syntax format: wget [parameter] Common parameters: Example # 下载文件wget https://xugaoxiang.com/package.zip # 下载,保存为test.zip wget -O test.zip https://xugaoxiang.com/package.zip # 断点续传wget -c -O test.zip https://xugaoxiang.com/package.zip This article

Linux common commands-40: wget Read More »

Linux common commands-39: dpkg

The dpkg command is a tool for installing, creating and managing software packages in Debian Linux systems. Syntax format: dpkg [parameter] Common parameters: Example # 安装软件包dpkg -i test.deb # 显示已安装的软件包dpkg -l # 显示软件包中的内容dpkg -c test.deb # 删除软件包dpkg -r test.deb This article is reprinted from https://xugaoxiang.com/2022/06/11/linux-cmds-39-dpkg/ This site is for inclusion only, and the copyright belongs

Linux common commands-39: dpkg Read More »