登录
首页 » Java » ISSAuthorize

ISSAuthorize

于 2016-06-20 发布 文件大小:1053KB
0 138
下载积分: 1 下载次数: 3

代码说明:

  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)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • java博客测试
    基于mvc的博客源码,初学者可下载继续完善期间的功能模块,当然主要是为了学习,有诸多的bug和warn要细心修正                                                                                                                                                      
    2022-04-18 09:34:11下载
    积分:1
  • android 虚线/边框/圆角 例子源码
    android 虚线/边框/圆角 例子源码
    2015-06-12下载
    积分:1
  • foursquared
    foursquared android 客户端源码,以前下载的,现在都不能下了,想看的童鞋们可以看看,代码写的没法说。(foursquared android client source code, previously downloaded, now can not come, and want to see the children s shoes can see, the code can not write that.)
    2011-12-07 21:14:43下载
    积分:1
  • Java 论坛
    Java的论坛目前Web应用程序是一个在线讨论应用程序,其中用户可以在其特定的主题讨论。用户登录或注册和读取的问题和意见,也可以发布自己的问题或意见。此应用程序使用下面的Web技术。Spring - 作为一个网络技术。Hibernate - 用于处理数据库连接。JPA - 维护持久性数据的应用程序。Eclipse  - 编译和构建应用程序。Tomcat的6 - 用于运行应用程序其配置类似于前面的项目,但它是建立在Eclipse而非Maven的。以下是Controller类。
    2022-08-21 02:07:59下载
    积分:1
  • wordpresszt_gzlzt_v3.9
    易秀购主题网发现很多网友比较喜欢格子类型的主题,其实格子类型的主题适合做摄影、图片分享、或者各种设计展示类型的网站,今天我们分享的也是一款wordpress格子主题,这款主题风格是由国内wordpress爱好者原创设计的,借鉴了苹果官方的设计元素,简洁大方而不失现代感,该主题摒弃使用现代大多数WP主题追求和倡导的HTML5等流行元素,后台采用独立的主题设置和SEO设置让使用者更加方便操作,我们不复杂,我们追求简单!更多详情请看主题演示。(Easy to show that many users find purchase THEMANET prefer lattice type of theme, in fact, the theme of the lattice type suitable for photography, photo-sharing, or various types of website design showcase, and today we share is a grid wordpress theme, this theme style lovers by domestic wordpress original design, drawing official Apple design elements, simple and elegant and yet modern, abandon the use of the most modern theme WP theme and advocacy to pursue other popular elements of HTML5, background using a separate theme SEO settings allow users to set up and easier to operate, we are not complicated, we seek simple! For more details see the topic presentation.)
    2015-04-11 20:36:37下载
    积分:1
  • android-base-station-positioning
    android基站定位的实现方法和相关配置,简单易懂(android base station positioning implementation and related configuration, easy to understand)
    2011-08-25 22:08:36下载
    积分:1
  • html5-screenshot
    一个具有截图功能的,可拖拽的演示,基于HTML的,效果很好,是个很好的模板。(One has a screenshot function, you can drag the demo, HTML-based, with good results, is a good template.)
    2015-04-15 09:55:17下载
    积分:1
  • android 获取系统自带通讯录 示例源码下载
    android 获取系统自带通讯录 示例源码下载
    2014-02-14下载
    积分:1
  • Google Maps Android API V2版本地图
    Google Maps Android API V2版本地图开发
    2015-01-28下载
    积分:1
  • 俄罗斯方块
    资源描述package tetris; import java.awt.*; import java.awt.event.*; import javax.swing.*; import com.borland.jbcl.layout.*; /** * Title: * Description: * Copyright: Copyright (c) 2005 * Company: * @author not attributable * @version 1.0 */ public class MainFrame extends JFrame { JPanel contentPane;//窗体内容网格 JMenuBar jMenuBar1 = new JMenuBar();//菜单条 JMenu jMenu1 = new JMenu();//文件菜单 JMenu jMenu2 = new JMenu();//选项菜单 JMenu jMenu3 = new JMenu();//初始化水平菜单 JMenuItem jMenuItem1 = new JMenuItem();//游戏开始菜单项 JMenuItem jMenuItem2 = new JMenuItem();//游戏暂停菜单项 JMenuItem jMenuItem3 = new JMenuItem();//游戏退出菜单项 //10个初始级别设置菜单项 JRadioButtonMenuItem jRadioButtonMenuItem1 = new JRadioButtonMenuItem(); JRadioButtonMenuItem jRadioButtonMenuItem2 = new JRadioButtonMenuItem(); JRadioButtonMenuItem jRadioButtonMenuItem3 = new JRadio
    2022-05-27 20:44:42下载
    积分:1
  • 696518资源总数
  • 105549会员总数
  • 12今日下载