搜索资源列表
tally
- 记数器。记录你刷新页面的次数。数据库要初始化-Register. You record the number of pages updated. To initialize the database
jce_policy-1_5_0
- java的一个开发包function scrollwindow() { currentpos=document.body.scrollTop window.scroll(0,++currentpos) if (currentpos != document.body.scrollTop) sc() } document.onmousedown=sc document.ondblclick=initialize </scr ipt> <
Hibernate3(lazy)error
- 应用hibernate框架,会出现Hibernate3 错误: could not initialize proxy - no Session,教你怎么解决此类问题
csy_queue
- 循环队列演示,可以初始化队列大小,插入队列,出队列以及清空队列-Circular Queue demo, you can initialize the queue size, insert the queue, dequeue, and clear the queue
studentslecetcourse
- 高校开发一学生课绩管理系统,该系统由登陆模块,学生模块,教师模块,管理员模块,四部分组成。本系统采用Servlet+Jsp+JavaBean+SQL2000 设计方式,其中Servlet担当主要逻辑控制,通过接受Jsp传来的用户请求,调用以及初始化JavaBean,在通过Jsp传到客户端,本系统中SqlBean担当主要的与数据库的连接与通信,JavaBean在本系统中主要担当配合Jsp以及Servlet来完成用户的请求,而Jsp主要担当接受与响应客户端。-College students dev
Studentmarking
- 学生课绩管理系统,全部设计图和文档,非常好的学习资料,系统由登陆模块,学生模块,教师模块,管理员模块,四部分组成,学生登陆以后,可以选报课程。教师在本系统中拥有是否接受学生所选课程,以及给学生打分的权力。 本系统采用Servlet+Jsp+JavaBean+SQL2000 设计方式,其中Servlet担当主要逻辑控制,通过接受Jsp传来的用户请求,调用以及初始化JavaBean,在通过Jsp传到客户端,本系统中SqlBean担当主要的与数据库的连接与通信,JavaBean在本系统中主要担当配
MakeDensityBasedClusterer.java.tar
- 基于局部搜索能力强、收敛速度快的特点,首先初始化一个没有子种群的全局种群,再在全局种群中采用迭代搜索,并对其中的个体进行聚类,当聚类簇中的个体数目达到规定的最小规模时形成一个子种群,然后在各子种群中进行迭代搜索并重新进行聚类,从而提高进化过程中种群的多样性,增强算法跳出局部最优的能力.该算法基于weka,用于weka拓展功能,需要 weka算法包支持。-Based on the local search ability, the characteristics of fast convergen
AbstractClassDemo
- 构造函数的重载: 创建一个对象必须用构造方法,构造方法的最主要功能是对创建的对象进行初始化。特点: 方法名同类名; 无返回类型(省去void); 在创建对象时,系统自动调用。 -The overloaded constructor: Create an object constructor must be used, construction methods to create the most important function is to initialize the
InternationalizeDemo
- Java 初始化源码 有兴趣的可以试试 -Java source code to initialize interested can try
A_Basic_Ha19526011302005
- Rewritten on 11/30/05. In this rewrite, the GUI is virtually the same, but the underlying code has had a major rewrite. In the previous version, there was one table. In this version, we have gone to multiple tables, where a table represents one tool.
V1.2
- EOS权限管理,用户组织机构数据库初始化-EOS rights management, user organizations to initialize the database
students
- 设计了一学生课绩管理系统,该系统由登陆模块,学生模块,教师模块,管理员模块,四部分组成。本系统采用Servlet+Jsp+JavaBean+SQL2000 设计方式,其中Servlet担当主要逻辑控制,通过接受Jsp传来的用户请求,调用以及初始化JavaBean,在通过Jsp传到客户端,本系统中SqlBean担当主要的与数据库的连接与通信,JavaBean在本系统中主要担当配合Jsp以及Servlet来完成用户的请求,而Jsp主要担当接受与响应客户端。-Where students design
gradute
- 定义一个Student类,其中包括学号、姓名、性别、出生年月等属性以及init( )——初始化各属性、display( )——显示各属性、modify( )¬ ——修改姓名等方法。实现并测试这个类。 从上题的Student类中派生出Graduate(研究生)类,添加属性:专业subject、导师adviser。重载相应的成员方法 -Define a Student class, including the Student ID, name, gender, date of birt
jisuanqi
- 计算器功能比较简单,界面比较清爽,能进行十进制的加、减、乘、除、求倒数和负数功能,后来加上能实现“sin” “cos” “tan” “pow” 功能,clear表示初始化。-Simple calculator functions, interface cleaner, can be decimal add, subtract, multiply, divide, find the inverse and negative features, was added to achieve "
ex2
- (2) 定义一个Student类,其中包括学号、姓名、性别、出生年月等属性以及init( )——初始化各属性、display( )——显示各属性、modify( )¬ ——修改姓名等方法。实现并测试这个类-(2) define a Student class, including student number, name, sex, date of birth and other attributes, and init ()- initialize the attributes, dis
Web
- 它是一个基于WEB页面的、B/S模式的管理系统(Browser/Server)。普通用户可以通过浏览器登录系统实现对公司信息、客户关系、生产计划、物资管理的查询录入等操作。此外,系统管理员登录系统后可以对用户、部门和岗位进行增加删改操作,还可以对用户的权限进行重新设置、对公司的信息进行初始化和提交操作。-It is based on WEB page, B/S model management system (Browser/Server). Ordinary users can log in
InitialzationDemo
- Java继承的初始化综合应用与理解,包括子类、父类、静态初始化模块、实例初始化模块等-Java inheritance and understanding of integrated application initialization, including child, parent, static initialization module, initialize the module instance
com
- 1.理解数组在Java中是复合数据类型 2.掌握一维、二维数组在Java中的实现方法(创建、实例化、初始化) 3.掌握利用for循环对数组进行遍历的方法 4.掌握java.util.Arrays类当中与数组操作相关的方法 -1. Understanding Arrays in Java, is a complex data type 2. Master the one-dimensional, two-dimensional array in Java, the implemen
arraylist
- java二维数组的特点初始化,定义,使用。-the characteristics of two-dimensional array java initialize, define and use.
Date-Field-Midlet-Example
- This example illustrates how to insert date field in your form. We are using here two fields DateField (datein and dateout) and initialize a final static variable DATE which is 0. We are taking both DateField variable in to the constructor (D