资源列表
login_test
- JS实现注册验证。用户提交后,用JS实现检验填写资料是否符合要求。(After the user submits, use JS to verify whether the data is qualified.)
jabc
- jdbc最简的单代码片段,最简单的增删改查功能(jdbc simpleClass add delete)
base58编码
- 可将32位长度的uuid缩减为长度为22位长度的唯一ID(The 32 bit length UUID can be reduced to a unique ID with length of 22 bits)
jena
- 一个基于Jena的简单示例,使用Java编写(A simple example based on Jena, use Java)
Jena test
- 基于Java的Jena API简单使用,包括新建、获取类、属性和示例等(the simple use of Jena API based on Java, including create, access classes, properties and instances)
MySQL
- quantus连接MySQL数据库执行学生信息管理系统。 学生成绩表Student(Sno 字符串,长度9, Sname 字符串,长度10, Class 字符串,长度10, Age 整型, Sex 字符串,长度2) 实现如下功能: A.输入若干个学生的信息到Student表; B.修改制定学号学生的基本信息; C.删除指定学号的学生基本信息; D.按照性别找出所有相应的学生基本信息; E.按照年龄段找出所有相应的学生基本信息,例如[19,21]的学生(Connect quantus to MyS
GUI
- (1)考试题。 要求在一个界面内至少显示5道选择题,每道题4个选项。另有2个命令按钮,分别为“重新答题”(全部选项及正确答题数清空)和“提交”(计算),在按钮下方的标签内显示最终的正确的题目数。界面大致布局如下:(GUI design examination questions page)
Chess
- 四子连是一个两个人一起玩的棋盘游戏,在游戏中玩家轮流下子,当一方横、竖、或者斜有四子连成一条线时获胜。(The four company is a chessboard game played by two people. In the game, players take turns and win when one side is horizontal, vertical, or four of them are connected into one line.)
Ex8_19
- 模式识别:如果有连续的四个相等的数,从行或者列或者对角线来看,则返回True(Pattern recognition: if there are four consecutive equal numbers from rows or columns or diagonals, then True is returned)
GDALJavaTest
- GDAL学习代码,是学习GDAL的入门资料,对GDAL的学习会有所帮助(GDAL learning code, is to learn GDAL introductory information, GDAL learning will be helpful)
Tetris
- 用JAVA编写的俄罗斯方块小游戏,完全代码!(Tetris written with JAVA game, complete code!)
银行账户
- 编写一个程序,实现如下功能: 自定义一个银行账户类,包括用户名,账号,余额等属性以及存钱、取钱、加利息、查询余额等方法。 模拟两个用户的各8次交易,包括创建账户,取钱,存钱,查询余额,加息。创建账户所需的信息由键盘输入;存钱、取钱的数额由随机数模拟,随机数上限由键盘输入。 每次账户交易在屏幕打印交易后的账户信息(Write a program to achieve the following functions: Customize a bank account class, in