码迷,mamicode.com
首页 >  
搜索关键字:ansible callback    ( 5637个结果
定义称为“uniform” 的用法简介
#include <glad/glad.h>#include <GLFW/glfw3.h>#include <iostream> void framebuffer_size_callback(GLFWwindow* window, int width, int height){ glViewport ...
分类:其他好文   时间:2020-10-16 11:15:58    阅读次数:33
vue绑定用户接口
1.微博绑定用户接口 1.1 oauth/urls.py 中添加路由 urlpatterns = [ path('weibo/binduser/', views.OauthWeiboBindUser.as_view()), # /oauth/weibo/callback/ ] 1.2 oauth/v ...
分类:其他好文   时间:2020-10-13 17:09:33    阅读次数:18
vue微博回调空页
1.vue微博回调空页面 注:微博回调空页面为: http://127.0.0.1:8888/oauth/callback/ 1.1 页面路径 components\oauth.vue <template> <div> <p>跳转中....</p> </div> </template> <scrip ...
分类:其他好文   时间:2020-10-13 16:52:40    阅读次数:17
绑定微博用户接口
1.微博绑定用户接口 1.1 oauth/urls.py中添加路由 urlpatterns=[ path('weibo/binduser/', views.OauthWeiboBindUser.as_view()), # /oauth/weibo/callback/ ] 1.2 oauth/view ...
分类:其他好文   时间:2020-10-13 16:49:14    阅读次数:20
微博回调接口
1.微博回调接口 1.1 oauth/urls.py 中添加路由 urlpatterns = [ path('weibo/callback/', views.OauthWeiboCallback.as_view()), # /oauth/weibo/callback/ ] 1.2 oauth/vie ...
分类:其他好文   时间:2020-10-10 16:41:17    阅读次数:16
vue回调空页面
1.vue微博回调空页面 微博回调的空页面为http://127.0.0.1:8888/oauth/callback/ 1.1页面路径 components\oauth.vue <template> <div> <p>跳转中....</p> </div> </template> <script> i ...
分类:其他好文   时间:2020-10-10 16:40:45    阅读次数:17
vue微博回调空页面
1.vue微博回调空页面 注:微博回调空页面为: http://127.0.0.1:8888/oauth/callback/ 1.1 页面路径 components\oauth.vue <template> <div> <p>跳转中....</p> </div> </template> <scrip ...
分类:其他好文   时间:2020-10-10 16:38:21    阅读次数:14
绑定微博用户接口
1.微博绑定用户接口 1.1 oauth/urls.py 中添加路由 urlpatterns = [ path('weibo/binduser/', views.OauthWeiboBindUser.as_view()), # /oauth/weibo/callback/ ] 1.2 oauth/v ...
分类:其他好文   时间:2020-10-09 21:24:27    阅读次数:19
自动化运维Ansible-01-安装及简单的使用
实例环境:Centos 7.x 服务端的操作 1、这里我们使用epe源进行安装,需要打开自带的Base仓库 yum install epel-release -y yum install ansible -y 2、 ...
分类:其他好文   时间:2020-10-08 19:44:06    阅读次数:27
批量修改主机名 ansible
修改cat/etc/ansible/hosts[test]10.27.235.108host_name=test_host_namehosts:testuser:rootgather_facts:truetasks:name:rsyncdirfilebeathostname:‘name={{host_name}}‘name:"addline"lineinfile
分类:其他好文   时间:2020-10-08 18:41:19    阅读次数:19
5637条   上一页 1 ... 10 11 12 13 14 ... 564 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!