-
ListTouchBottomGravityManyTest
Touch tests for a list where all of the items do not fit on the screen, and the list stacks from the bottom.
- 2014-02-27 13:40:15下载
- 积分:1
-
uubxoRPCTestDemo
RPC zookeeper +dubbo管理工具 +TestDemo测试代码(RPC zookeeper dubbo management tool TestDemo test code)
- 2018-09-16 05:33:29下载
- 积分:1
-
ssh
ssh搭建的一个增删改查项目,包括数据库 一键见表 配置文件在webroot-web-info下(ssh build a CRUD projects, including a key table configuration file at webroot-web-info)
- 2015-12-29 14:23:07下载
- 积分:1
-
baiduMapHisTrajectory
百度地图轨迹动态播放/暂停/结束,控制速度快慢(map historyTrackPlay)
- 2016-12-24 08:52:08下载
- 积分:1
-
java200
要将 MenuBar 加入一个Frame 中,应使用的方法是?
A. setMenu()
B. setMenuBar()
C. add()
D. addMenuBar()
2. 使用哪一个布局管理器时,当Frame 的大小被改变时Frame 中的按钮的位置可能会被改
变?
A. BorderLayout
B. FlowLayout
C. CardLayout
D. GridLayout(To add a Frame MenuBar, the method should be using? A. setMenu () B. setMenuBar () C. add () D. addMenuBar () 2. When using a layout manager which, when Frame Frame size is changed in the position of the buttons may be changed? A. BorderLayout B. FlowLayout C. CardLayout D. GridLayout)
- 2014-05-17 21:12:54下载
- 积分:1
-
hashmapTest-master
A test of java hash map
- 2017-09-25 12:51:44下载
- 积分:1
-
Eas
Constants used throughout the EAS implementation are stored here.
- 2014-02-17 13:38:51下载
- 积分:1
-
library
简单的图书馆代码jsp,实现图书添加,读者添加等功能(a simple jsp code)
- 2015-04-07 20:53:51下载
- 积分:1
-
REST-spring-security
本项目主要使用spring security对restful webservice进行安全控制(This project is mainly for restful webservice using spring security for security control)
- 2013-10-13 09:54:06下载
- 积分:1
-
Java-mid-term-test
(1)某邮局对邮寄包裹有如下规定:若包裹的长宽高任一尺寸超过1米或重量超过30千克,不予邮寄;对可以邮寄的包裹每件收取手续费0.5元,再加上根据下表按重量weight计算的邮资,请编写程序计算某包裹的邮寄资费。
重量(千克) 收费标准(元)
weight<=10 1.00
10<weigh<=20 0.90
20<weigh<=30 0.80
(2)设计一个Rectangle(矩形)类,数据成员包括length(长)、width(宽)。要求成员方法实现以下功能:
①由键盘输入长和宽
②计算面积
③计算周长
④输出面积和周长
(3)一辆卡车违反交通规则,撞人后逃跑。现场有3人目击事件,但都没记住车号,只记下车号的一些特征。甲说:牌照的前两位数字式相同的;乙说:牌照的后两位数字是相同的,但与前两位不同;丙是数学家,他说:4位的车牌号刚好是一个整数的平方。请根据以上线索求出车号。(Java mid-term test)
- 2011-06-19 18:49:56下载
- 积分:1