摘要: 微信公众号文章采集器, 1 可采集公众号实时推送的文章, 2 可采集公众号发送过的历史文章 3 可采集文章的阅读数,分享数,收藏数,在看数,点赞数,以及评论数 阅读全文
posted @ 2024-01-14 10:53 simadi 阅读(51) 评论(0) 推荐(0) 编辑
摘要: 程序下载地址:https://simadi.lanzous.com/iANNXj34dhg 源代码下载地址:https://simadi.lanzous.com/iCWxjj34orc 搞笑辞职程序 https://www.cnblogs.com/simadi/p/14083239.html 程序下 阅读全文
posted @ 2020-12-07 21:27 simadi 阅读(863) 评论(0) 推荐(0) 编辑
摘要: 以前采集微信公众号,是从 https://weixin.sogou.com/ 先搜索微信公众号,然后公众号下面会列出最新发布的10篇文章,采集到文章的地址后,再采集文章内容,后来可能是微信官方发现了这种采集方法,就不列出最新文章了。这个方法也就失效了。 后来听说 可以用微信hook技术,截取到订阅的 阅读全文
posted @ 2020-08-19 21:46 simadi 阅读(3282) 评论(0) 推荐(0) 编辑
摘要: 官网 https://golang.google.cn/ 文档 https://studygolang.com/pkgdoc go语言入门实战 https://www.bilibili.com/video/BV1Rm421N7Jy/ 设置go代理 go env -w GOPROXY=https:// 阅读全文
posted @ 2024-11-06 20:25 simadi 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 在较新的Win10系统版本中已经没有“要使用本计算机,用户必须输入用户名和密码(E)”的选项了 1、按“Win+R”键,打开运行窗口,输入“regedit”,点击“确定”。如下图: 2、进入注册表后依次展开HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows N 阅读全文
posted @ 2024-10-28 19:44 simadi 阅读(18) 评论(0) 推荐(0) 编辑
摘要: MySql 8.0 C#连接报错 Authentication to host '192.168.14.11' for user 'root' using method 'caching_sha2_password' failed with message: Reading from the str 阅读全文
posted @ 2024-10-26 19:39 simadi 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 搜狗输入法切换到半角 Shift + Space 来切换全角和半角字符。 阅读全文
posted @ 2024-10-23 09:44 simadi 阅读(36) 评论(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 阅读(57) 评论(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 阅读(22) 评论(0) 推荐(0) 编辑
摘要: https://download.ihsdus.cn/down/2024down/6/12/AdvancedIPScanner2.5.4594.1.exe?timestamp=667d27dc&auth_key=9c0cf53f00cef228a541f7cb25f4fdd0 阅读全文
posted @ 2024-08-06 14:35 simadi 阅读(31) 评论(0) 推荐(0) 编辑
摘要: EmbedIO https://unosquare.github.io/embedio/api/EmbedIO.html https://github.com/unosquare/embedio/ 阅读全文
posted @ 2024-07-15 09:42 simadi 阅读(7) 评论(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 阅读(39) 评论(0) 推荐(0) 编辑
摘要: 声学回声消除是通过消除或者移除本地话筒中拾取到的远端的音频信号来阻止远端的声音返回去的一种处理方 法。linphone上使用speex 库实现了回声消除插件,speex库是目前开源的声学回声消除做的比较好的库。下 面总结一下,linphone上的回声消除部分。 第一部分--配置 linphone的声 阅读全文
posted @ 2024-07-03 12:04 simadi 阅读(38) 评论(0) 推荐(0) 编辑