-
sinamicro1
新浪微博的安卓客户端,这个客户端是我自己做的,很有特点~(The Sina microblogging Andrews clients, this client is my own doing, is very characteristic to)
- 2012-09-26 17:56:42下载
- 积分:1
-
gqwsouce
供求信息网的源代码,有使用说明书,开发环境php+mysql(Source of supply and demand information network, manual development environment php+mysql)
- 2012-07-19 21:30:58下载
- 积分:1
-
android 获取联系人信息 例子源码下载
android手机的通讯录联系人全部都存在系统的数据库中,如果须要获得通讯里联系人的信息就须要访问系统的数据库,才能将信息拿出来。 这一篇文章我主要带领同学们熟悉Android的通讯录机制。
- 2015-04-14下载
- 积分:1
-
android 短信拦截 实例完整源码下载
可实现拦截短信,自动转发的功能。 部分代码:import android.app.AlarmManager;import android.app.PendingIntent;import android.app.Service;import android.content.Context;import android.content.Intent;import android.content.IntentFilter;import android.os.IBinder;import android.os.PowerManager;import android.os.PowerManager.WakeLock;public class MyService extends Service{ SMSReceiver rs=null; static MyService service; private static PendingIntent pi = null; public static AlarmManager am = null; @Override public IBinder onBind(Intent intent) { // TODO Auto-generated method stub return null; } @Override public void onCreate() { // TODO Auto-generated method stub super.onCreate(); service=this; pm = (PowerManager) getSystemService(Context.POWER_SERVICE); registerAlarm(); acquireWakeLock(this); registerRecever(); } @Override public void onDestroy() { // TODO Auto-generated method stub super.onDestroy(); releaseWakeLock(); unregisterAlarm(); } private void registerRecever(){ rs=new SMSReceiver(); IntentFilter filter=new IntentFilter(); filter.addAction("android.provider.Telephony.SMS_RECEIVED"); filter.setPriority(1000); registerReceiver(rs, filter); } @Override public int onStartCommand(Intent intent, int flags, int startId) { // TODO Auto-generated method stub if(rs==null)registerRecever(); return START_STICKY; } public static WakeLock wakeLock = null; private static PowerManager pm = null; public static synchronized void acquireWakeLock(Context c) { if (null == wakeLock) { wakeLock = pm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, "smslock"); wakeLock.acquire(); } } public static synchronized void releaseWakeLock() { if (wakeLock == null) return; if (wakeLock.isHeld()) { wakeLock.release(); wakeLock = null; } } /** * 启动重复型定时器 */ public static void registerAlarm() { if(Config.getAlarm())return; Intent intent = new Intent(service, AlarmReceiver.class); pi = PendingIntent.getBroadcast(service, 0, intent, PendingIntent.FLAG_CANCEL_CURRENT); // 设置一个PendingIntent对象,发送广播 am = (AlarmManager) service.getSystemService(Context.ALARM_SERVICE); // 获取AlarmManager对象, Config.setAlarm(true); am.setRepeating(AlarmManager.RTC_WAKEUP, System.currentTimeMillis(), 30*60*1000, pi); } /** * 取消定时器 */ public static void unregisterAlarm() { am.cancel(pi); am = null; Config.setAlarm(false); }}
- 2014-05-21下载
- 积分:1
-
艾K影视系统5.2.2,附带支付和代理功能
说明: 功能:
1.优化资源采集网播放bug,增加米酷黑金模板
2.新增加资源采集网影片分类列表
3.增加采集优酷综合娱乐视频
抢先发布视频列表关闭会员说明:
请登录后台设置,点击视频管理、栏目管理、修改、点击选择关闭!
默认为开启,点击关闭即可!
上传源码进行安装:
你的域名/install
访问后台登录设置:
你的域名/admin
默认密码账号都是admin(Functions:
1. Optimize the playback of bugs in the resource collection network and increase the Miku Black Gold Template
2. New Film Classification List of Resource Acquisition Network
3. Increase the collection of Youku comprehensive entertainment video
Publish the video list first and close the membership notes:
Please login to the background settings, click Video Management, Column Management, Modification, Click Select Close!
Open by default, click Close!
Upload source code for installation:
Your domain name / install
Access the background login settings:
Your domain name / Admin
The default password accounts are admin)
- 2020-06-23 05:00:01下载
- 积分:1
-
ECShop_V2.7.3_UTF8_release1106
版本提高了用户体验,优化代码,提升安全性,对原有产品各功能线进行梳理合理优化。
此版本后台新增云服务,方便用户查看版本和最新补丁信息,同时提供应用服务。
新增 银联支付。
新增云提醒,加强云服务。
新增 新版本淘宝助理数据导入导出和虚拟卡批量上传增加csv实例文件,方便用户数据导入和导出。
解决了360浏览器加入购物车,商品数据丢失问题。
修改 会员和管理员的密码加密方法,提高安全性。
修复安全漏洞。(The version improves the user experience, optimizes the code, improves security, and combs and rationally optimizes the functional lines of the original product.
Cloud service is added in the background of this version to facilitate users to view version and latest patch information, while providing service.
New UnionPayment.
New cloud alerts to enhance cloud services.
The new version of Taobao Assistant Data Import and Export and the batch upload of virtual cards add CSV instance files to facilitate the import and export of user data.
It solves the problem that 360 browser joins shopping cart and goods data are lost.
Modify the password encryption methods of members and administrators to improve security.
Fix security vulnerabilities.)
- 2020-06-23 20:00:01下载
- 积分:1
-
mulding_v3.2
KLKKDJ订餐系统——PHP网上订餐系统的多店版本,和单店版是对应关系,增加了多店铺管理及运营功能,每一个店铺都有自己一个独立的管理后台,互不干涉,可以绑定各自域名。已经集成第三方登录组件,包括QQ登录,新浪微博登录,安装组件即可使用这些功能。安装步骤:
1. 将文件上传到您服务器的站点内
2. 输入站点地址,系统会默认进入安装页面
3. 按照提示安装完成,配置相关参数(KLKKDJ reservation system- PHP online reservation system for multi-store version, and single-store version is the correspondence between the increase of multi-store management and operational functions, each store has its own a separate management background, mutual non-interference, can bind each domain name. Has integrated third-party login components, including QQ login, Sina microblogging login, install components to use these functions. Installation steps:
1 to upload files to your server within the site
2 Enter the site address, the system will default to install page
3 Follow the prompts to complete the installation, configuration parameters)
- 2020-11-10 17:49:46下载
- 积分:1
-
AndroidBaseControls
android常用控件的代码实现,非常适合初学者,值得拥有(This demo shows us how to use the basic controls in android, it is really useful for the beginners, it is worthful)
- 2014-08-09 09:09:43下载
- 积分:1
-
SystemClock
System Clock Source Code for Andriod.
- 2013-12-16 15:59:27下载
- 积分:1
-
bugfree2.1.3
BugFree是借鉴微软公司软件研发理念、免费且开放源代码、基于Web的精简版缺陷管理系统。(BugFree is Microsoft software development ideas, free and open source, web-based lite version defect management system.
)
- 2013-07-13 14:13:16下载
- 积分:1