浏览项目
-
一、源码介绍简易项目,主要为Easyui学习用。学习用,商品发布,入库二、注意事项1、开发环境为VisualStudio2010,数据库为SqlServer2008R2,使用.net4.5开发。2、数据库文件在DB_51aspx文件夹中,附加即可。账号:admin密码:123
更新于 -
一、源码介绍SSO是指在多个应用系统中,只需登录一次,就可以访问其他互相信任的应用系统。JWT是JsonWebToken的缩写,是一种认证机制。OAuth2.0是一个认证流程,一共有四种方式,这里用的是最常用的授权码方式,流程为:1.系统A向认证中心先获取一个授权码code。2.系统A通过授权码code获取token,refresh_token,expiry_time,scope。token:系统A向认证方获取资源请求时带上的token。refresh_token:token的有效期比较短,用来刷新token用。expiry_time:token过期时间。scope:资源域,系统A所拥有的资源权限,比如scope:["userinfo"],则表示系统A只拥有获取用户信息的权限。像平时网站接入微信登录也是只能授权获取微信用户基本信息。这里的SSO都是公司自己的系统,都是获取用户信息,所以这个为空,第三方需要接入我们的登录时才需要scope来做资源权限判断。二、功能介绍我们的代码核心实现功能在于:(一)一处登录,全部登录:1.浏览器访问A系统,发现A系统未登录,跳转到统一登录中心(SSO)
更新于 -
-
-
-
A curated list of awesome remote jobs and resources. Inspired by https://github.com/vinta/awesome-python
更新于 -
Apache Camel is an open source integration framework that empowers you to quickly and easily integrate various systems consuming or producing data.
更新于 -
-
cuiyuheng / ProgrammingVTuberLogos
Creative Commons Attribution Non Commercial Share Alike 4.0 InternationalHigh-quality PNGs for logos I made for fun
更新于 -
cuiyuheng / ImageAI
MIT LicenseA python library built to empower developers to build applications and systems with self-contained Computer Vision capabilities
更新于 -
cuiyuheng / FunASR
OtherA Fundamental End-to-End Speech Recognition Toolkit and Open Source SOTA Pretrained Models, Supporting Speech Recognition, Voice Activity Detection, Text Post-processing etc.
更新于 -
BoxMOT: pluggable SOTA tracking modules for segmentation, object detection and pose estimation models
更新于 -
-
cuiyuheng / stagehand
MIT LicenseAn AI web browsing framework focused on simplicity and extensibility.
更新于 -
cuiyuheng / vue-element-admin
MIT License🎉 A magical vue admin https://panjiachen.github.io/vue-element-admin更新于 -
更新于
-
WhiteSaber / MrZhangXM
MIT License更新于