When we crate a program, we can get time execution from our program to know how long our program running. This is a code how to get time execution from our program with C/C++. Create a main.c file and copy this code to that file. #include <time.h> #include <stdio.h> #include <stdlib.h> int main(int argc, char
We can search at google and get many of data storage online at internet. With data storage online, we don’t need usb disk and we can share data with other in the world directly. Because I have a website with limited storage, so I save all photo and other data (except post data) in other
We can change our url addres from WordPress site. By default WordPress use address http://your_address.com/?p=123. When I try to update new permalink setting, I can not see new configuration from my url address and I have error message : Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle
A site map (or sitemap) is a list of pages of a web site accessible to crawlers or users. It can be either a document in any form used as a planning tool for web design, or a web page that lists the pages on a web site, typically organized in hierarchical fashion. This helps