08 2021 档案
摘要:Poor Economics - social experiments to fight poverty 中文翻译为 贫穷的本质,我认为翻译对抗贫穷更好一些。 援助与GDP Q1: Can aid end poverty? 下图是援助的资金(蓝色柱状)和非洲GDP(红色线条)的关系,似乎援助对非洲G
阅读全文
摘要:可移除的方式嵌入字幕 MP4 方法一: ffmpeg -i infile.mp4 -i infile.srt -c copy -c:s mov_text outfile.mp4 方法二: ffmpeg -i input.mp4 -sub_charenc 'UTF-8' -f srt -i input
阅读全文
摘要:C #include <stdio.h> int main(void) { FILE *fptr = fopen("code.txt", "w"); for(int i=0; i<=999999; i++) { fprintf(fptr, "%06d\n", i); } fclose(fptr);
阅读全文
摘要:Creating SSH keys on CentOS Start by generating a new 4096 bits SSH key with your email address as a comment: ssh-keygen -t rsa -b 4096 -C "your_email
阅读全文
摘要:我所用ffmpeg版本 v4.4 ffmpeg -i in.mov -vf "transpose=1" out.mov transpose为不同值时所代表的不同意义: 0: 逆时针和垂直翻转90度(默认) 1: 顺时针旋转90度 2: 逆时针方向90度 3: 顺时针和垂直翻转90度 旋转180度怎么
阅读全文
摘要:youtube-dl --write-auto-sub --proxy socks5://127.0.0.1:1080 https://www.youtube.com/watch?v=VideoID Why use youtube-dl to download instead of using th
阅读全文
该文被密码保护。
摘要:How to remove the Server header in NGINX
阅读全文
浙公网安备 33010602011771号