Welcome to Typecho

If you can see this post, it represents your blog has been successfully installed.

Read More >

Common Loop Algorithms

In the following sections, we discuss some of the most common algorithms that are implemented as loops. You can use them as starting points for your loop designs.Sum and Average ValueComputing the sum

Read More >

NAT traversal by Frp

Frp is a fast reverse proxy to help you expose a local server behind a NAT or firewall to the Internet. As of now, it supports TCP and UDP, as well as HTTP and HTTPS protocols, where requests can be f

Read More >

Configure Nginx for WordPress permalinks

I switched from Apache to Nginx web server. How do I configure permalinks under WordPress blog? How can I configure Nginx for WordPress permalinks using virtual hosting?A permalink is nothing but the

Read More >

Domain name updated to nwdan.com

The original domain name dannianwen.com is fine, but it is a little bit too long.......So, here is the new domain name: nwdan.comn -> nianw -> wenLooks Great!

Read More >

Use Java String Methods API

What are String Methods?String in Java (Concatenation)Building longer strings from shorter stringsString concatenation operator +Scanner Methodsnext()nextLine()String are chars sequencesString grettin

Read More >