Telegram 机器人的申请和设置图文教程
Telegram 是一个社交聊天软件。 里面有一个很有特色的功能就是机器人。 机器人是由程序控制 的用户。 我们可以写程序来控制这个机器人。 而且写起来也不难哦。 https://core.telegram.org/bots/api#updating-messages 有兴趣的小伙伴可以看看我的视频教程 有小… 阅读更多 »Telegram 机器人的申请和设置图文教程
Telegram 是一个社交聊天软件。 里面有一个很有特色的功能就是机器人。 机器人是由程序控制 的用户。 我们可以写程序来控制这个机器人。 而且写起来也不难哦。 https://core.telegram.org/bots/api#updating-messages 有兴趣的小伙伴可以看看我的视频教程 有小… 阅读更多 »Telegram 机器人的申请和设置图文教程
好吧, 我一直不知道有这个问题。 难怪说好久没有收到垃圾评论了, 原来是注册功能坏了。 已修复,大家可以注册啦。 在论坛来水一下吧 论坛
Just installed Yoasts and enabled sitemap. But then encountered 404 issue. To fix it, it’s not easy, you need to have access to the php code. edit .h… 阅读更多 »How to Fix Yoasts WordPress SEO Sitemap 404 Error
I just switched to use Neve theme. And I just noticed that the author name of every single post is disappeared. When I searched around internet, most artic… 阅读更多 »WordPress Neve Theme – How to show author in the blog post
Today, when I tried to pull a pandoc docker image, I got the following error. Simply, I ran out of the disk. But my harddrive still have more than 1… 阅读更多 »How to increase docker toolbox disk size
I would like a selection Adornment displayed on the bottom of a node. So I used alignmentFocus: go.Spot.Bottom to achieve my goal. But what I have got is s… 阅读更多 »Gojs Adornment position offset adjustment
errno -4048 I solved the problem by running the following command. rd/s node_modules\ && del package-lock.json && npm cache clean –fo… 阅读更多 »Angular 7 upgrading npm install operation not permitted issue
用Nginx-proxy 的网站,上传文件时碰到413错误的解决方法 只是要加一个任意名字的conf 文件到 /etc/nginx/conf.d/ 里面。 注意扩展名一定要是 .conf 加一行client_max_body_size 100m; 在这个文件里面就可以了 然后重启nginx proxy 以下是… 阅读更多 »413 Request Entity Too Large nginx
我承认这个问题困扰了我好久。而且,为什么我原来的网站没事到现在扔然是一个迷。 当我在架设一个新的wordpress 网站的时候,我发现我无法使用HTTPS来访问。 我架设的方法和我原来的网站是一样的,而原来的网站没有这个问题。 如果我使用HTTP访问,是没有问题的,只要网站的网址设置没有问题。这个网址可以在数… 阅读更多 »WordPress ERR_TOO_MANY_REDIRECTS wp_admin
当你在AZURE上创建一个虚拟机的时候, 并不是当当只创建了虚拟机一个资源,而是有好几个相关资源被一起创建。 直接上图