2018年九月港澳台直播源更新
好久没有给小伙伴们更新港澳台直播源列表了, 我把之前失效的直播源去除,又加了好些进去。直播源文件的制作方法在视频里有详细的介绍。视频里还介绍了用电脑软件播放测试直播源的方法。 直播源的表单和文件下载请到这里 Youtube 编辑神器网址 https://columns.dengnz.com -~-~~-~~~… 阅读更多 »2018年九月港澳台直播源更新
好久没有给小伙伴们更新港澳台直播源列表了, 我把之前失效的直播源去除,又加了好些进去。直播源文件的制作方法在视频里有详细的介绍。视频里还介绍了用电脑软件播放测试直播源的方法。 直播源的表单和文件下载请到这里 Youtube 编辑神器网址 https://columns.dengnz.com -~-~~-~~~… 阅读更多 »2018年九月港澳台直播源更新
本视频是Telegram Bot 机器人编程系列的第四集。 本集介绍如何在一个主命令后增强参数来增强主命令的功能, 我们可以把一个主命令下再加二级命令,甚至三级命令。 这样,我们可以把一些相关的功能都放在同一个主命令底下处理。 编辑神器网址 https://columns.dengnz.com 相关的代码请翻… 阅读更多 »Telegram Bot 处理带参数的命令[第四集]
I recently switch to a new computer. After setting up my angular environment, I noticed that my single quotes are changed to single quotes after a auto ind… 阅读更多 »VSCode auto formatting change all single quotes to double quotes
If you would like to use mongo shell to connect to your mongodb but you don’t bother to install mongo client. You can use following command if you ha… 阅读更多 »Use docker mongo container to connect to remote mongo db
The official docker mongo express document doesn’t mention that you can connect to a remote mongo db. But it can. https://hub.docker.com/_/mongo-expr… 阅读更多 »Connect Local Mongo Express Docker container to MLab mongoDB
In some situation, you may not be able to use mongodb driver to connect mongo db database, for example, google apps script cannot connect mongodb directly.… 阅读更多 »Apart from restheart, Mlab also has a RESTful API
本视频是Telegram Bot 机器人编程系列的第三集。 本集介绍如何根据不同的命令回复不回的内容, 还会介绍怎么把机器人加的群中, 如何在群中使用机器人。 相关的代码请翻到下面 下期预告: Telegram Bot 处理带参数的命令[第四集] -~-~~-~~~-~~-~- 本频道旨在分享生活中各种小技巧… 阅读更多 »Telegram Bot 处理特定的命令[第三集]
To fix the OBS black screen problem on surfacebook2, I have to use integrated graph processor to run OBS. Apply the following change as screenshot then res… 阅读更多 »Fix OBS Streaming black screen display on surfacebook2
在Azure 的VM上用git push 的时候碰到下面这个问题 error: pack-objects died of signal 9 解决方法是 原理嘛。。。我也不懂 官方文档请参考 –window-memory= This option provides an additional lim… 阅读更多 »解决 git push 时 error: pack-objects died of signal 9
当你在AZURE上创建一个虚拟机的时候, 并不是当当只创建了虚拟机一个资源,而是有好几个相关资源被一起创建。 直接上图