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

搜索资源列表

  1. Windows Phone 7 Recipes: A Problem-Solution Approach

  2. Apress, 2011 You have just bought your new Windows Phone 7 device and would like to start developing applications. You need to know the device’s hardware characteristics such as screen resolution and memory capability—but also which sensors and serv
  3. 所属分类:WindowsPhone

    • 发布日期:2012-01-02
    • 文件大小:5242880
    • 提供者:nightcloud
  1. Win32多线程程序设计(完美版).pdf

  2. 第一篇 上路吧,线程 第1章 为什么要“千头万绪” 一条曲折的路 与线程共枕 为什么最终用户也需要多线程 Win32基础 Context Switching Race Conditions(竞争条件) Atomic Operations(原子操作) 线程之间如何通讯 好消息与坏消息 第2章 线程的第一次接触 产生一个线程 使用多个线程的结果 核心对象(Kernel Objects) 线程结束代码(Exit Code) 结束一个线程 错误处理 后台打印(Background Printing)
  3. 所属分类:C++

    • 发布日期:2012-01-03
    • 文件大小:5242880
    • 提供者:l361357732
  1. schemas.microsoft.com.2003.10.Serialization.xsd

  2. 这个文档是用svcutil.exe生成的元数据 是对于本人WCF文章中的源码下载
  3. 所属分类:C#

    • 发布日期:2012-01-04
    • 文件大小:2048
    • 提供者:wujiang1984
  1. c#拼图游戏

  2. using System; using System.Collections; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.IO; using System.Xml; using System.Text.RegularExpressions;
  3. 所属分类:C#

    • 发布日期:2012-01-30
    • 文件大小:1048576
    • 提供者:hgwsywbj0102
  1. WCF中动态设置KnownType的示例代码

  2. 动态配置Known Types,解决WCF动态扩展属性类型的问题: Unhandled Exception: System.Runtime.Serialization.SerializationException: Type '--------' with data contract name 'Dog:http://schemas.datacontract.org/2004/07/Serialization' is not expected. Consider using a DataCon
  3. 所属分类:C#

    • 发布日期:2012-02-08
    • 文件大小:148480
    • 提供者:xioxu
  1. as3corelib.swc和小例子

  2. com.adobe.serialization.json.JSON; flex使用json报错,没有定义的类型,导入包即可. as3corelib.googlecode.com此包中还有获取本机ip地址端口号的类 资源是rar文件, 里面有源码+示例 和一个as3corelib.swc文件
  3. 所属分类:Flash

    • 发布日期:2012-02-09
    • 文件大小:1048576
    • 提供者:badbaby95
  1. .NET Web Services: Architecture and Implementation

  2. .NET Web Services is the authoritative guide to designing and architecting better Web services using Microsoft technologies. Written by Keith Ballinger, a Program Manager for XML Web Services at Microsoft, this book explains what Web services are, w
  3. 所属分类:C#

    • 发布日期:2012-02-13
    • 文件大小:1048576
    • 提供者:misaiya
  1. PocketSOAP1.5.5

  2. This is an Open Source [MPL] SOAP client COM component for the Windows family, originally targeted at PocketPC (hence the name), there is also a Win32 version that works on Windows 95/98/Me/NT4/2000/XP/2003. The package includes a HTTP 1.1 transport
  3. 所属分类:C#

    • 发布日期:2012-02-23
    • 文件大小:821248
    • 提供者:xgt2010
  1. delphi 序列化

  2. 序列化 (serialization):将对象的状态信息转换为可以存储或传输的形式的过程。 与序列化相对的是反序列化,它将流转换为对象。这两个过程结合起来,可以轻松地存储和传输数据。 序列化的目的   1、以某种存储形式使自定义对象持久化;   2、将对象从一个地方传递到另一个地方。   3、使程序更具维护性 在Delphi中 只要从 TPersistent继承后就会有序列化的功能。 在TPersistent中的定义 procedure DefineProperties(Filer: TFil
  3. 所属分类:Delphi

    • 发布日期:2012-03-02
    • 文件大小:264192
    • 提供者:kevinzhaoyp
  1. HTTP_序列化和压缩

  2. The advent of .NET Framework is the most significant event in the programming world over the last 10 years and I think it is still underestimated. It is the most solid and comprehensive framework ever. However, nothing and nobody is perfect. This ar
  3. 所属分类:C#

    • 发布日期:2012-03-17
    • 文件大小:652288
    • 提供者:ytu116
  1. XmlSerializer基本例子以及注意事项(代码注释)

  2. 这篇随笔对应的.Net命名空间是System.Xml.Serialization;文中的示例代码需要引用这个命名空间。 先举例: 有一个Company类和一个Group类。 Company表示一个公司,Group表示一个集团。 二、注意事项: 1. 被序列化的对象必须要有一个构造函数。 2. private 属性将不会被序列化。如果不想序列化一个public属性,则打上 [XmlIgnore]标签。 3. 对于枚举类型的属性,在序列化之前一定要赋值,否则会序列化失败。这个问题我在Windows
  3. 所属分类:C#

    • 发布日期:2012-03-29
    • 文件大小:29696
    • 提供者:deepleo
  1. CDMI (云存储管理接口规范)

  2. CDMI 云存储管理接口规范 描述云存储及部分管理接口的规范性文档, 可惜当下是全英文的.(呵呵,英语好的家伙有福了) 1 - Scope Defines the scope of this document 2 - References Lists the normative references for this document 3 - Terms Provides terminology used in this document 4 - Conventions Describes t
  3. 所属分类:其它

    • 发布日期:2012-05-03
    • 文件大小:791552
    • 提供者:svjie
  1. Java2核心技术卷I+卷2:基础知识(第8版) 代码

  2. Java 核心技术 卷1 Index Chapter 1: An Introduction to Java 1 Java As a Programming Platform 2 The Java “White Paper” Buzzwords 2 Java Applets and the Internet 7 A Short History of Java 9 Common Misconceptions about Java 11 Chapter 2: The Java Programming
  3. 所属分类:Java

    • 发布日期:2012-05-15
    • 文件大小:1048576
    • 提供者:axjlcl
  1. MFC+Windows程序设计

  2. Introduction Like many of my colleagues in this industry, I learned Windows programming from Charles Petzold's Programming Windows—a classic programming text that is the bible to an entire generation of Windows programmers. When I set out to become
  3. 所属分类:C++

    • 发布日期:2012-05-19
    • 文件大小:45088768
    • 提供者:oo000000oolionel
  1. TreeView的序列化

  2. 树形结构TreeView的序列化,使用system.runtime.serialization.formatters.binary;
  3. 所属分类:C#

    • 发布日期:2012-05-23
    • 文件大小:3072
    • 提供者:yingfan
  1. Official Visual Studio 2008 VB.NET Samples

  2. Visual Basic 2008 Samples These samples demonstrate many of the new features available with Visual Basic 2008 and the .NET Framework 3.5 including hundreds Language Integrated Query (LINQ) samples. The following is the list of all samples: Applicati
  3. 所属分类:VB

    • 发布日期:2012-07-23
    • 文件大小:8388608
    • 提供者:ztf_82
  1. Flex Json类库

  2. Flex 操作Json对象。import com.adobe.serialization.json.*;
  3. 所属分类:Web开发

    • 发布日期:2012-08-31
    • 文件大小:670720
    • 提供者:guwei36
  1. CLR via C#

  2. Part I – CLR Basics Chapter 1-The CLR’s Execution Model Added about discussion about C#’s /optimize and /debug switches and how they relate to each other. Chapter 2-Building, Packaging, Deploying, and Administering Applications and Types Improved di
  3. 所属分类:C#

    • 发布日期:2012-09-20
    • 文件大小:37748736
    • 提供者:blackeagle
  1. corelib.swc

  2. Flex处理JSON时需要的SWC文件.下载后Add到工程下的Library path下即可.或者直接复制到本地工程的Lib下;完整的包名:com.adobe.serialization.json.JSON;
  3. 所属分类:Web开发

    • 发布日期:2008-07-23
    • 文件大小:53248
    • 提供者:Imain
  1. Adobe 类库中提取的 json包

  2. 路径(com/adobe/serialization/json) Adobe 类库中提取的 json包.
  3. 所属分类:Web开发

    • 发布日期:2012-10-22
    • 文件大小:17408
    • 提供者:ypl9935250
« 1 2 3 4 5 6 78 9 10 11 12 ... 22 »