搜索资源列表
[Online]Java_and_The_Java_Virtual_Machine
- java虚拟机的书,相信对java性能条有的人有些用处-java virtual machine, I believe java properties of some people some useful
java-bus
- 可以实现一个文本框的搜索,将xml文件里面的公交信息全部创建索引,不需要数据库支持。 查询速度和效率都很高。搜索的时候,不限制站点个数和顺序,支持关键字高亮显示。 管理后台:/admin/adminLogin.jsp username: jobcnn password: 123456 管理用户名和密码的更改在:\\WEB-INF\\classes\\sys_setting.properties 文件里面配置. sys.admin.login.username=管理用
JAVA系统属性
- JAVA JVM获取当前系统各属性 ,利用 java.util.Properties类
CopyUtil
- 通过JAVA的反射机制实现对象属性的拷贝-JAVA reflection through the mechanisms of the copy object properties
XMLMaterializer
- 本人写的另一个XML实例化小程序,同样也是以前的课程作业,用来将XML文件存储到数据库中(本例是SQL SERVER)的文件。 1. 数据库配置存储在Properties文件中,可以自由配置JDBC连接字符串而无需重新编译。 2. 其中用到了DOM4J来读取和存储XML文件,使用的是微软的JDBC类库。 3. 使用了DAO模式来存储数据库,如果针对不同的数据库可以使用不同的DAO,只需对DAO重新配置即可。-I wrote another small XML instantia
java
- 此文档包含有AOP,Annotation,xml读写,一般文件读写,各种属性文件读写, 安全控制基础,还有Reflect功能的测试。 还有在math中,自己写一个数的n次幂算式 各种框架的核心基础基本都在这里边,当然只是一个简单基础类的探讨,更 深的技术,需要在具体环境下在扩展设计-This document contains the AOP, Annotation, xml reading and writing, reading and writing paper
JAVA
- 这是Java基础教程,里面涵盖Java基本语言特点及相关特性,深入浅出地讲解了Java语言思想。-This is based on Java Tutorial, which covers the basic language features of Java and related properties, in layman' s language and thinking on the Java language.
javaxcomm
- Java串行端口技術協議,含有comm.jar,javax.comm.properties,win32com-You can get comm.jar,javax.comm.properties,win32com.dll in this zip file
MapXtreme
- MapXtreme查找图层属性字段,并将值加入下拉列表,便于开发gis需要搜索的用户-Layer Properties MapXtreme search field, and the value of adding drop-down list to facilitate the development gis users who need to search
demo
- Spring2.5+Struts2.0+hibernate3.0+Dwr+jquery+displayTag 1 基于SSH,service采用 annotation注入减少配置 2 利用struts2 的LoginAction-validation.xml 3 在bean里把service包;暴露DWR,写了一个验证用户名的流程 4 采用jpa作为POJO,还是减少配置 5 加入display的分页,并且是物理分页 打开后自已建表sql.txt jdbc.propert
trietreeJava
- trie的原理是利用字符串集合中字符串的公共前缀来降低时间开销以达到提高效率的目的。 它具有以下性质:1,根结点不包含任何字符信息 2,如果字符的种数为n,则每个结点的出度为n(这样必然会导致浪费很多空间,这也是trie的缺点,我还没有想到好点的办法避免) 3,查找,插入复杂度为O(n),n为字符串长度。-The principle is the use of a string trie collection of string prefix to reduce the time overh
SerialDemo
- Serial Communication-package aa import javax.comm.* import java.util.Properties import java.util.Enumeration import org.omg.Dynamic.* import java.awt.Choice public class serialcomm { void listPortChoices() { Ser
FontDialog
- 编写的一个类,可调用用来设置字体的风格、颜色等其他属性,和word的设置字体类似。-Preparation of a class, call to set the font style, color and other properties, and set the font similar to the word.
MiniDrawPad
- 本程序通过调用JAVA提供的BasicStroke;Button; Color Container Graphics Panel ButtonGroup JFrame JComboBox;JCheckBox;JMenu;JMenuItem;ImageIcon;JPanel UIManager等基本类进行了简单的界面设计。 程序运用了JAVA中类的继承特性实现了对父类方法的调用,运用了ButtonHandler类用来侦听基本按钮的操作;运用ButtonHandler1类侦听颜色选择,画笔粗细设
E_photo
- 这是一款个人网络相册管理系统,可以实现远程管理网络上的相册,使随时随地分享相册。 1. 导入项目。 2. 在jdbc.properties中修改root用户的密码。 3. 部署,运行Tomcat。 4. 在SQLyog中运行e_photo.sql文件。 5. 在浏览器中访问:http://localhost:8080/E_photo/index.jsp 注意:管理员登录的用户名和密码为 admin admin-This is a personal web album
listview
- 了解Java 的 listview的用法以及属性!-Understand the usage and Java listview properties!
java-properties
- java读写配置properties文件-java properties file to read and write configuration
java-Properties
- java读取Properties文件的六种方法-java file to read the six methods of Properties
Java对象的创建方式总结和Properties文件解析
- Java对象的创建方式总结和Properties文件解析(Java object creation, summary, and Properties file parsing)
cmpp3.0的JAVA完整实现
- 1.将common文件夹、MsgConfig.properties放于src根目录下。 2.修改MsgConfig.properties配置文件对应的内容为可用参数。 3.方法入口:common.msg.util.MsgContainer sendWapPushMsg(String url,String desc,String cusMsisdn):发送web push短信; sendMsg(String msg,String cusMsisdn):发送SMS 4.“