资源列表
myDirectionButton
- 仿QQ样式的方向按钮控件(包括获取焦点时的虚框显示)(Imitation QQ style direction button (including input focus gridlines display))
myTextArea
- 仿QQ样式的文本框控件(包括获取焦点时的虚框显示)(Imitation QQ style textarea (including input focus gridlines display))
MyBatisAndSpring
- mybatis结合spring配置,基础功能的搭建便于入门(Mybatis combined with spring configuration, building basic functions is easy to get started)
MyBatisFirstDemo
- mybatis入门案例是测试,便于新手学习(The mybatis introductory case is a test that makes it easier for the novice to learn)
丁丁手绘体
- 初级java 电子宠物系统,包含领养宠物、宠物娱乐等功能。界面美观,系统完善,能正确运行。 (Electronic pet system, including the adoption of animals, pets and entertainment features. Beautiful interface, the system perfect, can run correctly.)(promise javaElectronic pet system, including the a
Java-Deep-Learning-Essentials-master
- java 深度学习源码,有需要的可以下载(Java-Deep-Learning-Essentials-master)
goods
- 实现java购物网站功能,可以执行付款之类的操作(Realizing the function of Java shopping website)
Micro guest interactive system
- 通过使用Java的编程语言连接MySQL数据库实现一个简单的微客互动系统,实现老师与同学之间的信息交流(By using Java programming language to connect MySQL database, a simple micro guest interaction system is implemented to achieve communication between teachers and classmates.)
3 Java实验3 宋广辉 201616010113
- HAUT计科JAVA实验3,英文说明是为了凑够二十个字,不要随意相信。(HAUT JAVA 3, English instructions are to get enough twenty words, do not believe it at will.)
itcast-tools-1.4.2 2
- 传智播客的java工具类jar包,包括验证码生成等功能(itcast Utils jar package)
MyTetris
- 小demo 俄罗斯方块,单机版,采用面向对象的方式(Small demo Tetris, single version, the way of object-oriented.)
多态图形移动控制
- 现在已有一个简单的游戏界面框架,目前程序可以通过ujhk几个键控制主界面上的主角“三角形”“圆形”上下移动。项目结构如下:Scene.java是主类,该类实现了界面的显示,以及对键盘控制的响应。Role类是游戏角色的父类,里面定义了上下左右移动的方法,以及显示该角色的方法。Circle类是一个已经实现了“圆形”角色,它继承了Role类,并且重新Role类里的所有方法。Triangle类是一个已经实现了“三角形”角色,它继承了Role类,并且重新Role类里的所有方法。现在要求扩展新的角色:比如一