using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Reflection;using System.Runtime.Serialization;using Syste...
Redis Protocol specification Redis clients communicate with the Redis server using a protocol called RESP (REdis Serialization Protocol). While the protocol was designed specifically for Redis, it ...
分类:
其他好文 时间:
2015-06-05 23:03:21
阅读次数:
503
Clone an undirected graph. Each node in the graph contains alabeland a list of itsneighbors.OJ's undirected graph serialization:Nodes are labeled uniq...
分类:
其他好文 时间:
2015-06-05 12:15:11
阅读次数:
112
题目:Clone an undirected graph. Each node in the graph contains alabeland a list of itsneighbors.OJ's undirected graph serialization:Nodes are labeled u...
分类:
其他好文 时间:
2015-06-05 11:33:38
阅读次数:
112
using System;using System.Collections.Generic;using System.Web.Script.Serialization;using System.Configuration;using System.Runtime.Serialization.Json...
Clone an undirected graph. Each node in the graph contains a label and a list of its neighbors.OJ's undirected graph serialization:Nodes are labeled u...
分类:
编程语言 时间:
2015-06-02 12:56:58
阅读次数:
175
使用AFNetworking出现报错:error=Error Domain=com.alamofire.error.serialization.response Code=-1016 "Request failed: unacceptable content-type: text/html" Use...
分类:
移动开发 时间:
2015-06-02 00:21:39
阅读次数:
540
以前用的好端端的接口,今天访问居然出错了,但是再用浏览器测试,发现可以正常返回数据,甚是奇怪啊。下面是错误信息:获取服务器响应出错error=Error Domain=com.alamofire.error.serialization.response Code=-1016 "Request fai...
分类:
移动开发 时间:
2015-06-01 18:14:47
阅读次数:
224
在Unity3d 编辑器中创建一个 物体,然后保存为 Prefab 。上传到 SVN中,在团队协作中很正常的一个操作,但是因为Unity的配置问题,在另外的电脑上下载过来后,Prafab却被Unity修改。...
分类:
编程语言 时间:
2015-06-01 14:41:34
阅读次数:
161
在上一篇中讲解了,如何让一个WCF服务实现多个WCF数据契约,本篇介绍一个数据契约上的Name属性。先看一下,废话不多说,先看一下Demo。
1、数据契约
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.Serialization;
using System.Se...
分类:
其他好文 时间:
2015-06-01 11:36:07
阅读次数:
118