by stilling2006

2010-6-21 18:24
For friends who are studying VC, these things should be quite familiar, right? But I still feel a bit confused, so I searched around on Baidu and recorded the ......
2010-6-21 18:24
### Translation: #### strcmp **Prototype**: `int strcmp(char *s1, char *s2);` **Function**: Compares the strings `s1` and `s2`. **Description**: - Retur......
2010-6-21 18:22
It was probably during the few months when I was preparing for the postgraduate entrance exam that I never even opened my own laptop, so during that time, when......
2010-6-21 18:22
Recently, the development platform has been upgraded from VC6.0 to VS2005, and it is necessary to migrate the existing projects. The problems encountered durin......
2010-6-21 18:21
### Translation: Error message: `error C2440: "static_cast": cannot convert from "void (__thiscall *)" to "LRESULT (__thiscall CWnd::* )(WPARAM, LPARAM)"` If......
2010-6-21 0:53
Here are some PHP issues that I've summarized, which can be quite headache-inducing: 1. First is the problem of passing values between pages. Use `$_GET['f......
2009-10-1 9:57
I'm feeling extremely frustrated. I copied the source code of Heritrix from the search engine's CD to my machine, and everything else was set up as well. I f......
2009-10-1 9:56
What I want to say is ---- Heritrix crawls specific formats! This is the most concrete thing for me in terms of learning about search engines. However, since ......
2009-10-1 9:53
Perhaps this is a small breakthrough I can show after studying Heritrix for so long recently. First, open the Heritrix project in Eclipse. Create a new class ......
2009-10-1 9:52
Before using Heritrix, make sure that JDK, Eclipse, and the relevant Eclipse plugins are installed on your machine. Initially, I made the mistake of not instal......
2009-10-1 9:50
Heritrix is the Internet Archive's (IA) open-source, extensible, web-scale archiving crawler project. The Heritrix project began in early 2003 with the IA's go......
2009-10-1 9:49
This was completed before the winter vacation. The original intention was to keep up with the teacher's progress, but later on, after really getting in touch w......
2009-10-1 9:47
Hehe. Continuing with the Lucene 2.0 journey (the reason I keep emphasizing 2.0 is because Lucene now has version 2.3, but I'm just starting out and don't know......
2009-9-22 17:43
### Translation: #### 1. How to debug in Release mode Project -> Setting -> Project Setting dialog box, select the Release configuration. In the C/C++ tab, se......
2009-9-22 17:38
1. Screenshots saved using QQ are not suitable for importing, or they are not standardized. Often when writing web pages or using Flex, even though the relativ......
2009-9-22 17:38
I found this material on the internet, thought it was pretty good, so I bookmarked it. The handling of string interception inside actually coincides with my ow......
2009-9-22 17:38
I found this material on the network, thought it was pretty good, so I saved it. The handling of string interception inside actually coincides with my own prev......
2009-9-22 17:37
I flipped open the book and started reading. Haha... just kidding. What I really mean to say is, I hope that in another month's time, I can finish this book *T......
2009-9-22 17:37
Pass on these words for the sake of your own health. If you must pull an all-nighter, do it with skill to stay in good shape; otherwise, even a body of stee......
2009-9-22 17:36
The title of this article is neither an exaggerated statement nor a sensational one, but rather a reflection of reality. About several weeks ago, I heard tha......
2009-9-22 17:36
A few days ago, I tried using CVS for version control. It felt pretty average. Last night, I also experimented with RCS, but didn't have many impressions, poss......
2009-9-22 17:35
First of all, I admit that I don't really know the significance of messing around with visual programming under Linux. It's purely driven by interest and curio......
2009-9-22 17:35
Since reading *Effective C++*, I have increasingly felt that I should relearn C++. But I will start by picking up fragmented knowledge and move forward slowly.......
2009-9-22 17:35
Since reading *Effective C++*, I've increasingly felt that I should relearn C++. But I'll start by piecing together fragmented knowledge and gradually move for......
2009-9-22 17:34
Here is the translation of your text into English: --- This is mainly a course design that I borrowed from online resources. It's really well-written, especi......
2009-9-22 17:33
**RegQueryValueEx retrieves the type and data of a specified value associated with an open registry key.** ### Parameters - **hKey** A handle to an open ......
2009-9-22 17:32
Although I have always known the functions of these three things: The **#ifndef** in the header file is a very important mechanism. For example, if you have t......
2009-9-7 22:33
It took me a total of seven or eight attempts to successfully install LFS. So, I guess I'm kind of dumb. But I don't feel ashamed about it. Around the third a......
2009-9-7 22:32
People who use a LIVECD to install LFS know that the CD package contains the ifconfig tool. Moreover, tools like wget can automatically connect to the Internet......
2009-9-7 22:22
While working on a little project, I couldn't believe that a segment of code I needed was actually found in my VC knowledge base on my hard drive, and it was a......