-
mqDemo
关于springboot+rabbitmq的整合内容(On the Integration of Springboot+rabbitmq)
- 2020-06-16 12:20:02下载
- 积分:1
-
A1Jedi.java
This program counts the occurrence of specified patterns in the input strands and produces a report for each pattern. The first input to this program will be an integer indicating how many patterns will be provided (call this N). The next N words to this program will be patterns of nucleobases to search for. Following the patterns will be a sequence of strands terminated by the word "end" as before.
- 2014-01-25 12:44:00下载
- 积分:1
-
对于java类文件覆盖测试工具的正确
这个工具用于对JAVA的类文件进行覆盖率的测试-the right tools for the Java class files coverage test
- 2023-05-17 23:50:03下载
- 积分:1
-
pictureviewer
基于android平台的图片浏览器的应用,实现了缩略图功能。(Based on the pictures of the Android platform, browser applications, a thumbnail function.)
- 2012-04-23 09:47:51下载
- 积分:1
-
java spring framework live code
java spring framework live code
- 2022-07-12 09:00:40下载
- 积分:1
-
fRAMElAYOUTgRAVITY
Frame Layout Gravity extends Activity Source Code for Andriod.
- 2014-01-13 19:22:41下载
- 积分:1
-
机票预订
航空订票系统的Java 机票预定系统项目的Java7u25上,NetBeans7.1和MySQL这是机票预定系统项目的演示。在本演示中的预订系统的主要功能完成后,你可以添加或修改项目的基本结构按您的要求。 该项目是基本上用于展示的许多选项中不包含该项目的系统的流动。 有关完整的项目,从我们的联系页面发送给我们您的需求。
- 2022-01-26 05:17:59下载
- 积分:1
-
混沌 attractors 吸引子
混沌 attractors 吸引子,可观看画出来的型态-Attractor chaotic attractors can be viewed drawn patterns
- 2023-09-01 16:10:03下载
- 积分:1
-
图形化界面飞机大战
import java.awt.Color;
import java.awt.Font;
import java.awt.Graphics;
import java.awt.event.MouseEvent;
import java.awt.event.MouseListener;
import java.awt.event.MouseMotionListener;
import java.util.ArrayList;
import java.util.Random;
import javax.swing.JFrame;
import javax.swing.JPanel;
/**
* 雷电游戏
*
* @author VisionDo
*
*/
public class Game extends JFrame {
private static final int WIDTH = 400;
private static final int HEIGHT = 650;
public static void main(String[] args) {
Game myGame = new Game(); &n
- 2023-07-17 01:20:03下载
- 积分:1
-
通过cling库完成Android手机投屏到电视等设备
1.cling属于Android开源的库,用于Android平台的投屏分享功能2.将cling编译为jar或者以源码的形式放到项目工程中3.发现设备、连接设备等都已经做好4.支持图片、音乐、视频的播放5.目前市面上的dongle产品(不含苹果的投屏)均为此协议实现。
- 2022-04-18 16:14:12下载
- 积分:1