Loading
primary
Editplus usage: illegal characters: 65279

Keyword: ant As we all know, unified coding is crucial in cross program engineering. At present, the most common is to uniformly adopt the "utf8" coding scheme. But when adopting the utf8 scheme, please pay attention to the editor's cleverness. For example, editplus. reason...

Calculate the number of days between dates

select trunc(to_date('2010-2-22','yyyy-mm-dd')-to_date('2010-4-13','yyyy-mm-dd')) from dual;...

2010/08/27 01:51
three hundred and thirty-five
Deep Clone Objects

import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.IOException; import java.io.ObjectInputStream; import java.io.ObjectOutputStream; impor...

2010/08/03 15:32
four hundred and eleven
primary
Generate java project doc using eclipse

When using eclipse generate javadoc, the code is garbled (my project code uses utf-8). If you want to generate project documents normally, please use the following javadoc parameter - encoding UTF-8 - charset UTF-8, that is, javadoc - encoding UTF

Random code when generating java doc

There are two parameters that specify the encoding problem. 1) - encoding charsetName 2) - charset charsetName The first parameter indicates what encoding the javadoc program should use when reading the java source file. The second parameter indicates jav

2010/07/08 16:06
four hundred and twenty-two

No more

Loading failed, please refresh the page

No more

 Back to top
Top