搜索资源列表
Font2DTest_java
- These instructions assume that the 1.4 versions of the java and appletviewer commands are in your path. If they aren t, then you should either specify the complete path to the commands or update your PATH environment variable as described in th
MemoryMonitor
- MemoryMonitor demonstrates the use of the java.lang.management API in observing the memory usage of all memory pools consumed by the application. This simple demo program queries the memory usage of each memory pool and plots the memory u
EyMynews
- 本系统特色: 1、前台完全生成静态HTML 2、栏目是无级分类的,您可以随意设置栏目,只要您能想到的,多少都可以:) 3、制作简单,由于本人以前曾经使用过动易网站管理系统,所以在功能方面向动易文章管理系统靠拢, 前台制作采用标签制,分为系统标签和用户自义义标签两种,系统标签是自代的,用户不可以修改,而自定义标签则是用户根据相应的功能自己定制出来的,固此,可以自行删除或修改! 4、秉承JAVA开源理念,本新闻发布系统开源! 5、本系统采用到的技术:JSP+Struts+JS
verticaltree
- While studying electronic engineering and computer science, I participated in a compiler workshop where we had to write our own programming language. To view and analyse the syntax tree for a given program, I wrote a custom drawn tree component those
java
- public class BubbleSort{ static String printArray(int[] a){ String result="" for(int i=0 i<a.length i++) result+=a[i]+" " return result } static int[] bubbleSort(int[] a){ int t for(int i=0 i<a.length i++) { for(in
班级-实验6姓名-
- 实验目的 ? 了解关系数据库的相关知识; ? 掌握JDBC技术、了解JDBC编程步骤; ? 掌握JDBC访问数据库的方法; ? 掌握Java数据库开发中的相关类、接口及其使用方法。 实验内容 用户登录界面一般包括用户名和密码输入,输入完成后,可以单击“确定”按钮进行用户输入的判断,或单击“取消”按钮清空输入。根据图形界面设计的基本步骤,实施本任务的步骤为首先设计用户登录界面并进行合理,然后对相应组件进行事件处理,实现用户合法性的判断。 要求: 1、要求三个按钮,当输入的用户名和密