sharks

sharks Worry a little bit every day and in a lifetime you will lose a couple of years. If something is wrong, fix it if you can. But train yourself not to worry: Worry never fixes anything. But man is not made for defeat, a man can be destroyed but not defeated. 可是一个人并不是生来要给打败的,你尽可以消灭他, 可就是打不败他。 Sharks… Continue reading sharks

Published
Categorized as english

wmic

D:\>wmic logicaldisk get name,size,freespace,filesystem FileSystem FreeSpace Name Size NTFS 27475079168 C: 52323938304 NTFS 61808246784 D: 75604422656 NTFS 1728559943680 E: 2000396742656

Published
Categorized as win

wizard

This wizard will allow you to stream or convert your media for use locally, on your private network, or on the Internet. You should start by checking that source matches what you want your input to be and then press the “Next” button to continue. 此向导将允许您流化或转换媒体,以供在本地、私有网络或Internet 上使用。要开始,请先检查源是否与您所希望的输入相符,然后单击 "下一步"按钮继续。

Published
Categorized as english

Film shows the horrors of war

Film-shows-the-horrors-of-war Film shows the horrors of war How cruel(残酷的) could a war be? How much could Chinese soldiers be ready to lose for their people? The Battle at Lake Changjin will show you. The story takes place during the War to Resist US Aggression and Aid Korea (1950-1953). It was cold there — the temperature was… Continue reading Film shows the horrors of war

Published
Categorized as english

for @echo file

D:\>(for %i in (*.mp4) do @echo file ‘%i’)>mylist.txt D:\>type mylist.txt file ‘20250201-30.mp4’ file ‘20250202-30.mp4’ file ‘20250203-30.mp4’ file ‘20250204-30.mp4’ D:\>ffmpeg -f concat -i mylist.txt -c copy myout.mp4 ffmpeg version N-110091-g261fb55e39-20230326 Copyright (c) 2000-2023 the FFmpeg developers built with gcc 12.2.0 (crosstool-NG 1.25.0.152_89671bf) [mov,mp4,m4a,3gp,3g2,mj2 @ 0000026fe040a3c0] Auto-inserting h264_mp4toannexb bitstream filter Input #0, concat, from ‘mylist.txt’: Duration: N/A,… Continue reading for @echo file

Published
Categorized as win