码迷,mamicode.com
首页 >  
搜索关键字:serialization    ( 695个结果
spark使用KryoRegistrator java代码示例
转载引用自:http://www.cnblogs.com/tovin/p/3833985.html最近在使用spark开发过程中发现当数据量很大时,如果cache数据将消耗很多的内存。为了减少内存的消耗,测试了一下Kryo serialization的使用代码包含三个类,KryoTest、MyReg...
分类:编程语言   时间:2015-01-17 12:34:27    阅读次数:415
数据库 DBservices
DBService using System; using System.Collections.Generic; using System.Linq; using System.Runtime.Serialization; using System.ServiceModel; using Syst...
分类:数据库   时间:2015-01-16 14:30:47    阅读次数:167
数据库 IDBservice
using System; using System.Collections.Generic; using System.Linq; using System.Runtime.Serialization; using System.ServiceModel; using System.Text; u...
分类:数据库   时间:2015-01-16 14:25:11    阅读次数:204
微博API
Error Domain=com.alamofire.error.serialization.response Code=-1016 "Request failed: unacceptable content-type: text/plain" UserInfo=0xa053d90 {com.ala...
分类:Windows程序   时间:2015-01-15 20:16:18    阅读次数:288
[LeetCode#133]Clone Graph
The problem:Clone an undirected graph. Each node in the graph contains alabeland a list of itsneighbors.OJ's undirected graph serialization:Nodes are ...
分类:其他好文   时间:2015-01-13 00:04:10    阅读次数:135
LintCode-Serialization and Deserialization Of Binary Tree
Design an algorithm and write code to serialize and deserialize a binary tree. Writing the tree to a file is called 'serialization' and reading back f...
分类:其他好文   时间:2015-01-08 13:17:33    阅读次数:207
WebHttpBinding.ReaderQuotas 无法设置或者无法点出来
项目需要引用System.Runtime.Serialization.dll才能设置各项值:binding.ReaderQuotas.MaxDepth = 2147483647; binding.ReaderQuotas.MaxStringContentLength = 214...
分类:Web程序   时间:2015-01-08 11:13:43    阅读次数:155
Java序列化和反序列化
Java序列化Serialization(序列化)是一种将对象以一连串的字节描述的过程;反序列化deserialization是一种将这些字节重建成一个对象的过程。序列化的必要性Java中,一切都是对象,在分布式环境中经常需要将Object从这一端网络或设备传递到另一端。这就需要有一种可以在两端传输...
分类:编程语言   时间:2015-01-05 18:40:22    阅读次数:234
WSDL接口调用
import java.io.IOException;import java.util.Iterator;import java.util.Map;import org.ksoap2.SoapEnvelope;import org.ksoap2.serialization.MarshalBase64...
分类:其他好文   时间:2015-01-05 18:36:32    阅读次数:82
调用微信接口取数据
添加引用:using System.Web.Script.Serialization;using System.Collections.Generic;using Jayrock.Json;public void GetInfos() { var code = Request.QueryStri.....
分类:微信   时间:2015-01-05 16:16:29    阅读次数:290
695条   上一页 1 ... 53 54 55 56 57 ... 70 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!