-
ISSAuthorize
Android与IIS身份验证案例源码,在Android移动项目开发中,访问服务器时,为了简洁方便,我们经常使用http协议来传递JSON格式的数据。然而有些项目需要有一定的安全性,如使用Android客户端登陆到MIS系统。虽然我们是通过Android手机客户端的登陆Activity中登陆到系统的,但是略懂电脑的黑客是能够跳过登陆Activity,从而直接进入系统的。这样,会造成一些由于系统的不安全所带来的麻烦。建立一种防止黑客强行登录的身份验证模式尤为重要。此时,系统的身份验证成为阻挡黑客登陆的一道屏障。那么,怎样实现一个身份验证呢?让我们以IIS为宿主,一步一步的实现身份验证吧(Android and IIS authentication case source code, in the Android mobile project development, access to the server, in order to be simple and convenient, we often use the HTTP protocol to transfer JSON format data. However, some of the project needs to have a certain security, such as the use of Android client login to the MIS system. Although we are through the Android mobile client landing Activity landing to the system, but slightly understand the computer hacker is able to skip the landing Activity, thus directly into the system. In this way, it will cause some of the problems caused by the system is not safe. It is particularly important to establish an identity authentication mode to prevent hackers logging in. At this point, the identity of the system has become a barrier to prevent hackers landing. So, how to achieve an identity verification? Let us take IIS as the host, step by step to achieve authentication bar)
- 2016-06-20 11:04:56下载
- 积分:1
-
android 左右侧滑动菜单 效果实现 有图有源码
1、简介我们时常看到Android的一些菜单的设置 可以左右滑动,如下图。要实现下面的效果我们可以获得许多的实现在github 通过 收索 “SlidingMenu”。本实验是在http://www.github.com/TangKe/SlideMenu基础上该的。 本次实验的实验的效果 2、具体的实现。 本次实验的基础是在上面提供的资源和code,应用到我们实验上面。(1)、BaseSlideMenu public class BaseSlideMenu extends FragmentActivity{private SlideMenu slideMenu;@Overrideprotected void onCreate(Bundle arg0) { // TODO Auto-generated method stub super.onCreate(arg0); setContentView(R.layout.layout_slidemenu);}@Override public void onContentChanged() { // TODO Auto-generated method stub super.onContentChanged(); slideMenu=(SlideMenu) findViewById(R.id.slideMenu); }public void setSlideRole(int res){ if (null==slideMenu) { return; } getLayoutInflater().inflate(res, slideMenu,true);}public SlideMenu getSlideMenu(){ return slideMenu;}} (2)、MainActivity public class MainActivity extends BaseSlideMenu {@Overridepublic void onContentChanged() { // TODO Auto-generated method stub super.onContentChanged(); System.out.println(">>>>"); setSlideRole(R.layout.activity_main); setSlideRole(R.layout.layout_primary_menu); setSlideRole(R.layout.layout_secondary_menu);} }(3)activity_main 注意: 在MainActivity中的三个布局都要 在根结点上面都要有 主界面 slidemenudemo:layout_role="content" 左菜单 slidemenudemo:layout_role="primaryMenu" 右菜单 slidemenudemo:layout_role="secondaryMenu"注意:super.onContentChanged(); 一定要覆盖...
- 2013-07-16下载
- 积分:1
-
Android百度地图-V3.5
Android百度地图应用案例和详细介绍各功能的使用
百度定位基本功能
百度地图应用案例-搜路线
- 2022-04-13 14:10:19下载
- 积分:1
-
记账本
简易记账表,内含饼状图,根据记账内容实现饼状图的实时变化。记录账目出入在主界面实时显示收入支出数目,内含登录注册功能。
- 2022-02-24 19:56:56下载
- 积分:1
-
Android 家庭理财通APP完整源码
Android 家庭理财通APP完整源码,这个理财软件完成的功能有:新增支出添加管理、新增收入添加管理、我的支出管理、我的收入管理、数据管理、系统设置、收支便签管理。界面挺漂亮的,需要哪一项功能,轻触即可打开。测试时无需输入密码,即可进入APP主界面。
- 2022-08-08 20:16:34下载
- 积分:1
-
人脸追踪小车安卓代码
本设计是将安卓技术、单片机技术、无线通信技术等相关技术应用到视频监控系统中,可实现视频监控系统的设备移动化,由可移动监控平台、控制软件两部分组成。通过无线网络对监控平台进行移动方向、速度的控制,平台上的安卓手机摄像头实时采集视频图像信号并通过无线WiFi网络将视频信号实时传输到手机端观看。具有控制方便,监控灵活,模块化,可拓展性强等优点,可应用于险情探测、防爆、现场巡视、家庭安防、图像采集等领域。此部分是人脸追踪安卓程序。
- 2023-03-19 19:35:03下载
- 积分:1
-
ActivityThread
这是一个简单的android程序,应用thread阻塞和inent实现简单的信息交换,适合初学者使用(This is a simple android, application thread blocking and inent simple exchange of information for beginners)
- 2013-10-07 20:58:46下载
- 积分:1
-
ReadECGData
读取txt文本心电图数据,动态的绘制心电图波形(Read TXT text ECG data and draw ECG waveform dynamically)
- 2019-03-30 13:16:40下载
- 积分:1
-
c-jni-java
C中通过JNI调用java对象接口,也有java调用c接口,是在Android开发环境中运行的(C through JNI call java object interface)
- 2013-08-23 10:00:37下载
- 积分:1
-
基于STM32F103实现智能灯光亮度调节器
【实例简介】基于STM32F103实现智能灯光亮度调节器
- 2021-12-19 00:33:37下载
- 积分:1