Add RSS in your site
Install hexo generator feed:
1 | npm install hexo-generator-feed --save |
Put the plugin in _config.yml
:
1 | feed: |
Install hexo generator feed:
1 | npm install hexo-generator-feed --save |
Put the plugin in _config.yml
:
1 | feed: |
Magisk is a systemless rooting system.
Which was developed by Topjohnwu and launched in the year 2016, and since then has been widening its horizons with each passing year.
Magisk Root is a boon especially when it comes to running the financial applications.
This tutorial is mainly for Xiaomi Poco F3 / Xiaomi Mi 11X / Redmi K40.
If your phone is not the model above, you will need the ROM that fit the device.
But main steps still remain same.
⚠ This may wipe out all personal data in the device, so backup! ⚠
We use string
very often in programming. "A" + "B"
, such things like this.
But have you ever think about that is string
maybe not value type?
Disqus is a global comment system that improves discussion on websites and connects conversations across the web.
Create an account and log into Disqus. Once logged in, click the GET STARTED
button on the homepage.
Initially, TFS supported only TFVC, and support for Git as a source code repository was added later in TFS 2013. Also, Microsoft suggest user to use Git: “Git is the default version control provider for new projects. You should use Git for version control in your projects unless you have a specific need for centralized version control features in TFVC.”
Binary tree is a tree data structure. Each node has at most two children, the left child and the right child.
1 | // JavaScript |