-
ssh网络商城
完整项目的 网上商城源码完整项目的 网上商城源码完整项目的 网上商城源码完整项目的 网上商城源码完整项目的 网上商城源码完整项目的 网上商城源码
- 2023-01-04 22:55:12下载
- 积分:1
-
android 静态壁纸实例源码下载
一款还不错的静态壁纸代码 核心代码:package com.example.wallpaperchange;import android.os.Bundle;import android.app.Activity;import android.app.AlarmManager;import android.app.PendingIntent;import android.app.Service;import android.content.Intent;import android.view.View;import android.view.View.OnClickListener;import android.widget.Button;import android.widget.Toast; public class MainActivity extends Activity { AlarmManager aManager; Button start,stop; @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); start = (Button)findViewById(R.id.start); stop = (Button)findViewById(R.id.stop); aManager = (AlarmManager)getSystemService(Service.ALARM_SERVICE); //指定ChangeService组件 Intent intent = new Intent(MainActivity.this,ChangeService.class); //创建PendingIntent对象 final PendingIntent pi = PendingIntent.getService( MainActivity.this, 0, intent, 0); start.setOnClickListener(new OnClickListener() { public void onClick(View v) { // TODO Auto-generated method stub aManager.setRepeating(AlarmManager.RTC_WAKEUP, 0, 5000, pi); start.setEnabled(false); stop.setEnabled(true); Toast.makeText(MainActivity.this, "壁纸定时更换启动成功", 5000).show(); } }); stop.setOnClickListener(new OnClickListener() { public void onClick(View v) { // TODO Auto-generated method stub start.setEnabled(true); stop.setEnabled(false); aManager.cancel(pi); } }); } }
- 2014-06-03下载
- 积分:1
-
qmcc
包QMC;
- 2022-06-02 11:41:34下载
- 积分:1
-
贪吃蛇简洁版
贪吃蛇简洁版贪吃蛇简洁版贪吃蛇简洁版贪吃蛇简洁版贪吃蛇简洁版贪吃蛇简洁版贪吃蛇简洁版贪吃蛇简洁版贪吃蛇简洁版贪吃蛇简洁版贪吃蛇简洁版贪吃蛇简洁版贪吃蛇简洁版贪吃蛇简洁版贪吃蛇简洁版贪吃蛇简洁版贪吃蛇简洁版贪吃蛇简洁版贪吃蛇简洁版贪吃蛇简洁版贪吃蛇简洁版贪吃蛇简洁版贪吃蛇简洁版贪吃蛇简洁版贪吃蛇简洁版贪吃蛇简洁版贪吃蛇简洁版贪吃蛇简洁版贪吃蛇简洁版贪吃蛇简洁版贪吃蛇简洁版贪吃蛇简洁版贪吃蛇简洁版贪吃蛇简洁版贪吃蛇简洁版贪吃蛇简洁版贪吃蛇简洁版贪吃蛇简洁版贪吃蛇简洁版贪吃蛇简洁版
- 2022-02-01 16:09:17下载
- 积分:1
-
cataloggui类实例化的Swing组件,将组件在..
Class CatalogGUI instantiates the Swing components, arranges the components in a window, and handles the events generated by the list. In this assignment, you will implement the method getDataFieldsPanel that returns a JPanel displaying the product details. An incomplete implementation of CatalogGUI is provided in the student archive.
- 2022-07-10 17:45:39下载
- 积分:1
-
软件设计实现代码
资源描述
创建型
1. Factory Method(工厂方法)
2. Abstract Factory(抽象工厂)
3. Builder(建造者)
4. Prototype(原型)
5. Singleton(单例)
结构型
6. Adapter Class/Object(适配器)
7. Bridge(桥接)
8. Composite(组合)
9. Decorator(装饰)
10. Facade(外观)
11. Flyweight(享元)
12. Proxy(代理)
行为型
13. Interpreter(解释器)
14. Template Method(模板方法)
- 2022-03-19 05:33:10下载
- 积分:1
-
MD5_Java_Bean_SourceCode
MD5的java bean实现。做这方面工作的人可以综合参考一下。已经有人上传很多这样类似的代码了,可我没搜到我这个的,所以还是传上来了。(MD5 realization of the java bean. Work in this area so people can comprehensive reference. From this has been a lot of similar code, and could I have not found me, so it onto the mass.)
- 2008-01-06 18:38:59下载
- 积分:1
-
停车管理系统
简单的停车管理系统,初始化停车数据,按一定顺序停车出车,代码简单易懂,对于初级代码员有很大作用
- 2023-05-31 03:40:02下载
- 积分:1
-
command line 7zia compression code can be compressed files to the command line e...
命令行7zia压缩代码,可以对压缩文件以命令行形式加密-command line 7zia compression code can be compressed files to the command line encryption
- 2022-03-20 04:26:11下载
- 积分:1
-
91170319
JAVA做的点对点通信,可以运行实现的喔,希望可以帮到大家,欢迎下载(JAVA do a point-to-point communication, can run oh, the hope can help you, welcome to download)
- 2017-04-16 23:56:14下载
- 积分:1