index顾名思义“索引”,index服务主要提供镜像索引以及用户认证的功能。当下载一个镜像的时候,首先会去index服务上做认证,然后查找镜像所在的registry的地址并放回给docker客户端,最终docker客户端再从registry下载镜像,当然在下载过程中registry会去index校验客户端token..
分类:
其他好文 时间:
2015-11-17 19:31:31
阅读次数:
219
如果你没有添加 GitHub 密钥的话,composer update 会提示你登录: Could?not?fetch?https://api.github.com/repos/RobinHerbots/jquery.inputmask/contents/bower.json?ref=03e65a2d28159e885e18acee9cae53ac...
分类:
其他好文 时间:
2015-11-16 17:49:09
阅读次数:
134
APNS(Apple Push Notification Services)苹果专门的推送服务器 接收我们自己应用服务器需要被推送的消息 然后推送到我们的手机 手机通知我们的应用程序注册的大概流程:1 设备需要向APNS服务器注册2 注册成功后返回device_token值3 将这个token值发送...
分类:
其他好文 时间:
2015-11-13 22:05:32
阅读次数:
301
usingUnityEngine;
usingSystem;
usingSystem.Collections;
usingSystem.Net;
usingSystem.Text;
usingSystem.Web;
publicclassGainToken:MonoBehaviour{
//Usethisforinitialization
voidStart(){
}
publicstringcontent;
privatestringGetToken()
{
stringxml=..
分类:
编程语言 时间:
2015-11-13 19:16:49
阅读次数:
1412
Apple Push Notification Service (APNs)Notification 是一个由 APNs 发来的消息,它包括两个部分:device token 和 payload。device token 是一个识别码,由 APNs 给出。device token 在一台设备上是唯一...
分类:
移动开发 时间:
2015-11-11 06:26:50
阅读次数:
252
《Windows Azure Platform 系列文章目录》 本文介绍的是国内由世纪互联运维的Azure China 在笔者之前的文章中,我们介绍了Azure Share Access Signature,可以对设置为Private属性的Azure Container,设置一个临时的访问T...
分类:
其他好文 时间:
2015-11-10 12:31:06
阅读次数:
221
django rest framework csrf failed csrf token missing or incorrectREST_FRAMEWORK = { 'DEFAULT_AUTHENTICATION_CLASSES': ('rest_framework.authenticati...
分类:
其他好文 时间:
2015-11-09 23:57:17
阅读次数:
2819
说到这个题目,先从今天和朋友讨论一个问题开始。{a:1,b:2}直接在控制台输出时会报错“Uncaught SyntaxError: Unexpected token :”;一开始不能理解,一个再正常不过的对象,为什么会报错呢?其实分析下就知道,{}在js中除了表示对象直接量外,还表示语句块;如果一...
分类:
Web程序 时间:
2015-11-09 20:32:05
阅读次数:
256
#include #include #include char prog[80],token[8];char ch;int syn,p,m,n,kk,sum=0;char *rwtab[6]={"begin","if","then","while","do","end"};int lrparser(...
分类:
其他好文 时间:
2015-11-09 15:35:07
阅读次数:
265