Technology
php | java | android |
apple | python | javascript |
rust | clang | engineer |
database | linux | golang |
IoT | HA | Metaverse |
AI | cloud | newTech |
socialmedia | testing | artar |
ms | zhg | tutorial |
oschina在线工具 | 代码格式化工具 | JSON语法检查 | 插画-自定义
JWT.IO | CodeOpen.io | AI pair for coder
如何高效的学习Nginx源码 | 如何高效深入的阅读Redis的源码 | Redis源码解析
中国计算机技术职业资格网 | 刷题APP:希赛网、软考通、51cto题库微信小程序
2020软考系统架构设计师总结 | 复习七天通过软考高级系统架构师
一次性通过信息系统项目管理师经验 | 信息系统项目管理师考试时间
科学文库 |
freeCode camp | 深度学习前沿笔记 - 短乎 | 机器学习算法与自然语言处理写文章 - 短乎 | 人工智能社区
小洛 buy coffee
https://manage.wix.com/dashboard/7586ef9f-645a-4646-aa7d-cd04564c0c45/home?referralInfo=my-sites
https://xwq20080101.wixsite.com/website
接下来会把重心放在新的个人网站的开发上。基于Next.js、Tailwind CSS和MDX。 考虑使用一个新的方式,我会全程在这个thread下更新进展,公开所有的代码和设计,以及可能的想法。
代码:https://github.com/FradSer/frad-me 设计:https://figma.com/file/ZUFDcuykWELjIqf1k6GGNT/frad-me?node-id=0%3A1 预览: https://frad-me.vercel.app
TailWind
tailWind docs | tailWind play | Tailwind CSS 介紹及應用
Setting up Laravel with Inertia.js + Vue.js + Tailwind CSS
Server side rendering with Laravel + Inertia.js + Vue.js
https://fpdk.shenzhen.chinatax.gov.cn/
youtube-dl
查看视频格式列表 youtube-dl -F --proxy socks5://127.0.0.1:1088 "https://youtu.be/2s-8HGRkRBw" 下载视频 youtube-dl -f 22 --proxy socks5://127.0.0.1:1088 "https://youtu.be/2s-8HGRkRBw" 下载列表第二个及以后的所有视频 youtube-dl --playlist-start 2 URL youtube-dl --playlist-start 2 --playlist_end 10 URL youtube-dl --playlist-items 1,2,5 URL 最优视频下载 youtube-dl -f "bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best" URL 只下载音频 youtube-dl -f bestaudio --extract-audio --audio-format mp3 --audio-quality 0 URL 调用外部工具下载 youtube-dl https://www.youtube.com/*** --external-downloader aria2c --external-downloader-args "-x 16 -k 1M" -------------------------- 生成5秒有文字'word'的视频 ffmpeg -f lavfi -i color=c=white:s=320x240:d=5 -vf "drawtext=fontfile='c\:\/Windows\/fonts\/arial.ttf':fontsize=24:fontcolor=black:x=(w-text_w)/2:y=(h-text_h)/2:text=word" output.mp4 视频字幕列表 youtube-dl --list-subs --proxy socks5://127.0.0.1:1088 "https://youtu.be/2s-8HGRkRBw" 只下载字幕 youtube-dl --write-sub --sub-lang zh-Hans --sub-format vtt --skip-download --proxy socks5://127.0.0.1:1088 "https://youtu.be/2s-8HGRkRBw" vtt字幕转srt ffmpeg -i mi.vtt mo.srt 查看视频信息(视频中的软字幕信息) ffmpeg -i mi.mkv 视频中加入硬字幕(写入到视频帧中) ffmpeg -i mi.mkv -vf subtitles=mi.srt -codec:a copy mo.mkv 视频中加入软字幕(需要播放器支持) ffmpeg -i mi.mkv -i mi.srt -codec copy -map 0 mo.mkv 字幕选项: --write-sub Write subtitle file --write-auto-sub Write automatic subtitle file (YouTube only) --all-subs Download all the available subtitles of the video --list-subs List all available subtitles for the video --sub-format FORMAT Subtitle format, accepts formats preference, for example: "srt" or "ass/srt/best" --sub-lang LANGS Languages of the subtitles to download (optional) separated by commas, use IETF language tags like 'en,pt'
pm.environment.get:从环境变量中获取参数 pm.globals.get:从全局变量中获取参数 postman中在登录后tests设置全局变量CSRF-TONEN, 在header中设置X-CSRF-TOKEN var csrftoken = postman.getResponseCookie("csrftoken").value postman.clearGlobalVariable("CSRF-TOKEN"); postman.setGlobalVariable("CSRF-TOKEN", csrftoken); 设置变量 pm.environment.set("XSRF-TOKEN",decodeURIComponent(pm.cookies.get("XSRF-TOKEN")));
极客时间的左耳听风
百度APP测试