-
一个关于学习EJB中sessinBean的小的例子程序源码,提供给初学者参考....
一个关于学习EJB中sessinBean的小的例子程序源码,提供给初学者参考.-a source code example for the beginner to study sessionBean technique in EJB.
- 2022-08-18 14:25:46下载
- 积分:1
-
这是关于J2ME企业无线应用的程序
这是关于J2ME企业无线应用的程序-J2ME is on the enterprise wireless application procedures
- 2022-08-06 01:27:19下载
- 积分:1
-
你在做网页嘛,如果是的话,这是你不可多得的超Cool工具。这是可以自动生成网页特效的软件,每个特效都可以有您进行参数设置,100%傻瓜性。收集了包括时间特效,文...
你在做网页嘛,如果是的话,这是你不可多得的超Cool工具。这是可以自动生成网页特效的软件,每个特效都可以有您进行参数设置,100%傻瓜性。收集了包括时间特效,文字特效,图像处理,鼠标特效,页面特效,菜单特效,在线游戏,其它特效在内的八类上百个精彩特效。这些特效都是使用率比较高的JavaScript代码,您可以直接使用。软件内置浏览器,您可以随时预览特效效果;特效制作好之后,您可以把它复制到剪贴板,或者保存到文件中;软件的界面美观新颖,操作简单明了,极易上手。轻轻点几下鼠标,又炫又酷的网页任你选!-Collected including time effects, text effects, image processing, mouse effects, page effects, menu effects, online games, and other effects of the eight categories, including hundreds of exciting special effects. These effects are relatively high usage of JavaScript code
- 2022-01-27 09:26:52下载
- 积分: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
-
entry, very simple words
java入门,非常的浅显易懂-entry, very simple words
- 2022-03-23 04:12:29下载
- 积分:1
-
EOS的一个很好的例子.包括页面构件、展现构件,业务构件,运算构件,数据构件,流程构件...
EOS的一个很好的例子.包括页面构件、展现构件,业务构件,运算构件,数据构件,流程构件-EOS of a good example. Include page components, to show components, business components, computing components, data structures, flow components
- 2023-08-28 14:55:04下载
- 积分:1
-
这程序是专门的聊天工具程序,希望对大家有帮助。
这程序是专门的聊天工具程序,希望对大家有帮助。-This procedure is a specialized chat program, we want to help.
- 2022-07-16 11:04:07下载
- 积分:1
-
招标投标网上系统
招标投标网上系统-online bidding system
- 2022-04-10 05:06:00下载
- 积分:1
-
这是一个对操作系统中分页技术的模拟,给出一定的页架的大小,不断装载新的作业,也可以删除作业,可以实现虚拟地址和实际地址的映射,我自己写的...
这是一个对操作系统中分页技术的模拟,给出一定的页架的大小,不断装载新的作业,也可以删除作业,可以实现虚拟地址和实际地址的映射,我自己写的-This is an operating system paging technology simulation, given a certain frame of the page size, loading the new operating continuously, it can be deleted, you can achieve a virtual address and physical address mapping, I wrote it myself
- 2022-04-28 08:03:09下载
- 积分:1
-
通过设计答辩方式,并结合学生的动手能力,独立分析解决问题的能力和创新精神,总结报告和答辩水平以及学习态度综合考评。成绩分优、良、中、及格和不及格五等。...
通过设计答辩方式,并结合学生的动手能力,独立分析解决问题的能力和创新精神,总结报告和答辩水平以及学习态度综合考评。成绩分优、良、中、及格和不及格五等。-reply through the design, combined with the practical ability of students, independent analysis, problem-solving ability and creative spirit, summary report and the respondent level, and the learning attitude comprehensive evaluation. Results-excellent, good, pass and fail, such as five.
- 2022-01-28 18:33:36下载
- 积分:1