08 2021 档案

摘要:Poor Economics - social experiments to fight poverty 中文翻译为 贫穷的本质,我认为翻译对抗贫穷更好一些。 援助与GDP Q1: Can aid end poverty? 下图是援助的资金(蓝色柱状)和非洲GDP(红色线条)的关系,似乎援助对非洲G 阅读全文
posted @ 2021-08-29 22:54 enjoy_jun 阅读(405) 评论(0) 推荐(0)
摘要:可移除的方式嵌入字幕 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 阅读全文
posted @ 2021-08-28 17:34 enjoy_jun 阅读(1547) 评论(0) 推荐(0)
摘要: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); 阅读全文
posted @ 2021-08-26 13:55 enjoy_jun 阅读(208) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2021-08-20 17:00 enjoy_jun 阅读(0) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2021-08-20 11:34 enjoy_jun 阅读(0) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2021-08-19 19:42 enjoy_jun 阅读(0) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2021-08-18 17:39 enjoy_jun 阅读(0) 评论(0) 推荐(0)
摘要: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 阅读全文
posted @ 2021-08-18 17:09 enjoy_jun 阅读(109) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2021-08-18 12:55 enjoy_jun 阅读(0) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2021-08-18 12:36 enjoy_jun 阅读(0) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2021-08-18 11:24 enjoy_jun 阅读(0) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2021-08-11 15:57 enjoy_jun 阅读(0) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2021-08-10 20:29 enjoy_jun 阅读(0) 评论(0) 推荐(0)
摘要:我所用ffmpeg版本 v4.4 ffmpeg -i in.mov -vf "transpose=1" out.mov transpose为不同值时所代表的不同意义: 0: 逆时针和垂直翻转90度(默认) 1: 顺时针旋转90度 2: 逆时针方向90度 3: 顺时针和垂直翻转90度 旋转180度怎么 阅读全文
posted @ 2021-08-10 02:42 enjoy_jun 阅读(2375) 评论(0) 推荐(0)
摘要: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 阅读全文
posted @ 2021-08-09 15:58 enjoy_jun 阅读(2353) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2021-08-09 15:35 enjoy_jun 阅读(0) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2021-08-09 10:55 enjoy_jun 阅读(0) 评论(0) 推荐(0)
摘要:How to remove the Server header in NGINX 阅读全文
posted @ 2021-08-08 22:21 enjoy_jun 阅读(170) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2021-08-05 20:43 enjoy_jun 阅读(0) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2021-08-01 17:37 enjoy_jun 阅读(0) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2021-08-01 14:17 enjoy_jun 阅读(0) 评论(0) 推荐(0)