-
Java 论坛
Java的论坛目前Web应用程序是一个在线讨论应用程序,其中用户可以在其特定的主题讨论。用户登录或注册和读取的问题和意见,也可以发布自己的问题或意见。此应用程序使用下面的Web技术。Spring - 作为一个网络技术。Hibernate - 用于处理数据库连接。JPA - 维护持久性数据的应用程序。Eclipse - 编译和构建应用程序。Tomcat的6 - 用于运行应用程序其配置类似于前面的项目,但它是建立在Eclipse而非Maven的。以下是Controller类。
- 2022-08-21 02:07:59下载
- 积分:1
-
boxzxd
图算法可视化程序,使用java swing开发,我的毕业设计()
- 2018-02-10 21:06:49下载
- 积分:1
-
MyGatt
BLE开发所需要的知识,通过官方demo,我们会发现很多service,点击service后,每个service下面是Characteristic,每个service和Characteristic都对应一个唯一的UUID。所以,在做BLE时候,首先你应该找出你的蓝牙外围设备uuid,不然会很头疼,这个UUID也可能是硬件给你的,也可以你自己试出来,当然自己试出来是个很烦的过程。自己试的方法就是根据demo,加上一份读写的协议,然后,排着点击,显示出来的蓝牙列表进行测试,看是否和协议对应。另外,BluetoothLeService类不用做太多的更改。(BLE develops the knowledge we need. Through official demo, we will find many service. After clicking service, every service is Characteristic, each service and Characteristic correspond to a unique UUID. So, when making BLE, first you should find out your Bluetooth peripheral device UUID, otherwise it will be very headache. This UUID may also be hardware for you, or you can try it out yourself, of course, trying out it yourself is a very boring process. The way to do it is to add a read and write protocol based on demo,then test the Bluetooth list displayed by clicking on it to see if it corresponds to the protocol. In addition, the BluetoothLeService class does not have to make too many changes.)
- 2018-02-07 11:55:52下载
- 积分:1
-
byxxmane
毕业生信息管理系统,包括对毕业生的成绩管理,还有毕业设计管理,还可以对老师留言,可以分为管理端,学生端,教师端。(Graduate information management system, including performance management graduates, and graduate design management, teachers can also leave a message, can be divided into the management end, students end, teachers end.)
- 2016-09-01 18:02:55下载
- 积分:1
-
自己写的飞机大战
public void action(){MouseAdapter l = new MouseAdapter() {@Overridepublic void mouseMoved(MouseEvent e) {hero.moveTo(e.getX(), e.getY());}};this.addMouseListener(l);this.addMouseMotionListener(l);Timer timer=new Timer();timer.schedule(new TimerTask() {@Overridepublic void run() {stepAction();enemyEnterAction();bulletEnterAction();repaint();}}, 10,10);}
- 2022-03-19 20:38:11下载
- 积分:1
-
网页源码查看器
应用背景通过 该程序可以查看 某个网页的原始代码,方便 开发者学习关键技术通过给定的网址 tcp/ip之间的通讯 提取出消息信息,之后解析出内容
- 2022-03-01 20:22:25下载
- 积分:1
-
web服务器
简单的web服务器,可用于课程设计。网络编程。有源代码,任务书,详细备注
- 2022-06-27 09:51:58下载
- 积分:1
-
tesseract-ocr-setup-3.01-1
这是ocr图形识别的官网最新安装包,有需要的可以下载(Installation package)
- 2017-06-24 10:12:51下载
- 积分:1
-
Java中实现文本框限定输入一个字符,并且实现焦点的自动下移...
Java中实现文本框限定输入一个字符,并且实现焦点的自动下移-Java, to achieve a text box to enter a character limit, and the realization of the automatic focus down
- 2022-06-14 10:13:26下载
- 积分:1
-
JAVA-mianshi
java程序员参考资料,JAVA的一些基本内容(java programming materials,reference of JAVA development test)
- 2011-12-15 13:28:54下载
- 积分:1