-
基于android的百度地图的实现
基于android百度地图的开发,实现定位和搜索功能。能够让新手更清楚熟练的了解到android开发以及百度地图的开发过程,以及百度地图KEY的申请过程,了解LBS服务系统。
- 2022-04-08 09:45:11下载
- 积分:1
-
xitongdown1.0
系统之家通用下载系统是由岁月工作室基于aspCMS二次研发而成。我们致力于中小企业网站的搭建。根据现有企业的需求。开发适合企业的模块, 让企业可以轻松搭建适合自己企业的网站,后台功能强大,管理便捷。(System house general download system is made by the years of secondary development studio based aspCMS. We are committed to build the SME website. According to the needs of existing enterprises. Module development for enterprises, so that enterprises can easily build their own corporate Web site, powerful back-office functions, ease of administration.)
- 2016-05-21 09:58:58下载
- 积分:1
-
weixin
微信公众号最简单的接口程序,为入门者提供一个了解的实例。有详细注释。asp.net版。(Number of micro-channel public simplest interface program for beginners to provide an understanding of the instance. There are detailed notes. asp.net version.)
- 2020-06-30 00:00:02下载
- 积分: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
-
打开 wms-数据仓储、 企业
openwms.org 是一个模块化仓库管理系统,分为核心项目,tms 模块和 wms 模块运行在 OSGi 环境,以确保高可用性和可维护性
- 2022-10-10 21:50:03下载
- 积分:1
-
AndroidMVPDemo
MVP开发者模式学习Demo,Model View Presenter等示例已经写好,供初学者学习使用(MVP Developer Model Learning Demo)
- 2020-06-17 23:00:02下载
- 积分:1
-
CreatePulleyJoint
滑轮关节,Android开发精典案例源码,很好的参考资料。(The pulley joint, Android development of classical case of source code, a good reference.)
- 2013-11-12 00:14:46下载
- 积分:1
-
javaEE源码-微博
这是一个微博源码,采用ssh框架,好多功能直接用。网上找的资料,现在分享给大家,希望对大家有用哦。如果大家喜欢,以后我多传一些好的源码上来,看到这里学习的氛围挺好的,加油~...
- 2022-06-28 01:25:07下载
- 积分:1
-
汽车租赁代码
汽车租赁代码汽车租赁代码汽车租赁代码汽车租赁代码汽车租赁代码汽车租赁代码汽车租赁代码汽车租赁代码汽车租赁代码汽车租赁代码汽车租赁代码汽车租赁代码汽车租赁代码汽车租赁代码汽车租赁代码汽车租赁代码汽车租赁代码汽车租赁代码汽车租赁代码汽车租赁代码汽车租赁代码汽车租赁代码汽车租赁代码汽车租赁代码汽车租赁代码汽车租赁代码汽车租赁代码汽车租赁代码汽车租赁代码汽车租赁代码汽车租赁代码汽车租赁代码汽车租赁代码汽车租赁代码汽车租赁代码汽车租赁代码汽车租赁代码汽车租赁代码汽车租赁代码汽车租赁代码汽车租赁代码汽车租赁代码汽车租赁代码汽车租赁代码汽车租赁代码汽车租赁代码汽车租赁代码汽车租赁代码汽车租赁代码汽车租赁代码
- 2022-05-31 15:33:19下载
- 积分:1
-
e-BookShop-Code
这是一个网上书店系统,除了具有一般的网站功能以外,计划开展独创用户交流购书体验,以实用有用为目的,使用户知道同类书籍自己应该选择哪本,或者是自己要学习某部分知识。(This is an online bookstore system, in addition to the general site features, plans to carry out original user exchange book purchase experience, practical and useful for the purpose of allowing users to know which books should choose their own, or their own to learn part of the knowledge.)
- 2016-10-27 20:41:19下载
- 积分:1