码迷,mamicode.com
首页 >  
搜索关键字:serialization    ( 695个结果
c#解决Nullable类型的转换 (包含DataContract的序列化和反序列化以及 该例子应用在反射属性setvalue的时候有用)
using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Reflection;using System.Runtime.Serialization;using Syste...
分类:Windows程序   时间:2015-06-06 18:04:34    阅读次数:271
Redis Protocol specification
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
[LeetCode] Clone Graph
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 Graph】cpp
题目: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
C#实现json的序列化和反序列化
using System;using System.Collections.Generic;using System.Web.Script.Serialization;using System.Configuration;using System.Runtime.Serialization.Json...
分类:Windows程序   时间:2015-06-04 15:18:55    阅读次数:130
Java for LeetCode 133 Clone Graph
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
iOS AFNetworking “Request failed: unacceptable content-type: text/html”问题
使用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
iOS AFN请求返回错误:"Request failed: unacceptable content-type: text/html"
以前用的好端端的接口,今天访问居然出错了,但是再用浏览器测试,发现可以正常返回数据,甚是奇怪啊。下面是错误信息:获取服务器响应出错error=Error Domain=com.alamofire.error.serialization.response Code=-1016 "Request fai...
分类:移动开发   时间:2015-06-01 18:14:47    阅读次数:224
Unity3d Asset Serialization 设置错误导致SVN文件不能同步
在Unity3d 编辑器中创建一个 物体,然后保存为 Prefab 。上传到 SVN中,在团队协作中很正常的一个操作,但是因为Unity的配置问题,在另外的电脑上下载过来后,Prafab却被Unity修改。...
分类:编程语言   时间:2015-06-01 14:41:34    阅读次数:161
How to make changes to wcf service without breaking clients
在上一篇中讲解了,如何让一个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
695条   上一页 1 ... 43 44 45 46 47 ... 70 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!