by minidxer

2008-1-29 21:26
The Euclidean algorithm, which is introduced with a simple description and implemented in both C++ and Java, is a classical algorithm for computing the greates......
2008-1-29 0:32
Description of the Euclidean Algorithm: The Euclidean algorithm, also known as the method of successive division, is used to calculate the greatest common divi......
2008-1-28 23:51
Sometimes the site hosted by GoDaddy will encounter an error like this: “Service Temporarily Unavailable. The server is temporarily unable to service your requ......
2008-1-28 22:22
JavaScript is the most popular scripting language on the internet and works in all major browsers, such as Internet Explorer, Mozilla Firefox, Netscape, and Op......
2008-1-28 8:9
Algorithm Description: There are N people, numbered from 1 to N, sitting in a circle. People count off, and the person who reports the number M is eliminated. ......
2008-1-27 21:2
A hash algorithm maps a binary value of arbitrary length to a smaller binary value of fixed length, and this small binary value is called the hash value. The h......
2008-1-27 16:46
I summarized some open-source projects related to Flex.
2008-1-27 8:44
The preceding code will not compile. The compiler raises the following error: - "The entity name must immediately follow the '&' in the entity reference." This......
2008-1-26 23:12
The use of .htaccess redirection has already been mentioned in the context of implementing pseudo-static links for Discuz forums using Rewrite rules. Now, let'......
2008-1-26 23:11
The use of .htaccess redirection has already been mentioned in the context of implementing pseudo-static links for Discuz forums using Rewrite rules in .htacce......
2008-1-26 16:5
I noticed that Adobe Flash Media Development Server 3 has been available for download. You can download it from here. Flash Media Server 3 (FMS3) offers the un......
2008-1-26 1:22
Because various trojan programs visited my computer in the previous period of time, I would open the task manager from time to time recently to check if there ......
2008-1-26 0:23
Do you have a dog or cat as your pet? Usually, the people around you have a pet. In fact, most of these lovely animals are a necessary or important member of t......
2008-1-25 22:37
Using Macromedia’s Flash/JavaScript Integration Kit, we can call JavaScript functions from Flash and ActionScript functions from JavaScript. They have taken it......
2008-1-25 22:22
As the year-end approaches, the automobile market seems to be heating up, with some models even sparking a wave of price reductions. There are also quite a few......
2008-1-25 0:19
Two weeks after the initial examination, on November 12th, we'll have another check-up. The characters are still your dad, your mom and you. The location is th......
2008-1-25 0:18
Yesterday, Mom took you to take the third-level Japanese exam. Hehe, let you get a taste of what an exam is like early, and get you fully prepared for countles......
2008-1-25 0:18
Ha ha, today is another day to see you. It's the 3rd day of the 13th week. We've passed the legendary first three dangerous months, but we still can't let our ......
2008-1-25 0:17
People would brag about their visitor counts, even though many knew that this was a statistic easily faked and not really an accurate report of their web traff......
2008-1-24 23:1
When downloading files from Web servers like IIS or Tomcat via binary streams (for example, by setting the Header to "Content-disposition:inline"), if the file......
2008-1-24 0:58
Time flies to 2008. As the saying goes, a new year brings a new spirit, so we also need to check how the baby in the mother's belly has grown in the new year. ......
2008-1-24 0:55
A very cool effect on movies, films, and applications caused by the aging of the actual reels. Copy the following codes to the first frame, the dynamic progres......
2008-1-24 0:54
Adobe® Flex™ 2 is a cross-platform development framework for creating rich Internet applications (RIAs). Flex enables you to create expressive, high-performanc......
2008-1-23 1:5
Thanks, Joules left a comment to let me know that the language attribute for the script tag is deprecated (the article trims a string from white space using a ......
2008-1-22 22:50
GoDaddy Deluxe Shared Hosting supports Python CGI, but it does not provide shell access. I’ll find out if the FastCGI they advertise as being available for Rub......
2008-1-22 22:32
JavaServer Faces (JSF) has the HttpServletResponse built-in, so you cannot directly use redirect functions like sendRedirect within a JSF Bean. I spent a lot o......
2008-1-22 0:24
Every day, it's becoming more common to make AJAX calls in our web applications, so here is a very easy way to do it using the Extjs framework. The currently a......
2008-1-21 23:34
How to do a Redirect to an HTTP POST Request with Javascript? I summarized 5 ways to redirect URLs. (The purpose of the script below is to perform a local redi......
2008-1-21 22:36
Converting between Java's `int` and `String` types is a small feature but frequently used. Below are several ways to achieve this. ● Converting string type `St......
2008-1-21 0:24
Sometimes we need to replace the Flex default right-click menu. The code below can hide the default menu but cannot replace it (using the function "hideBuiltIn......