index > technolog | logs

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

Business

阮一峰 | 白宦成 | 码农甲 | 韦易笑

林间拾语

Chris Dzombak

Skywind

DIY - neovim

oschina在线工具 | 代码格式化工具 | JSON语法检查 | 插画-自定义

viewDSN

Learn X in Y minutes

ZeoSeven Fonts - 释放字体自由

Icons | Iconify 图标库官网

OKLCH | 色板生成器

JWT.IO | CodeOpen.io | AI pair for coder


如何高效的学习Nginx源码 | 如何高效深入的阅读Redis的源码 | Redis源码解析


中国计算机技术职业资格网 | 刷题APP:希赛网、软考通、51cto题库微信小程序

开发者武器库

2020软考系统架构设计师总结 | 复习七天通过软考高级系统架构师

一次性通过信息系统项目管理师经验 | 信息系统项目管理师考试时间


科学文库 |

freeCode camp | 深度学习前沿笔记 - 短乎 | 机器学习算法与自然语言处理写文章 - 短乎 | 人工智能社区

小洛 buy coffee

我的nuxt项目

using cloudflare with vercel

vercel

Windows下使用GitHub + Hexo搭建技术博客

vercel是什么神仙网站?

https://manage.wix.com/dashboard/7586ef9f-645a-4646-aa7d-cd04564c0c45/home?referralInfo=my-sites

https://xwq20080101.wixsite.com/website

Windows下使用GitHub + Hexo搭建技术博客

路由器 AP、路由、中继、桥接模式的区别

GoFamily

接下来会把重心放在新的个人网站的开发上。基于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 介紹及應用

Inertia.js —— 项目简介与入门教程

Setting up Laravel with Inertia.js + Vue.js + Tailwind CSS

Server side rendering with Laravel + Inertia.js + Vue.js


Driver AI music

Markdown基本语法

Markdown语法图文全面详解

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")));

招聘1

60页PPT,机器视觉系统概述

极客时间的左耳听风

住房商业贷款转公积金组合贷款流程

个人所得税申报流程

深圳推出智慧养老颐年卡

hosts

单点登录sso原理及代码实现

GraphQL 到底是什么?

常见数据结构应用场景

chrome调试手机网页

chrome调试手机网页

awesome-javascript

Python资源大全中文版

Awesome Python

PHP 优秀资源汇集

接口测试工具Postman接口测试图文教程

自动化接口测试之Postman

tutsforweb

project

segmentfault

菜鸟教程


百度APP测试

Python的7种性能测试工具

Python Web 性能和压力测试 multi-mechanize