-
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
-
tab host
tab host
- 2013-06-09下载
- 积分:1
-
Android计算器
Android初学,,,计算器代码,,,,,作业,,,,化合法见覅恢复方法及按尽快发货
- 2023-03-02 05:10:07下载
- 积分:1
-
抽屉布局图
安卓导航抽屉是一一个最常用的设计
- 2022-03-18 02:30:18下载
- 积分:1
-
员工管理系统
实现了登陆,注册,添加删除员工信息
public class MainActivity extends Activity {
private EditText etName;
private EditText etSalary;
private EditText etAge;
private RadioGroup radioGroup;
private Handler handler=new Handler(){
public void handleMessage(android.os.Message msg) {
switch (msg.what) {
case HANDLER_ADD_EMP_SUCCESS:
Toast.makeText(MainActivity.this, "恭喜,添加成功", Toast.LENGTH_SHORT).show();
//启动ListEmpActivity
finish();
break;
case HANDLER_ADD_EMP_FAIL:
Toast.makeText(MainActivity.this, "恭喜,添加失败:"+msg.obj, Toast.LENGTH_SHORT).show();
break;
}
}
};
public static final int HANDLER_ADD_EMP_SUCCESS=0;
public static final int HANDLER_ADD_EMP_FAIL=1;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
setViews();
- 2022-01-25 23:48:24下载
- 积分:1
-
draw
此源码是一个可以在android手机上实现以动画的形式画图的一个demo(This source is a form of animation drawing a demo on the android phone)
- 2013-05-17 11:13:10下载
- 积分:1
-
face_shibie
基于百度媒体云人脸识别安卓版,Android,源码精简,亲测可用,适合初学者研究(Baidu cloud-based media recognition Android version, Android, streamlined source, pro-test available for beginners research)
- 2016-08-23 15:55:17下载
- 积分:1
-
chatSample
using android in java eclipse.
- 2012-06-24 00:45:20下载
- 积分:1
-
android 工具类
android常用的一些工具类代码,比如:日志类,toast类,字符串处理类,数据库处理类
- 2023-05-26 16:05:03下载
- 积分:1
-
andorid 仿微信相册上传 例子源码下载
andorid 仿微信相册上传 例子源码下载
- 2015-04-21下载
- 积分:1