码迷,mamicode.com
首页 >  
搜索关键字:serialization    ( 695个结果
list2json
list2json方法System.Web.Script.Serialization.JavaScriptSerializer serial = new System.Web.Script.Serialization.JavaScriptSerializer();string strHuoDongL...
分类:Web程序   时间:2015-10-06 10:17:22    阅读次数:333
133. Clone Graph (Graph, Map; DFS)
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-10-04 17:11:43    阅读次数:239
LintCode "Binary Tree Serialization"
Here is a BFS solution which is compatible with LeetCode binary tree format.class Solution {public: /** * This method will be invoked first, yo...
分类:其他好文   时间:2015-09-30 14:28:54    阅读次数:176
Clone Graph 解答
QuestionClone an undirected graph. Each node in the graph contains alabeland a list of itsneighbors.OJ's undirected graph serialization:Nodes are labe...
分类:其他好文   时间:2015-09-24 10:55:51    阅读次数:126
oracle获取表和列的备注
using System;using System.Collections.Generic;using System.Data;using System.Linq;using System.Runtime.Serialization.Json;using System.Text.RegularExp...
分类:数据库   时间:2015-09-20 19:01:32    阅读次数:238
Python处理JSON(转)
参考:概念序列化(Serialization):将对象的状态信息转换为可以存储或可以通过网络传输的过程,传输的格式可以是JSON、XML等。反序列化就是从存储区域(JSON,XML)读取反序列化对象的状态,重新创建该对象。JSON(JavaScript Object Notation):一种轻量级数...
分类:编程语言   时间:2015-09-16 19:28:28    阅读次数:213
spark调优1
https://spark.apache.org/docs/1.2.1/tuning.html Data Serialization spark现在提供Java serialization和Kryo serialization库 Java serialization比较慢,Kryo serialization比较快 Memory Tuning Determinin...
分类:其他好文   时间:2015-09-07 19:51:28    阅读次数:176
Leetcode: 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 uniquely.We use # as a separator for each node, an...
分类:其他好文   时间:2015-09-03 16:42:54    阅读次数:105
C# 编写通用的JSON数据进行序列化和反序列化
注意事项:使用JSON系列化和反系列化,必须要添加引用System.Runtime.Serialization。 1.通用类代码如下: /// /// JSON序列化和反序列化辅助类 /// public class JsonHelper { /// /// JSON序列化 /// /// ...
分类:Windows程序   时间:2015-09-02 17:15:09    阅读次数:180
Asp.net MVC JsonResult 忽略属性
指定JavaScriptSerializer不序列化公共属性或公共字段。无法继承此类。命名空间:System.Web.Script.Serialization程序集:System.Web.Extensions(在 System.Web.Extensions.dll 中)publicclassPers...
分类:Web程序   时间:2015-09-01 18:20:44    阅读次数:185
695条   上一页 1 ... 37 38 39 40 41 ... 70 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!