java

2008-8-2 21:14
Download WebWork: http://www.opensymphony.com/webwork/download.action Required JAR files: - xwork.jar - common-logging.jar - oscore.jar - velocity......
2008-8-2 20:52
Before diving into the detailed discussion, let's first familiarize ourselves with the model we will be using. **User Class:** ```java public class User impl......
2008-8-2 20:49
Basic expression features Accessing bean properties (OGNL) Sample class Muppet, which is used to demonstrate expression language features
2008-8-2 16:54
### 1. Create a JAR file Before creating a `.jar` file, you must first compile your `.java` file. Suppose our file directory is `c:\java\myJava\hello\Hello.ja......
2008-6-25 0:10
I just bought the E1070 mobile phone. Everything goes well when I play with it, but I cannot get access to the JAVA browser. That's烦死人. I cannot configure it p......
2008-6-20 14:43
"The second Chinese edition of 'Ant in Action' is currently selling hot, welcome to order! Purchase online at: http://www.china-pub.com/39973 Free sample ch......
2008-6-19 23:35
"The Chinese edition of 'Ant in Action, 2nd Edition' is now available! Stay tuned!" To purchase: http://www.china-pub.com/39973 Free sample chapter download:......
2008-6-1 12:4
Border's Log was established by Border (also known as b0rder and BorderJ). It is a technical blog that shares notes, essays, and personal insights. The focus a......
2008-5-13 17:41
Skype recently expanded its flat-rate service to more countries and regions. In addition, another major move by Skype is the launch of an official mobile Java ......
2008-5-2 18:25
My personal blog. There are my life diaries and articles about computers, software, Internet, etc. I hope everyone can go and have a look from time to time.
2008-3-2 23:48
Happy Words reduces its size by separating the vocabulary and input method. The software was originally released on Mobile Angel. Functions include: 1. Look up......
2008-2-27 17:26
Morange is a mobile Java software that integrates multiple functions such as RSS reader, instant messaging (MSN, Yahoo!, QQ!, Google Talk etc.), email push, Vo......
2008-2-25 23:21
There are many versions of JDK installed on the computer, and in Eclipse, there are also projects corresponding to JDK 1.4, JRE 1.5, and JRE 1.6. Different pro......
2008-2-23 0:47
When writing a data indexing batch process in Java, since it is necessary to move all the files under an entire folder, I casually wrote a function and am shar......
2008-2-19 18:28
Java Programmer Resources including (FAQ) Tutorial based around objectives, Mock Exam, Demo Applets illustrating language points, created by a Sun Certified Ja......
2008-2-6 22:42
In Java, strings are also sequences of characters. However, unlike many other programming languages that handle strings as arrays of characters, Java treats st......
2008-2-4 0:7
C is not like high-level languages such as Java or Php, where string processing functions are directly encapsulated within objects. Performing ordinary string ......
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-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-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-17 23:26
If your phone supports Java, and if you want to use it to read e-books, then give Anyview a try — it can handle txt, html, pdb, and umd formats.
2008-1-17 6:19
The rules of Sudoku are very simple, and it is a little similar to the "nine palace grid" in our country. In the "chessboard" composed of nine nine-grid square......
2008-1-16 12:16
Tips for Java Database Programming
2008-1-15 20:13
Jiggy is a Java emulator that can run on the iPhone. It not only enhances the extensibility of the iPhone, but also allows you to directly write JavaScript fil......
2007-12-4 15:1
The Netbeans official website has changed its layout now. We are now looking forward to a multi-language version.
2007-11-24 21:4
Today, I saw NetBeans 6.0rc2 again, looking forward to the official release on December 3rd. Not much to say, if you're interested in trying out the new stuff,......
2007-10-9 11:37
This is an e-book released under the GPL license. The author provides a profound yet accessible introduction to some issues that need to be considered in the d......
2007-9-27 9:57
Using multithreading in a Java program is much easier than in C or C++ because the Java programming language provides language-level support. This article illu......
2007-9-7 14:53
Projects under eclipse enter the Web Tools Platform 2.0, full support for JDK0.5, and add many new features, such as support for EJB3 JPA, JSF1.2, Axis2, visua......