上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 105 下一页
摘要: 搜狗输入法切换到半角 Shift + Space 来切换全角和半角字符。 阅读全文
posted @ 2024-10-23 09:44 simadi 阅读(196) 评论(0) 推荐(0)
摘要: 人猿星球1《人猿星球(Planet of the Apes)》(1968) https://v.youku.com/v_show/id_XMTQ0NDg4NzY0OA==.html 人猿星球2《失陷猩球(Beneath the Planet of the Apes)》(1970) https://v 阅读全文
posted @ 2024-09-10 20:53 simadi 阅读(182) 评论(0) 推荐(0)
摘要: AOT是Ahead Of Time的缩写,指运行前编译,是两种程序的编译方式之一,与JIT(Just-in-time)相对 .net 对操作系统的支持情况 https://github.com/dotnet/core/blob/main/release-notes/8.0/supported-os. 阅读全文
posted @ 2024-08-30 10:09 simadi 阅读(124) 评论(0) 推荐(0)
摘要: https://www.advanced-ip-scanner.com/cn/ 阅读全文
posted @ 2024-08-06 14:36 simadi 阅读(116) 评论(0) 推荐(0)
摘要: EmbedIO https://unosquare.github.io/embedio/api/EmbedIO.html https://github.com/unosquare/embedio/ 阅读全文
posted @ 2024-07-15 09:42 simadi 阅读(38) 评论(0) 推荐(0)
摘要: https://github.com/PrismLibrary/Prism 首页 https://github.com/PrismLibrary/Prism-Samples-Wpf 例子下载 https://docs.prismlibrary.com/docs/ 文档地址 Prism模板安装 vs- 阅读全文
posted @ 2024-07-06 09:24 simadi 阅读(137) 评论(0) 推荐(0)
摘要: 声学回声消除是通过消除或者移除本地话筒中拾取到的远端的音频信号来阻止远端的声音返回去的一种处理方 法。linphone上使用speex 库实现了回声消除插件,speex库是目前开源的声学回声消除做的比较好的库。下 面总结一下,linphone上的回声消除部分。 第一部分--配置 linphone的声 阅读全文
posted @ 2024-07-03 12:04 simadi 阅读(204) 评论(0) 推荐(0)
摘要: 1,先找到跟语音相关的参数,其实有很多归纳一下无非就是 回声消除参数、回声抑制参数、噪声处理参数、均衡器参数4个。2,要了解参数的用途。花费了一周时间还是值得的。agc=0 #这个是自动增益,试过=1会啸叫echocancellation=1 #回声消除这个必须=1,否则会听到自己说话的声音ec_t 阅读全文
posted @ 2024-07-03 12:03 simadi 阅读(347) 评论(0) 推荐(0)
摘要: 2024-06-17 发现DateTime类型字段加了UpdateServerTime = true,或InsertServerTime = true 属性 保存到数据库后就没有毫秒 2025-05-13 分表后批量插入时忽略重复建的MySqlIgnore(),不起作用,报错MySql.Data.M 阅读全文
posted @ 2024-06-17 15:53 simadi 阅读(83) 评论(0) 推荐(0)
摘要: 在连接数据库的时候连接本的的时候连接字符串是mongodb://localhost:端口号(默认27017)/数据库名(选填)用这种格式的连接字符串去做本地的测试是没问题的,但是连接服务器上面的数据库的时候就要加上用户名和密码,这个时候就需要在字符串的末尾添加后缀: mongodb://用户名:密码 阅读全文
posted @ 2024-06-05 16:59 simadi 阅读(128) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 105 下一页