【新西兰留学系列】【第一集】为什么要留学 – 学渣变学霸, 为什么选择新西兰留学
第一集, 留学到底是为了什么, 你也许没有好好想过这个问题就决定要留学了。 看完这集也许会改变你的想法。 本系列由在新西兰留学生活了16年的峰哥出品。 峰哥在新西兰从留学到工作的签证都由自己操办。后来还办过亲友旅游,父母移民,配偶团聚等签证。 峰哥还办过美国,加拿大,马来西兰等地的旅游签。 对新… 阅读更多 »【新西兰留学系列】【第一集】为什么要留学 – 学渣变学霸, 为什么选择新西兰留学
第一集, 留学到底是为了什么, 你也许没有好好想过这个问题就决定要留学了。 看完这集也许会改变你的想法。 本系列由在新西兰留学生活了16年的峰哥出品。 峰哥在新西兰从留学到工作的签证都由自己操办。后来还办过亲友旅游,父母移民,配偶团聚等签证。 峰哥还办过美国,加拿大,马来西兰等地的旅游签。 对新… 阅读更多 »【新西兰留学系列】【第一集】为什么要留学 – 学渣变学霸, 为什么选择新西兰留学
It confused me for a whole between Versions and Deployments on Google Apps Script. Every time I make a change, I use the following command to deploy my new… 阅读更多 »Understand Google Apps Script (GAS) Versions and Deployments
I have a free mongodb instance with MLab. And I am reaching the max limit of 500M for the free tier. So that I would like to release some space. I delete o… 阅读更多 »How to free space used by mongodb after deletion of collections
When I tried to install Adobe XD from XD_Set-Up.exe. It quit in the middle of downloading. I then used the Adobe Create Cloud from My already installed Ado… 阅读更多 »Internet Download Manager (IDM) interrupt Adobe Create Cloud Download
After: Before: When I created my Linux on Azure, I used the default 30G size. I used it up after 1 year. Then I had to increased the disk size. I decided t… 阅读更多 »Increase Azure Linux VM Disk Size
本视频是Telegram Bot 机器人编程系列的第十三集。 本集介绍如何使用机器人来连接 RestHeart Mongo DB. 相关的代码请到翻到下面 -~-~~-~~~-~~-~- 本频道旨在分享生活中各种小技巧, 如用小米盒子看国内视频, 如何使用KODI看电影等等. 同时我也会分享一些编程的教程, … 阅读更多 »Telegram Bot 电报聊天机器人连接 RestHeart MongoDB 数据库
The following message has bothered me for quite a while. One thing I didn’t realize is that I have to run companion after nginx-proxy. If I recreated… 阅读更多 »nginx-proxy companion SSL generating issue.
I would like to have my docker container on the remote to access my local machine. This can be done by these two steps: First, access host port from docker… 阅读更多 »Let a docker container on a remote VPS access your local port
昨天我把wordpress里面的更新都更新了, 更新插件的时候没有问题, 我设置了正确的文件权限。 可是要把wordpress 本身升级到 5.11 的时候, 却总是要我登录FTP。 我的文件夹的权限都是对的呀, 怎么回事呢。 最后通过搜索,我才知道, 要在 wp-config.php 里面加入 define… 阅读更多 »WordPress 无法升级到新版,要求FTP的问题
我在使用 Google App Script 给我的机器人发送文档的时候,发现发不了中文名, 使用UrlEncoded 过的中文名的话, 显示的是Encoded 后的字串, 而使用中文名的话, 中文名就完全不见了。 给Telegram 机器人发送文件和网页上传文件用的是一模一样的原理, 所以这篇文章也适用于任… 阅读更多 »使用Google App Script 发送文件并支持中文名 – Telegram 机器人示例