by stilling2006

2009-9-7 22:21
This algorithm emerged in 1978. It was the first algorithm that could be used for both data encryption and digital signatures. It is easy to understand and ope......
2009-9-7 22:19
When the teacher announced in the first class that we would only be learning knowledge related to 2D games this semester, I redefined this course as "just gett......
2009-9-7 22:18
First, I would like to point out that the Microsoft Speech Pack (Speech SDK 5.1) is very powerful, but I have only used a small portion of its features. Recent......
2009-9-7 22:14
This piece of code uses classes and the concept of object-oriented programming, hehe, but it doesn't use linked lists from data structures. It's a large prog......
2009-9-7 22:3
Tonight, it feels like I've rediscovered the excitement and joy of when I first started learning about compilers, remembering the thrill of writing a lexical a......
2009-9-7 21:57
Mazu - Mazu, also known as the Holy Mother of Heaven, Empress of Heaven, Princess of Heaven, Mazu of Meizhou, etc. Mazu's original name was Lin Moniang, born......
2008-12-1 12:28
In actual program development, performing string replacement operations is a very common task, and the use of the `str_replace` function will also be very freq......
2008-12-1 12:27
A cookie is a mechanism for storing data on the remote browser side and using it to track and identify users. PHP sends cookies in the HTTP header, so the `set......
2008-12-1 12:27
In this tutorial, you will learn how to add security to your own PHP web application. This tutorial assumes that you have at least one year of experience in de......
2008-11-29 18:46
A program for handling image resizing found that the resized PNG images were significantly different from the original ones. In the original image, a gradient ......
2008-11-20 21:4
```javascript 9) ? iSecs : "0" + iSecs); var sMins = "" + ((iMins > 9) ? iMins : "0" + iMins); var tme = sMins + ":" + sSecs; document.form1.coun......
2008-11-20 21:4
JavaScript generally runs on the client side and is mainly used to develop dynamic effects on web pages. In fact, it has many other uses, such as form validati......
2008-11-16 16:8
Below is the translation of your PHP code snippet into English, with proper formatting and corrections for syntax issues. Note that the `ereg()` function is de......
2008-11-16 16:8
Previously, I wrote a blog post about playing SWF files in .NET (http://www.bk41.com/blog/read.php?418). Now, I will continue with another blog post about play......
2008-11-16 16:7
This article is from "Incredible" http://bk41.com/blog. Original: http://weblogtoolscollection.com/regex/regex.php Translation: http://www.phpangel.cn/php/......
2008-11-15 18:19
1. After installing the 90-day free trial version, go to "Add or Remove Programs," find "Microsoft Visual Studio Team System 2008 Team Suite-ENU," and click "C......
2008-11-15 12:22
Translated from a senior's internal network blog. This post interestingly highlights the importance of debugging, especially in the context of Test-Driven Deve......
2008-11-15 12:21
This is a PHP code snippet I obtained online, and I only kept one control in it. By integrating the code inside, I created a compact PHP image upload code with......
2008-11-15 12:20
For some reason, WordPress doesn't have built-in statistics, such as the counts of posts, comments, categories, and tags, which makes it a bit inconvenient. T......
2008-11-15 12:19
Here's another PHP code snippet that I treasure very much on my hard drive. This one is about importing and exporting MySQL databases and data tables. It's ver......
2008-11-14 18:7
The plants on the windowsill eventually died. I just didn't expect it to happen so quickly. I didn't even give them a chance to struggle against the cold storm......
2008-11-13 21:34
// Which one is not selected function check(obj)
2008-11-13 21:32
Tens of thousands of PC users see the Windows startup screen every time they turn on their computers. From 1985 to 2008, over a span of 24 years, what kind of ......
2008-11-13 16:8
President-elect Obama has already made history and has the opportunity to go much further down that road in the years to come. If we focus on the tech world, w......
2008-11-11 12:16
Every programmer shall have two monitors Every programmer shall have a fast PC Every programmer shall have their choice of mouse and keyboard Every progr......
2008-11-11 11:41
The previous few articles mentioned APC. Many people have asked me: What is APC? Here, I will provide a more comprehensive introduction: APC, which stands fo......
2008-11-10 22:29
There has always been an issue where, when users upload Flash files, they need to input the width and height of the Flash file as well; otherwise, during displ......
2008-11-10 22:28
Finally, Gosho Aoyama revealed the ending of Conan. "Recently, Shogakukan, in a magazine interview, stated that they plan to conclude Detective Conan by the e......
2008-11-10 22:25
The following is the full text of Obama's speech after he won the election. In the actual delivery, he did not follow the script entirely but expanded on the m......
2008-11-10 22:22
During the process of programming, having some well-crafted code snippets can always make your work more efficient. These pre-prepared code snippets or third-p......