摘要: windows7可以直接创建虚拟桌面,而windows10不可以,可以通过第三方软件usbmmidd实现虚拟显示器 1)下载usbmmidd 下载地址:https://www.amyuni.com/downloads/usbmmidd_v2.zip 解压 2)安装虚拟显示驱动并运行 以管理员运行us 阅读全文
posted @ 2024-04-06 20:14 冬音 阅读(28) 评论(0) 推荐(0) 编辑
摘要: Thread.Sleep() 和 Thread.SpinWait() 前言: 应用程序应该让线程等待而不是切换。 一:Thread.Sleep(1000); Thread.Sleep()方法:是强制放弃CPU的时间片,然后重新和其他线程一起参与CPU的竞争。 二:Thread.SpinWait(10 阅读全文
posted @ 2023-10-17 13:50 冬音 阅读(67) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_32109957/article/details/115549256 https://www.cnblogs.com/beta2013/archive/2013/05/20/3377265.html https://blog.csdn.net/iwi 阅读全文
posted @ 2023-10-12 15:27 冬音 阅读(65) 评论(0) 推荐(0) 编辑
摘要: 中国股票常见的几种委托下单模式 - 知乎 (zhihu.com) 中国股票交易基本是在二级市场也就是深交所和上交所进行交易,我们可以把2大交易所看成菜市场,里面有许多卖菜的摊主和买菜的市民,一般我们到菜市场买菜都是根据摊主报价我们再砍价,双方认同一个合适的菜价,就可以交易了,专业术语叫做双方议价成交 阅读全文
posted @ 2023-10-11 21:59 冬音 阅读(223) 评论(0) 推荐(0) 编辑
摘要: 先执行 eval `ssh-agent -s` 再执行 ssh-add 那条命令即可 (诊断)为GitHub添加SSH key时出现“Could not open a connection to your authentication agent”错误的应对方案(转) (bbsmax.com) 阅读全文
posted @ 2023-01-02 09:44 冬音 阅读(91) 评论(0) 推荐(0) 编辑
摘要: https://cr.console.aliyun.com/cn-hangzhou/instances/mirrors https://www.anquanclub.cn/6132.html 阅读全文
posted @ 2022-11-17 02:13 冬音 阅读(181) 评论(0) 推荐(0) 编辑
摘要: style="transform: rotate(270deg)" var eles = document.getElementsByTagName("video"); for (i=0;i<eles.length;i++) eles[i].style.transform="rotate(270de 阅读全文
posted @ 2022-11-11 01:22 冬音 阅读(152) 评论(0) 推荐(0) 编辑
摘要: 编写问题程序 示例代码 using System; using System.Collections.Generic; using System.Threading; namespace ConsoleApplication1 { class Program { private readonly L 阅读全文
posted @ 2022-11-01 20:23 冬音 阅读(419) 评论(0) 推荐(0) 编辑
摘要: 依赖注入那些事儿 - T2噬菌体 - 博客园 (cnblogs.com) 阅读全文
posted @ 2022-10-17 15:02 冬音 阅读(12) 评论(0) 推荐(0) 编辑
摘要: Linux系统下搭建java开发环境_richest_qi的博客-CSDN博客_linux java开发 阅读全文
posted @ 2022-10-17 11:15 冬音 阅读(6) 评论(0) 推荐(0) 编辑
摘要: c#:HttpClient使用详解_jackletter的博客-CSDN博客_c# httpclient 阅读全文
posted @ 2022-10-14 16:23 冬音 阅读(106) 评论(0) 推荐(0) 编辑
摘要: ffmpeg 转换 m4a 为 mp3 ffmpeg -i "abc.m4a" -y -acodec libmp3lame -aq 0 "xyz.mp3" [FFmpeg] 拼接音频 [FFmpeg] 拼接音频_petrel2015的博客-CSDN博客_ffmpeg 拼接音频 阅读全文
posted @ 2022-09-14 23:54 冬音 阅读(23) 评论(0) 推荐(0) 编辑
摘要: 反向代理和正向代理区别 - 泛夜泰克 - 博客园 (cnblogs.com) 阅读全文
posted @ 2022-08-10 00:24 冬音 阅读(12) 评论(0) 推荐(0) 编辑
摘要: shell脚本: #以推流为例 URL="rtmp://192.168.*.*:1935/test1/index" while(true) do ffmpeg -re -i "rtmp://192.168.*.*:1935/live/index" -vf 'pad=1366:768:93:24:bl 阅读全文
posted @ 2022-07-31 12:39 冬音 阅读(739) 评论(0) 推荐(0) 编辑
摘要: centos7直接 sqlserver 2019 存在依赖问题难以解决,故采用docker方式安装 1.安装docker 参考:https://www.runoob.com/docker/centos-docker-install.html 2.docker安装 sql server 2019 参考 阅读全文
posted @ 2022-07-24 12:58 冬音 阅读(582) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-07-03 00:56 冬音 阅读(494) 评论(0) 推荐(0) 编辑
摘要: 命令: ffmpeg -i "input.mp4" -vcodec copy -acodec copy -ss 00:02:00 -t 00:01:00 "output.mp4" ffmpeg -i "input.mp4" -vcodec copy -acodec copy -ss 00:02:00 阅读全文
posted @ 2022-06-07 00:30 冬音 阅读(1431) 评论(0) 推荐(0) 编辑
摘要: 1.打开电脑浏览器(暂不支持手机) 浏览器使用微软Edge或谷歌Chrome浏览器(建议使用Edge,Chrome安装插件麻烦些) 2.打开浏览器插件 打开网址:Tampermonkey - Microsoft Edge Addons 点击“获取”按钮,如下图: 打开网址:直播世界播放助手 (gre 阅读全文
posted @ 2022-06-05 14:16 冬音 阅读(849) 评论(0) 推荐(0) 编辑
摘要: (24条消息) Nginx+RTMP HLS降低延迟参数_得意霄尽欢的博客-CSDN博客_nginx rtmp 减少延迟 阅读全文
posted @ 2022-06-05 04:43 冬音 阅读(692) 评论(0) 推荐(0) 编辑
摘要: (24条消息) html中播放m3u8文件_雷haoming的博客-CSDN博客_html m3u8 阅读全文
posted @ 2022-06-05 03:24 冬音 阅读(861) 评论(0) 推荐(0) 编辑