-
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 省市区三级联动效果
android 省市区三级联动效果
- 2014-05-30下载
- 积分:1
-
可以联网中国象棋Android源码
基于安卓的象棋项目源码,为联网游戏而设计的。配有java服务端,不过只能单开。我没有测试具体的功能,感兴趣的可以自己链接数据库试试吧。下面是运行指南和开发设计文档。
本源码分为客户端和服务端
客户端编译即可运行,socket连接为:127.0.0.1:9898
运行服务端时,需要使用MySQL建表,建表语句如下:
create database chinachess;
use chinachess;
create table user(
id int primary key auto_increment,
name char(10) unique not null,
password char(16) not
null, head int default 0,
score int default 0,
victory_count int default 0,
defeat_count int default 0, draw_count int default 0, join_time datetime
) charset utf8 collate utf8_general_ci;
服务端DbUtil.java里面有连接数据库的配置
功能
1:登陆
2.注册
3.消息
4:匹配游戏
5:走棋
6:求和
7:同意求和
* 8:悔棋
* 9:同意悔棋
* 10:认输
- 2022-03-11 15:32:55下载
- 积分:1
-
WiFiPadClient
说明: 手机android远程控制电脑,此为手机端,是个WIFI TCP SOCKET连接教程(android pda remote ctrcol pc)
- 2011-04-15 18:35:38下载
- 积分:1
-
android 3D物理传感器游戏——小球快跑
android应用程序,利用传感器开发的, 3D物理传感器游戏——小球快跑。本人参考国外源码进行的改变,非常有借鉴意义。传感器开发是未来的热点,将会和物联网、穿戴设备结合成为未来大热点。
- 2023-04-11 17:45:03下载
- 积分:1
-
按键精灵抢微信红包源代码
资源描述
现在流行微信抢红包,有了这个神器,你就可以把手机充上电放在那里,不用管它,自己识别红包,抢,抢,抢!
现在流行微信抢红包,有了这个神器,你就可以把手机充上电放在那里,不用管它,自己识别红包,抢,抢,抢!
现在流行微信抢红包,有了这个神器,你就可以把手机充上电放在那里,不用管它,自己识别红包,抢,抢,抢!
现在流行微信抢红包,有了这个神器,你就可以把手机充上电放在那里,不用管它,自己识别红包,抢,抢,抢!
- 2022-04-10 13:48:11下载
- 积分:1
-
android 与 JS 交互 例子源码下载
android 与 JS 交互 例子源码下载
- 2013-09-10下载
- 积分:1
-
支付包支付功能
购物车的实现;支付宝sdk的导入; 支付宝demo 的调试; 支付体系的解析
购物车的实现。注意事项:
1:购物车的数据应该全部都存储在客户端点击购物时,自动从服务器上加载数据即可;
2:购物车必须及时更新数据最终所有的的数据都是以购物车列表为基准。
- 2023-07-13 02:40:05下载
- 积分:1
-
android开发入门
android应用开发很好的入门资料,非常适合初学者。(An excellent introduction to android application development)
- 2019-02-17 15:11:49下载
- 积分:1
-
Android 蓝牙 4.0 ble scan 源码
Android 蓝牙 4.0 ble scan 源码
适用于 android 4.3以上版本 支持双模蓝牙
4.3、4.4版本android均可正常运行
已经在google nexus 5上测试
Android 蓝牙 4.0 ble scan 源码
适用于 android 4.3以上版本 支持双模蓝牙
已经在google nexus 5上测试
- 2022-02-03 03:19:36下载
- 积分:1