您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. .net从1.0到4.0版本序列化全集

  2. 各版本序列化(Serialization)
  3. 所属分类:C#

    • 发布日期:2013-11-02
    • 文件大小:9437184
    • 提供者:w690420765
  1. Java+SE+7+Documentation.chm

  2. java开发助手,各个类的实现,以及解释 Java SE 7 is the next major release of the Java SE platform and is currently available as an early access release. Java SE 7 documentation will be regularly updated as and when new features are added to the Java SE 7 platform. Y
  3. 所属分类:Java

    • 发布日期:2013-11-18
    • 文件大小:38797312
    • 提供者:sxf1997
  1. Simple-xml-2.7.1

  2. Simple 是一个 Java 框架,用于简化序列化和反序列化 XML 的过程。使用 Simple,开发人员可以简化(名字由此而来)将简单老 Java 对象(POJO)转换成 XML 文档的过程 — 即所谓的序列化(serialization)过程。Simple 也可促进相反的过程:开发人员可以将 XML 文档转换成 POJO — 即所谓的反序列化(deserialization)过程。
  3. 所属分类:Java

    • 发布日期:2013-11-25
    • 文件大小:2097152
    • 提供者:wplove1029
  1. java创建 JSON 格式的数据

  2. java创建 JSON 格式的数据.JSON (Javascr ipt Object Notation) is a lightweight computer data interchange format. It is a text-based, human-readable format for representing simple data structures and associative arrays (called objects). The JSON format is oft
  3. 所属分类:Javascript

    • 发布日期:2013-12-29
    • 文件大小:76800
    • 提供者:liaoqianwen123
  1. gson-1.6.jar

  2. Gson 是 Google 提供的用来在 Java 对象和 JSON 数据之间进行映射的 Java 类库。可以将一个 JSON 字符串转成一个 Java 对象,或者反过来。 示例代码: Gson gson = new Gson(); int[] ints = {1, 2, 3, 4, 5}; String[] strings = {"abc", "def", "ghi"}; (Serialization) gson.toJson(ints); ==> prints [1,2,3,4,5]
  3. 所属分类:Android

    • 发布日期:2014-01-03
    • 文件大小:164864
    • 提供者:wjw_java
  1. Playmaker1.7.6

  2. Version 1.7.6 Improvements Exposed preference for dimming finished actions. Bug Fixes Fixes for Unity 4.3: Fixed WP8 compile error. Fixed GUILayout errors when editing arrays in action. Fixed editor losing FSM selection on GameObject with multiple F
  3. 所属分类:综合布线

    • 发布日期:2014-01-29
    • 文件大小:3145728
    • 提供者:u013579262
  1. Hadoop: The Definitive Guide

  2. Hadoop: The Definitive Guide, Third Edition by Tom White 2012-01-27 Early release revision 1 Hadoop got its start in Nutch. A few of us were attempting to build an open source web search engine and having trouble managing computations running on eve
  3. 所属分类:其它

    • 发布日期:2014-02-10
    • 文件大小:8388608
    • 提供者:fffjjjhhhttt
  1. 怎样优化你的java程序

  2. Preface Contents of This Book New in the Second Edition Virtual Machine (VM) Versions Conventions Used in This Book Comments and Questions Acknowledgments Chapter 1. Introduction Section 1.1. Why Is It Slow? Section 1.2. The Tuning Game Section 1.3.
  3. 所属分类:Java

    • 发布日期:2007-04-02
    • 文件大小:1048576
    • 提供者:landauchos
  1. c# 自定义序列化两种方法

  2. c# custom serialization 自定义序列化两种方法:1、继承ISerializable,IDeserializationCallback 2、XML方式。(转) 自用
  3. 所属分类:C#

    • 发布日期:2014-04-07
    • 文件大小:64512
    • 提供者:jjhua
  1. JAVA8 API.CHM

  2. How This API Document Is Organized This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows. Overview The Overview page is the front page of this API document and provides
  3. 所属分类:Java

    • 发布日期:2014-05-21
    • 文件大小:42991616
    • 提供者:yg359547115
  1. BinaryFormatter

  2. .NET Framework 类库 BinaryFormatter 类 以二进制格式将对象或整个连接对象图形序列化和反序列化。 命名空间:System.Runtime.Serialization.Formatters.Binary 程序集:mscorlib(在 mscorlib.dll 中)
  3. 所属分类:C#

    • 发布日期:2008-10-19
    • 文件大小:134144
    • 提供者:fish_birds
  1. J2SE6.0(英文帮助文件).chm

  2. win7 ,win8都可以使用 -------------------------------------------------------------------------------- Overview Package Class Use Tree Deprecated Index Help Java™ Platform Standard Ed. 6 PREV NEXT FRAMES NO FRAMES All Classes -----------------------------
  3. 所属分类:Java

    • 发布日期:2014-07-09
    • 文件大小:38797312
    • 提供者:linhao19891124
  1. ASP.Net MVC 4 and the Web API

  2. In the years since the first release of the .NET Framework, Microsoft has provided a variety of approaches for building service-oriented applications. Starting back in 2002 with the original release of .NET, a developer could fairly easily create an
  3. 所属分类:C#

    • 发布日期:2014-09-05
    • 文件大小:1048576
    • 提供者:west_way
  1. Pro .NET Performance

  2. ■■Chapter 1: Performance Metrics..................................................................................1 ■■Chapter 2: Performance Measurement.........................................................................7 ■■Chapter 3: Type Inte
  3. 所属分类:C#

    • 发布日期:2014-09-05
    • 文件大小:5242880
    • 提供者:west_way
  1. msgpack-java-master

  2. msgpack - MessagePack is an extremely efficient object serialization library. It's like JSON, but very fast and small.
  3. 所属分类:Java

    • 发布日期:2014-09-19
    • 文件大小:395264
    • 提供者:c12951217
  1. msgpack-python-0.4.2.tar

  2. ======================= MessagePack for Python ======================= :author: INADA Naoki :version: 0.4.1 :date: 2014-02-17 .. image:: https://secure.travis-ci.org/msgpack/msgpack-python.png :target: https://travis-ci.org/#!/msgpack/msgpack-python
  3. 所属分类:Python

    • 发布日期:2014-09-19
    • 文件大小:113664
    • 提供者:c12951217
  1. android webservice 需要的 jar ksoap2

  2. org.ksoap2.SoapEnvelope org.ksoap2.serialization.SoapObject org.ksoap2.serialization.SoapSerializationEnvelope ksoap2.jar 文件
  3. 所属分类:Android

    • 发布日期:2014-10-16
    • 文件大小:141312
    • 提供者:u013546866
  1. JavaIO.ppt

  2. 1,methods for accessing file, text data, object serialization and internationalization Sequential and Random access 2,Reading and writing of primitive values 3,Applications and applets are provided with three streams automatically
  3. 所属分类:Java

    • 发布日期:2014-11-04
    • 文件大小:678912
    • 提供者:schedule0000
  1. .net 框架 源码 DotNetReferenceSource

  2. 源码dll: ComSvcConfig mscorlib PresentationBuildTasks PresentationCore PresentationFramework PresentationFramework.Aero PresentationFramework.Classic PresentationFramework.Luna PresentationFramework.Royale SMDiagnostics SMSvcHost svcutil System System
  3. 所属分类:C#

    • 发布日期:2014-11-13
    • 文件大小:57671680
    • 提供者:lanya123
  1. C# 5.0 Programmer

  2. ? PARt I thE C# ECOSyStEM ChAPtER 1 The C# Environment ....................................... 3 ChAPtER 2 Writing a First Program ................................... 11 ChAPtER 3 Program and Code File Structure ........................... 27 ? PARt
  3. 所属分类:C#

    • 发布日期:2014-11-17
    • 文件大小:7340032
    • 提供者:fzinfz
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 22 »