-
用 Java 写的 web 服务器程序。
用 Java 写的 web 服务器程序。-web server program by java.
- 2022-01-31 17:28:29下载
- 积分:1
-
SearchPathServer
SearchPathServer
- 2022-06-20 18:00:56下载
- 积分:1
-
Jsenddump java
Jsenddump java 开发的基于winpcap,jpcap-Jsenddump java-based development winpcap, jpcap
- 2022-01-25 18:56:17下载
- 积分:1
-
JAVA中利用 Bean发邮件
JAVA中利用 Bean发邮件-to utilize Java Bean mail
- 2022-01-20 23:52:33下载
- 积分:1
-
打地鼠游戏,简单的java图形应用,初学者实现的不好请大家原谅...
打地鼠游戏,简单的java图形应用,初学者实现的不好请大家原谅-Hamster playing games, java simple graphics applications, to achieve good beginners please forgive me
- 2022-06-29 23:17:03下载
- 积分:1
-
编程词典
词典分为《Visual Basic编程词典》、《Delphi编程词典》、《Visual C++编程词典》、《ASP编程词典》、《C#编程词典...
编程词典
词典分为《Visual Basic编程词典》、《Delphi编程词典》、《Visual C++编程词典》、《ASP编程词典》、《C#编程词典》、《ASP.NET编程词典》、《SQL Server编程词典》、《JAVA编程词典》和《PHP编程词典》等九个系列。易查、易学、易用。-Programming Dictionary
- 2022-07-15 02:24:45下载
- 积分:1
-
窗口上的文本行显示当前文件的路径,文本区用于编辑文件,3个按钮
[打开],[保存…],[另存为…]。
单击[打开]按钮时,弹出打开文件对话框,将选择的文...
窗口上的文本行显示当前文件的路径,文本区用于编辑文件,3个按钮
[打开],[保存…],[另存为…]。
单击[打开]按钮时,弹出打开文件对话框,将选择的文件显示在文本区中。
单击[保存…]按钮时,如果当前文件为空,则弹出保存文件对话框,并按设置的文件名保存文件;如果已有文件,则按设置的文件名保存文件。
单击[另存为…]按钮时,则弹出保存文件对话框,并按设置的文件名保存文件。
程序中以字符文件输出流FileWriter的writer方法写入文本区内容,以字符缓冲输入流BufferedReader的readLine()方法按行读取文本文件。
-window on the text line shows the path the current document, the text area for editing documents, three buttons [open] [preservation] [Save as ...]. Click [Open] button, pop open file dialog box, select the document in the text area. Click [preservation] button, if the current document is empty, save dialog pop up, together with a set of documents were preserved; If the document has been, according to the paper were set up to preserve documents. Click [Save as ...] button, the pop-up dialog box to preserve documents, together with a set of documents were preserved documents. Character procedures to document the output stream FileWriter way into the text writer District, characters in the input stream buffer
- 2023-06-21 14:25:02下载
- 积分:1
-
This is source rmi with java
This is source rmi with java
- 2022-02-05 08:30:14下载
- 积分:1
-
一个自己写的,使用JBUIDER编写的java计算器,可以进行加减乘除的运算...
一个自己写的,使用JBUIDER编写的java计算器,可以进行加减乘除的运算-A wrote it myself, using java prepared JBUIDER calculators, multiplication and division addition and subtraction can be carried out computing
- 2022-06-20 21:07:36下载
- 积分:1
-
简介
JavaEE在开发的时候,如果是系统内部常量,一般提倡用枚举常量类,写在单独的类中,但是经常要修改的变量,比如数据源配置,如果存在数据库中,有种浪费。...
简介
JavaEE在开发的时候,如果是系统内部常量,一般提倡用枚举常量类,写在单独的类中,但是经常要修改的变量,比如数据源配置,如果存在数据库中,有种浪费。但是存在TXT中扩展性不好,就笔者观察,一般的程序员都喜欢把经常修改的常量存在xml文件或者properties文件。
存在xml文件最大的好处是扩展性很好,一般用sax或者dom这两个方向的框架,比如DOM4J,JDOM等。Sun推出的JAXM(Java API for XML Messaging)也是用的DOM4J。由于SAX的处理方式类似流媒体,是逐行的,不需要全部加载。而DOM是全部加载在内存,生成树。因而SAX的读取比DOM性能好,但是修改的话DOM略胜一筹。properties文件的扩展性不如xml,但是有很多xml没法实现的优势,比如加密之类的~
Helloworld
笔者根据自己开发中感受,写了一个工具包,用来体现读取xml或者properties的流程,大家在使用的时候记得修改文件路径。一共包含五个文件.本demo主要是用来模拟读取数据库的账户和密码的,读者可以在此基础上扩展。-Brief introduction
JavaEE development at the time, if the system constants are generally used to promote constant enumeration type, write in a separate category, but often want to modify the variables, such as the data source configuration, if the database exist, in one waste. But the existence of bad TXT extension on my observation, the programmers in general are often modified to enjoy the constant existence xml documents or document properties.
Xml files exist to expand the biggest benef
- 2022-06-01 17:25:12下载
- 积分:1