登录
首页 » Python » GitOauth

GitOauth

于 2020-06-18 发布 文件大小:8KB
0 139
下载积分: 1 下载次数: 0

代码说明:

  用Python完成了github的oauth2功能(The OAuth 2 function of GitHub is completed with Python)

文件列表:

GitOauth, 0 , 2019-05-27
GitOauth\DB_script.py, 124 , 2018-12-19
GitOauth\README.md, 248 , 2018-12-19
GitOauth\__pycache__, 0 , 2019-05-27
GitOauth\__pycache__\app.cpython-36.pyc, 1822 , 2019-05-27
GitOauth\__pycache__\config.cpython-36.pyc, 727 , 2019-05-27
GitOauth\__pycache__\config.cpython-37.pyc, 726 , 2019-05-27
GitOauth\__pycache__\exts.cpython-36.pyc, 181 , 2019-05-27
GitOauth\__pycache__\exts.cpython-37.pyc, 179 , 2019-05-27
GitOauth\app.py, 2284 , 2019-05-27
GitOauth\config.py, 842 , 2019-08-06
GitOauth\exts.py, 58 , 2018-12-19
GitOauth\manage.py, 297 , 2018-12-19
GitOauth\models.py, 255 , 2018-12-19
GitOauth\requirements.txt, 382 , 2018-12-19
GitOauth\templates, 0 , 2019-05-27
GitOauth\templates\index.html, 268 , 2019-05-27
GitOauth\templates\info.html, 288 , 2019-05-27
GitOauth\templates\login.html, 764 , 2018-12-19

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

发表评论

0 个回复

  • LanScan,局域扫描工具,学习和安全的小资料
    LanScan,局域网扫描工具,学习网络编程和安全的小资料-LanScan, LAN scanning tool, to learn network programming and security of small information
    2023-08-24 11:40:04下载
    积分:1
  • Linux:基于对战的五子棋游戏(含服务器端+客户端)
    使用C 语言,实现基于网络对战的五子棋游戏,因为使用到了pthread.h,所以得在linux下,否则得安装 pthread nuget
    2019-06-12下载
    积分:1
  • 357777
    取本机IP路由表源码例程,程序调用API函数取本机IP路由表。(Take the local IP routing table source code routines , the program calls API function takes the local IP routing table .)
    2015-10-16 11:27:27下载
    积分:1
  • client-server
    多协议文件传输c/s网络应用设计与实现,程序用 TCP/UDP 两个协议模拟多协议服务器。首先服务器端要将两种协议的套接字创建好,并且监听 TCP 端口的连接。必要时使用select函数来进行多连接处理和非阻塞处理。而客户端直接可以按照发送的地址和端口号来进行通讯。 首先要运行服务器端,服务器会监听 TCP 端口。然后运行客户端,根据事先设定好的 IP和端口,就可以进行连接传输数据了。 程序实现的关键步骤: 以TCP协议为例 服务器端: 1.创建套接字;2.绑定端口;3.进入无穷的循环;4.接收请求;5.处理请求;6.应答。 客户端: 1.找到服务器的IP地址和协议的端口号;2.创建套接字;3.确定连接需要任意的,没有使用的端口号允许TCP去选择一个;4.将套接字和服务器连接;5.使用应用层协议和服务器交互;6.关闭连接。 (Multi-protocol file transfer c/s network application design and implementation of programs simulate multi-protocol server with TCP/UDP both protocols. First socket server to create a good two protocols, TCP port and listens for connections. If necessary, use the function to handle multiple connections and non-blocking treatment. And the client can follow directly address and port number to communicate. First run on the server side, the server listens on TCP port. Then run the client, according to pre-configured IP and port, you can connect the data transmission. The key step program implementation: In TCP protocol as an example Service-Terminal: 1. Create a socket 2 bound port 3 enter an infinite loop 4. receiving a request 5. processing requests 6 response. Clients: 1. Locate the server s IP address and protocol port number 2 creates a socket 3 connections need to determine arbitrary, unused port allows TCP to choose a 4 and the socket server connections 5 using appli)
    2016-07-11 10:19:07下载
    积分:1
  • HyperLink
    VC网络通讯编程实用案例精选chap4HyperLink.rar(VC network communications programming practical cases Featured chap4HyperLink.rar)
    2008-01-20 20:12:03下载
    积分:1
  • Multi
    多文件上传,前面flex界面.后台php处理的,可自己修改成java-Multi-file upload, flex in front of the interface. Php deal with the background and can modify their own into java
    2022-01-25 22:19:51下载
    积分:1
  • 商城小序前后端(可以使用)
    基于PHP开发的商城微信小程序,包括前后端源码(Based on the development of PHP mall WeChat small program, including the front and rear source.)
    2020-11-16 13:49:40下载
    积分:1
  • FTP protocol is based on TCP/IP file transfer protocol that is used in the netwo...
    FTP协议是一种基于TCP/IP的文件传输协议,用来在网络中进行文件传输。FTP是TCP/IP的一种具体应用,它工作在OSI模型的第七层,TCP模型的第四层上,即应用层,使用TCP传输而不是UDP,FTP客户在和服务器建立连接前就要经过一个“三次握手”的过程,它带来的意义在于客户与服务器之间的连接是可靠的,而且是面向连接,为数据的传输提供了可靠的保证-FTP protocol is based on TCP/IP file transfer protocol that is used in the network for file transfer. FTP is a TCP/IP to a specific application, it works in the seventh layer of OSI model, TCP model for the fourth layer, namely, the application layer, using TCP transport instead of UDP, FTP client and server must establish a connection before the After a "three-way handshake" process, it brings the significance of the connection between the client and the server is reliable, but also connection-oriented, for data transmission to provide a reliable guarantee for
    2022-02-25 08:53:38下载
    积分:1
  • Traffic
    对网络的流量进行监测,会很好的对网络端口的流量进行监测,绝对可以完整运行(Traffic on the network to be monitored, will be well on network port flow monitoring, absolute integrity can be run)
    2012-04-27 20:15:36下载
    积分:1
  • kximitive__inline__session
    说明:  基于gprs通信的供水调度系统设计,简要的介绍一下cdma以及供水调度的算法设计(The design of water supply dispatching system based on gprs communication is introduced briefly. The cdma and the algorithm design of water supply dispatching are briefly introduced.)
    2019-01-04 23:57:00下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载