时间:4月29日晚上9点地点:信息学院楼组员4月29日今日完成任务4月30日明天计划任务杨波界面数据库链接代码完成;调试整合代码;周亚豪调试欢迎界面设计了查询自习室界面;学习Intent界面跳转;崔海营录入了周一周二的数据;将其余几天的数据导入数据库;闵芮继续调试了昨天的代码,不成功,准备转向调用设...
分类:
其他好文 时间:
2014-07-22 23:10:53
阅读次数:
356
OSBDM-JM60 - 9S08JM60 Based OSBDM — It includes
interfaces and firmwareapplied to all the targets supported by the previous open
source BDMs.It includ...
分类:
其他好文 时间:
2014-07-22 23:10:13
阅读次数:
678
AutoLayout这个2012年iOS出来的新东东,当然现在不算新东东了。如是说:AutoLayout是一种基于约束的,描述性的布局系统。 Auto
Layout Is a Constraint-Based, Descriptive Layout System.关键词:基于约束 - 和以往定义fr...
分类:
其他好文 时间:
2014-04-30 20:12:49
阅读次数:
456
mSDStateBrocast = new SDStateBrocast();
IntentFilter intentFilter2 = new IntentFilter();
intentFilter2.addAction(Intent.ACTION_MEDIA_MOU...
分类:
其他好文 时间:
2014-04-30 02:29:49
阅读次数:
514
android开发中,对于用intent实现跳转的Ativity,有时候按下手机的返回键时,两个Activity之间会多次相互跳转,始终退出不了程序的情况。这是由于从Activity
A跳转到Activity B时,A被压入Activity栈中;当从B返回时,默认又重新创建了一个Activity A...
分类:
移动开发 时间:
2014-04-30 01:59:02
阅读次数:
632
package com.szy.service;import
android.app.Service;import android.content.Intent;import
android.os.IBinder;import android.util.Log;public class Exampl...
分类:
其他好文 时间:
2014-04-30 00:10:08
阅读次数:
510
package com.szy.activity;import
android.app.Activity;import android.content.Intent;import
android.os.Bundle;import android.util.Log;import android.vie...
分类:
其他好文 时间:
2014-04-29 23:35:22
阅读次数:
590
package com.szy.service;import
android.app.IntentService;import android.content.Intent;import
android.util.Log;public class ExampleIntentService exten...
分类:
其他好文 时间:
2014-04-29 18:02:50
阅读次数:
432
一、简介Snort是一套开放源代码的网络入侵预防软件与网络入侵检测软件。Snort使用了以侦测签章(signature-based)与通信协议的侦测方法。Snort是一个免费的IDS(入侵监测系统)软件。它的一些源代码是从著名的tcpdump软件发展而来的。它是一个基于libpcap包的网络监控软件...
分类:
其他好文 时间:
2014-04-29 11:48:46
阅读次数:
428
复写BroadcastReceiver中的onReceive()方法。intent-filter过滤器:
发送intentprotected static final String ACTION = "com.szy.broadcast.ACTI...
分类:
其他好文 时间:
2014-04-29 09:24:46
阅读次数:
357